-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove dependence of obs_lsstSim for geometry information. #156
Comments
@danielsf and @jchiang87 I lost track of the status of this one. There were some failing tests etc which stopped previous work last I heard. Has anything changed? |
As far as I know, no new work had been done on this. It's still an open issue. |
OK. Can we live with this for DC2? Or should we target it for changing? |
I think we should just live with it for DC2. I doubt Scott or I have time to deal with it. |
OK removing not adding a DC2 label to this (but not pushing all the way to DC3). |
Note: sims_galSimInterface is also depending on obs_lsstSim through its use of an LsstObservatory() object used to return telescope position with code like:
Are there other ways to get this information? |
I think the equivalent of https://github.com/lsst/obs_lsstSim/blob/master/python/lsst/obs/lsstSim/makeLsstSimRawVisitInfo.py#L37 needs to be implemented in |
Per @danielsf this work is currently planned on a June 2019 timescale. |
We now rely on the science pipelines obs_lsst for camera information. |
This is different than #121 which addresses using the camera objects to get sensor information for writing the amp files. This work primarily involves how sims_galSimInterface gets various geometry information.
The text was updated successfully, but these errors were encountered: