-
Notifications
You must be signed in to change notification settings - Fork 77
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
Update code to use more features of ctapipe #357
Comments
What do you mean by |
There is now a function in ctapipe that gives you the largest island after cleaning., I think this got implemented here as well and this could be dropped for the ctapipe version. |
I would say it is better to start addressing this after the next lstchain release, right? |
ok, right, this was implemented and we are currently using the main island for the analysis. In any case and after discussing with @jsitarek, for the lowest energies this may not be the best solution (using only the largest island), but that can be studied using Data/MC in the future |
@moralejo I think this is just a proposal to keep track of these points, as discussed yesterday, as soon as we have a code that writes the information of interleaved events and the first datacheck scripts we can proceed with the 0.5 release. |
Ok, I got nervous with the "could be done already". Fine if already means right after 0.5.0 |
I just wanted to note which changes are possible with the current release and which changes are releated to the new ctapipe release. |
(@rlopezcoto: already added them to the full list) |
Hi to all, |
Since lstchain is now already using ctapipe 0.8 this issue is partly solved, but many improvements are not yet implemented. |
ctapipe 0.8 is not yet released, but we can collect necessary changes here we already know about.
Some of the points are more general ctapipe adaption and not related to 0.8.
These could be done already, so that the amount of work is less when ctapipe 0.8 comes out.
This is what I came up with, feel free to add stuff I forgot.
ctapipe.io.containers
→ctapipe.containers
unix_tai
format #324 -> Move to astropy 4 (consider Astropy 4 and Numpy 0.17 ctapipe#1211, Fixes for astropy 4.x ctapipe#1212, bump astropy version requirement to allow v4.0 ctapipe#1213)And stuff that is new in ctapipe v0.8, but will not be necessary for the functionality of lstchain when moving to v0.8
Path
traitlet instead ofUnicode
where appropriateTool
and configuration system for executables. (Could be done now already)The text was updated successfully, but these errors were encountered: