cta-observatory/ctapipe repo issues [back to top]
Support reading sim_telarray DST0 files #1777 [ParsonsRD] new functionality
Hi all, The reading of the DST0 files (essentially dl1 data level) produced by Konrad's sim_telarray is currently...
Move data volume reduction from image to own submodule #1394 [maxnoe]
This is it's own thing, it should either be it's own submodule or a part of calibration. I lean towards it being it...
remove support for calculating Hillas parameters in CameraFrame #2061 [kosack] refactoring
see older issue: #1983 Now that everything works consistently in the TelescopeFrame for reconstruction, we should...
Make QualityQuery a TelescopeComponent and list of checks a TelescopeParameter #2158 [maxnoe] enhancement
Please describe the use case that requires this feature. To support different cuts per telescope type. Describe the...
QualityQuery statistics are written to hdf5 file without the <kind> group #2177 [maxnoe] bug module:IO hdf5 data format
Describe the bug ❯ h5dump -n gamma-diffuse_with_images_00.dl2.h5 | grep statistics dataset ...
Tool Documentation needs updates #2255 [kosack] documentation
the tools page only lists a few of the existing tools and includes the old muon tool that no longer exists (may be...
Should we deprecate changed config options? #2521 [kosack]
In #2520, I changed a bunch of config option names, which will break existing config files. Maybe before release...
Add tool to export astropy cache to specific location #2748 [maxnoe] enhancement
Please describe the use case that requires this feature. For working offline and on clusters, we should have a tool...
ctapipe-quickstart prints many warnings #2794 [Tobychev] bug
Describe the bug ctapipe-quickstart prints many warnings To Reproduce Run ctapipe-quickstart. Expected behavior That...
Warnings when calling get_bright_stars #2800 [moralejo] bug
Warnings when calling ctapipe.utils.get_bright_stars Steps to reproduce the behavior: from ctapipe_io_lst.constants...
The chord calculation has a bug #2804 [burmist-git] bug
Describe the bug The chord calculation has a bug. It does not account for non-physical solutions in the chord...
Enhancement of the muon analysis pipeline. #2760 [burmist-git] enhancement
Please describe the use case that requires this feature. The muon analysis pipeline has recently been updated to...
Change default values of `progress` bar option to `None` #2366 [maxnoe] enhancement good first issue
Please describe the use case that requires this feature. tqdm can be smart with disable=None, in which case it will...
cta-observatory/ctapipe repo pull_requests [back to top]
More ImPACT code cleanup #2705 [gschwefer]
Hi everyone, I finally got around to clean up the ImPACT code a bit more. This PR has 3 major changes: The paths to...
New 3D shower model #1996 [StFroese] new functionality module:reco
This is just a draft for now to review some ideas. This approach is based on this paper. The shower is basically a...
make qualityquery a telescopecomponent #2234 [nbiederbeck]
Fixes #2158. This is currently ugly, as we now yield from a list with single value. This would need a change to...
Drop camera frame #2396 [StFroese] API change refactoring
As you may remember, I already started this here #2141. A lot happened since the last time (i.e. moving the muon...
Fix warnings about missing meta in quickstart tool, fixes #2794 #2797 [maxnoe] no-changelog-needed
Fix warnings raised by get_bright_stars #2801 [maxnoe]
fixes #2800
Modify camera monitoring data format #2787 [TjarkMiener] data model change
This PR implements the camera monitoring data format, which we will be proposing next week at the DPPS workshop....
Calibpipe interface #2802 [TjarkMiener]
This PR prepares ctapipe to interface with camera calibration data products from calibpipe.
Set disable=None by default for progress bar in ctapipe tools #2444 [morcuended]
Sets tqdm(..., disable=None) in process and merge ctapipe tools. By default the progress bar is displayed when...
Muon fit chord length fix #2803 [burmist-git]
Modified the chord_length function to fix a bug. It now filters out non-physical solutions for chodr vs phi. Updated...
Generalise table preprocessing #2791 [Voutsi] module:irf
Closes #2790 Refactoring the DL2 processing for producing IRFs. The motivation is to use the same code for more...
burmist-git: LST mirror hole is...
burmist-git: Point 3) about the oversampling : The code to reproduce this error is...
burmist-git: The code to reproduce this error is...
burmist-git: The chord calculation has a bug. It does not account for non-physical solutions in the chord...
kosack: LST mirror hole is incorrect Those are default values, probably set many years ago from a very...
burmist-git: Those are default values, probably set many years ago from a very old simulation production, but...
burmist-git: Perhaps a better option would be to add this hole size to the OpticsDescription Definitely...
maxnoe: See #1252
burmist-git: @maxnoe So it wasn't resolved. I think I'll first add it to the YAML file and update the...