Skip to content
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

P60 ugri exposure times #513

Open
janvanroestel opened this issue Apr 22, 2023 · 2 comments
Open

P60 ugri exposure times #513

janvanroestel opened this issue Apr 22, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@janvanroestel
Copy link

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:

  1. allow the exposure time for each filter to be set individually
  2. 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).

@janvanroestel janvanroestel added the enhancement New feature or request label Apr 22, 2023
@scizen9
Copy link
Contributor

scizen9 commented Apr 23, 2023

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.

@janvanroestel
Copy link
Author

There is of course the option of submitting multiple 'Mix-and-Match' requests (one for each filter) and specifying the exposure time there.

I guess if I'm the only one it might not be worth the effort to implement this feature, and just set the exposure times manually.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants