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

Inconsistency of flux calibration table. #90

Open
chyan26 opened this issue Feb 3, 2025 · 4 comments
Open

Inconsistency of flux calibration table. #90

chyan26 opened this issue Feb 3, 2025 · 4 comments

Comments

@chyan26
Copy link
Collaborator

chyan26 commented Feb 3, 2025

I see file named FLUXSTD_CATALOG.fits. However, it is called $SOF_DATA/FLUXCAL_TAB.fits FLUXCAL_TAB in metis_lm_img_calibrate.sof

@hugobuddel
Copy link
Contributor

Those are different data items IIRC. FLUXSTD_CATALOG is the static catalog with standard stars. FLUXCAL_TAB is a table with the flux calibration of a specific exposure. FLUXCAL_TAB is created by comparing the standard star observation against FLUXSTD_CATALOG.

@chyan26
Copy link
Collaborator Author

chyan26 commented Feb 5, 2025

Ok, so $SOF_DATA/FLUXCAL_TAB.fits is missing.

@hugobuddel
Copy link
Contributor

FLUXCAL_TAB.fits is calculated by one of our recipes, so it is not provided by METIS_Simulations.

METIS_Simulation provides two kinds of data:

  • simulated raw exposures
  • external static calibrations (e.g. FLUXSTD_CATALOG.fits)

Anything created by the pipeline is explicitly not part of METIS_Simulations. So FLUXCAL_TAB.fits is not missing, it should not be there.

(I think currently the persistence correction is the only exception. Because that is kinda an external data product in practice.)

@hugobuddel
Copy link
Contributor

I think we figured out the cause of this confusion, the recipe that should create FLUXCAL_TAB.fits was broken because there was no ATM_PROFILE.fits. I fixed that inhttps://github.com//pull/93 , so FLUXCAL_TAB should be created properly. Can we close this now @chyan26 ?

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