-
Notifications
You must be signed in to change notification settings - Fork 1
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
confusing atmospheric extinction profile #31
Comments
We should in principle use the same as in the previous LST- dedicated production, i.e. low_extinction. The fact that we used that one probably means that part of the light reduction (w.r.t. nominal) we see with muon rings may be atmospheric and not telescope- related. Do you know what is the difference in transmission between the two? |
We should not mix the pfp precompiler style of setting things with the templating used by the sim runner. |
I agree @maxnoe |
Hi @jsitarek, thanks for the test. In the standard CTA simulations for CTA-N Navy maritime is used instead. This means that the tuning of the telescope efficiency that we did (with low_extinction) is not applicable to the CTA simulations. @YoshikiOhtani, @YusukeSuda, was there any reason for adopting the low_extinction option? We should either tell the team preparing the next CTA simulations to use it, or keep the Navy maritime, and then we modify the value we gave them of the telescope efficiency. |
Hi, when I run the productions I copied the CTA-PROD5-LaPalma-baseline.cfg and only modified the telescope configurations, and so I just didn't touch and thus kept the option as default. |
Thanks @YoshikiOhtani. In the CTA-PROD5-LaPalma-Baseline.cfg it is again active, so both Prod5 and your LST production used LOW_EXTINCTION. I will find out whether this is also the idea for the next CTA prod. |
Hi, this is the file for the low extinction. Same thing could have happened with PROD4, I think this value in command line overwrites the value selected in the site file (because this is done only for telescope nr 0) |
|
the current code selecting the atmospheric extinction file is really confusing.
lst-sim-config/array.cfg
Lines 26 to 27 in 7a71634
says that we want both low extinction and NAVY MARITIME, but then when we check the actual profile
there is one set of conditions that selects LOW_EXTINCTION:
lst-sim-config/site.cfg
Lines 22 to 31 in 7a71634
but then it is overwritten by a second set of conditions that selects NAVY MARITIME:
lst-sim-config/site.cfg
Lines 39 to 45 in 7a71634
which one do we want in the end? I saw that @YoshikiOhtani was running for LOW_EXTINCTION one by specifying the atmosphere transmission file directly as a parameter
I suggest to remove all those conditions and set the atmosphere profile directly the the profile that we want @moralejo @rlopezcoto which one should it be?
The text was updated successfully, but these errors were encountered: