cta-observatory/ctapipe repo issues [back to top]
Update data product metadata to follow new CTAO model #3002 [maxnoe] enhancement
Please describe the use case that requires this feature. We now have a new data products data model from CTAO, which...
Calculate true_disp when running ctapipe-process #2950 [STSpencer] enhancement good first issue
Please describe the use case that requires this feature. Currently (as far as I can tell), ctapipe-process does not...
cta-observatory/ctapipe repo pull_requests [back to top]
Fix Map() repr to be more sane #2997 [kosack]
The old repr was basically unreadable, as it printed the reprs of all sub-containers. This just changes the repr to...
Minimal initial commit of FreePACT code #2920 [ParsonsRD]
This is a commit of a simple implementation of the FreePACT code. Updates to the ImPACT code are included from #2705
First step of implementing CEP-002: Change container structure #2204 [maxnoe]
Closes #1165 Closes #2170 Closes #2374 Closes #2952
Implement service data loading #2942 [mexanick]
Add from_service_data() classmethod to construct SubarrayDescription from service data files using subarray...
mexanick: I actually found the previous verbose repr useful :D But I see the point in making it concise.
maxnoe: I actually found the previous verbose repr useful :D But I see the point in making it...