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

add database function for flagging data as PSF or REF #157

Open
mperrin opened this issue Mar 20, 2024 · 2 comments
Open

add database function for flagging data as PSF or REF #157

mperrin opened this issue Mar 20, 2024 · 2 comments
Assignees

Comments

@mperrin
Copy link
Collaborator

mperrin commented Mar 20, 2024

FOr various use cases, including self-reference surveys and engineering analyses, we want to be able to manually say "use this PSF star as science" or vice versa. Need a function to make this easy.

database.set_obs_type("PSF", program=1234, obsnum=123)

Eventually might have other arguments in addition to the above.

@mperrin mperrin self-assigned this Mar 20, 2024
@mperrin
Copy link
Collaborator Author

mperrin commented Mar 20, 2024

Requested by @juliengirard

@juliengirard
Copy link
Collaborator

even better (useful to characterize TA but also for MIRI where the relative TA position between SCI and PSF is super sensitive):

database.set_obs_type("PSF", program=1234, obsnum=123, sgd=1)

with the ability to select a certain SGD position (PATT_NUM keyword).
default would be all or '0', and then 1 to 9 would select a single SGD position.

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

No branches or pull requests

2 participants