You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature Summary
Change the exposure time per filter for a ugri imaging request.
For some sources, the u-band exposure time is insufficient. There is an option to change the exposure time for all filters, but it would be good to increase the u-band exposure time by default given the lower efficiency.
Usage / behavior
There are two options:
allow the exposure time for each filter to be set individually
increase the u-band exposure time to 3(?) times the g-band exposure time by default.
Implementation details
There is already an option to change the exposure time. Option 1 would require adding more options to the SEDM request menu.
Option 2 is simply changing the default values. (requires communication with other users).
The text was updated successfully, but these errors were encountered:
This requires some updates to the SEDM watcher code (the processes that reads requests from fritz), but there is no reason this can't be done. I will update the default times for the u-band to be three times the other filters for now. Let me know how fritz will submit a request with per-filter exposure times and I will alter the code to parse it.
Currently, the photometry exposure times are based on the most recent magnitude of the target and cannot be specified. The IFU exposure time can be specified, but also defaults to being based on the most recent magnitude of the target. Jan's target appears to have no prior photometry on fritz. Not sure if this is a bug or not, but it causes the watcher to use the default exposure times which were previously all set to 90s. I have updated that to be 270s for u-band and 90s for the other filters.
Let me know how you want this implemented in fritz and we can accommodate it in the watcher script.
Feature Summary
Change the exposure time per filter for a ugri imaging request.
For some sources, the u-band exposure time is insufficient. There is an option to change the exposure time for all filters, but it would be good to increase the u-band exposure time by default given the lower efficiency.
Usage / behavior
There are two options:
Implementation details
There is already an option to change the exposure time. Option 1 would require adding more options to the SEDM request menu.
Option 2 is simply changing the default values. (requires communication with other users).
The text was updated successfully, but these errors were encountered: