-
Notifications
You must be signed in to change notification settings - Fork 9
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
The H4RG quantum efficiency response curve needs an update #152
Comments
In the meantime, I'm using this file by extracting the data point from an FDR MICADO document |
Just in case, I updated the file for QEff of the H4RG. See here: |
Thanks for doing all this work @carmeloarci ! Side note: the idea behind the IRDB is that the consortia can themselves update the information, so feel free to create branch with this new data and make a pull request. Preparing a pull request (PR) is certainly the fastest way to get things into the IRDB, because if all the tests pass, then we will probably just merge it. It is also fine to have us create the pull request though. The idea is to empower you to update the information independently of our schedule and planning. The previous week I was preoccupied by some other projects; I can probably look at your new numbers next week. In this particular case, we do have some tests to check the optical performance of the MICADO simulations. It seems that we do not yet have (adequate) tests for the quantum efficiency, so maybe we should add those. |
Ok. I try to create a new branch and make the pull request |
The usual procedure on github is to create your own fork, create a branch there, and then push changes to that branch, and then make a pull request to the original repository. A fork is essentially a copy of the repository in your own github account. This process is fairly automatic if you press the 'edit' button (a pencil) on a specific file. In this case, the specific file you probably want to edit is https://github.com/AstarVienna/irdb/blob/dev_master/MICADO/QE_detector_H2RG.dat Github should guide you through the process if you go to that page and press the pencil in the top right corner. It will first suggest to make a fork, then you can edit that fork, and when you commit your changes, github should suggest to make a pull request to this repository. You can also clone your fork on your own machine (with By the way, most files contain some meta data at the top, for example, where the information in the file came from, and who edited the file and why. It would be great if you could keep that information up-to-date if you edit a file. |
Ok. I tried to make the pull request. Hopefully, it is all ok. |
Thank you @carmeloarci . I tried to make it worth your time by giving some elaborate feedback in #153. My conclusion is that we should do it, see detailed discussion in #153. I'd like to get confirmation from @astronomyk or JUP though if possible. One note about git branches: it is more convenient (for you) to create a 'feature branch', with a unique name. It is common to use your initials, e.g. The problem with using |
@carmeloarci thanks for creating this pull request! |
The file
MICADO/MICADO_H4RG.yaml
is currently pointing to a quantum efficiency vs wavelength profile of the old H2RG detector that is not correct (MICADO/QE_detector_H2RG.dat).
MICADO will use H4RG-15 instead.

Unfortunately, the H2RG curve currently used is badly cutting the response in the I-band.
Something like the following (better) matches the expectation:
or look here
https://onlinelibrary.wiley.com/doi/full/10.1002/asna.20230058
The text was updated successfully, but these errors were encountered: