cta-observatory/ctapipe repo issues [back to top]
Expose CORSIKA photons in the SimulatedEventContainer #2698 [vmharvey] enhancement
Please describe the use case that requires this feature. I'm doing some studies that use the CORSIKA photon bunches...
Reference metadata being checked before its is written in CrossValidator #2973 [kosack] bug
Describe the bug We get a warning like: ctapipe/core/provenance.py:280: MissingReferenceMetadata: Could not read...
Add a chunking strategy that adjust the user given bin size to create equal-size chunks #2972 [maxnoe] enhancement
Please describe the use case that requires this feature. From a discussion with @mgaug, the chunking should work in...
Apply DVR methods to R1 #2975 [mescobargodoy] enhancement
Please describe the use case that requires this feature. For the medium sized SCT (11328 pixels), we will require...
Add `allowed_tels` option to `ApplyModels`-Tool #2978 [Hckjs] enhancement discussion
If you currently want to do e.g. some benchmark studies on different array configurations from preprocessed DL1 MC's...
Implement simulated histogram shower-distribution event weighting #2977 [kosack] enhancement
Please describe the use case that requires this feature. For upcoming CTAO simulation campaigns, they will start to...
cta-observatory/ctapipe repo pull_requests [back to top]
allow gain selection when skipping R1 calibration in SimTelEventSourve #2943 [TjarkMiener]
Add data quality-related subgroup definitions to HDF5 data format #2965 [mexanick]
Prepare release 0.30 #2968 [maxnoe] no-changelog-needed
Implement CTAO CR56: Add field pixel_time_shift to R1 and DL0 #2964 [moralejo]
New field which contains event-and-pixel-wise time corrections in ns (to be subtracted from reconstructed pixel times)
Introduce new `needs_atmosphere_profile` property to reconstructors #2958 [Hckjs] fix maintenance
Adding also small test
Update psutil intersphinx url #2970 [maxnoe] no-changelog-needed
The old one started to return a 404, there only seems to be "latest" now.
Fix TypeError in HDF5EventSource #2963 [yaochengchen]
Replace dict_values indexing with next(iter(...)) in _is_hillas_in_camera_frame to avoid a Python 3 TypeError.
Fix incorrect warning in CrossValidator #2974 [kosack]
Add output file to provenance only after it is closed. Fixes #2973
Store original simtel event in ArrayEventContainer #2976 [vmharvey]
Closes #2698. Note that the telescope numbering scheme inside the simtel event is different to the final ArrayEvent.
add polygon_chord #2969 [burmist-git]
Polygonal description of the chord. 096_arbitrary_shaped_mirror_and_polygon_chord.pdf Uploading...
Polar PSFModel #2945 [TjarkMiener]
maxnoe: If you print the individual psf.sum() like this: psf = psf_model.pdf( tel_id=1, ...
maxnoe: Looking at this, I also realize that the output unit of the PSF should be 1 / deg² or 1 / sr
maxnoe: Dividing by r works, but needs special treatment at r=0, which I didn't figure out yet.
maxnoe: Yes. That computation is what I didn't invest time into
Waveform noise adder #2847 [moralejo]
First version of the component to add noise in MC waveforms, for adapting it to different observation conditions. It...
maxnoe: Changelog is missing and two minor comments inline, otherwise good to go!
moralejo: Back to draft, I messed up when rebasing. I think instructions in...
maxnoe: Git seems to suggest doing a pull after the rebase, and this brings into the PR unrelated...
moralejo: Back to draft, I messed up when rebasing. I think instructions in...
maxnoe: Coverage is only missing for the numba njitted function, which are in fact executed
vmharvey: I'm returning to this issue now because, with the pyeventio v2 rewrite, my workaround of...
maxnoe: Do you strongly prefer one way or the other between event.meta['simtel_event'] Yes, I'd just...