Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 Cat-B calibration onsite scripts #1147
Add Cat-B calibration onsite scripts #1147
Changes from 63 commits
3222b66
c29332a
797b91e
d2c1ad4
55df1e8
c1efdbf
2b7e91f
78e49dd
9a8e180
1d7c33b
069606b
dacf286
dc6ddf4
2cf8dbb
a317154
d66d1b1
1a4e639
2c3670f
47c72d6
207e802
b80bc99
ed349cd
f297c61
b1d8b8b
dfd4734
26200d5
83d6abe
ce9d75e
5e50706
4eaba9a
f8a24e2
54ee2a6
f76cc63
4e272b2
2cf44da
cc98f78
bdaaee1
8bffa63
af6d96c
b77f61c
e47afe1
bdc8a65
9a10672
6b74a64
48c5955
1274a12
c2c4fb3
02f4fd1
e6d7f73
9cfce97
615e46f
1ead293
7967446
d22f480
8d41eb0
d4df4ba
5726b64
c7079b8
8345bbd
c51353c
8b2815e
30b5226
4620173
045a5fd
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we maybe change this into two options?
The
hg_lg_ratio
should be fixed (at least for LST), to 17.4.It only needs to be applied for Cat-A.
So maybe it's simpler to leave that as 17.4 and have a switch
calibrated_input
or simular, that is set toFalse
by the cat A calibration script but toTrue
by the cat B script?Or even automatically determined by the input / if an existing calibration file has been given?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We never used this option for the Cat-A, it is instead useful for Cat-B calibration because pixels with low HV (due to high NSB) can not be correctly calibrated with LG. For the status of the code/data now, still in test phase, it seems the me that such a trailet is enough to deal with all cases (by experts). I do not see the necessity of an automatisation at this level (but a test can be eventually added at a higher level).
Check warning on line 865 in lstchain/io/io.py
Codecov / codecov/patch
lstchain/io/io.py#L865