-
Notifications
You must be signed in to change notification settings - Fork 6
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
DM-42287: Simulated ComCam instrument model for ops-rehearsal-3 #498
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good modulo my lack of understanding what "P" controller really means these days.
See `~astro_metadata_translator.fix_header` for details of the general | ||
process. | ||
""" | ||
modified = False |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could fix that TELESCOP problem described above.
tests/test_packer.py
Outdated
day_obs=20240321, | ||
seq_num=720, | ||
detector=4, | ||
controller="P" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am concerned that we are using P controller to mean something other than what we have historically thought of as PLAYBACK. @ktlim and I discussed this and thought that it should be controller "S" for simulated. "P" is meant to mean rerun real observations exactly as they were taking on the mountain but maybe I'm misunderstanding.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure why I settled on "P" for the controller. This was something that carried over from a much earlier attempt to make a simulated LSSTCam. Reading the comments for the controller in translators/lsst.py
, I agree that it makes more sense to use "S" for simulated. I'll make that change.
replace nan value for gain with average value from other amps on the same side of the chip
613d15d
to
27a863b
Compare
27a863b
to
7bec00d
Compare
No description provided.