v0.2.0
This version provides a working instance of the pipeline for MAGIC+LST1 and MAGIC-only data analysis.
What's Changed
- Update the combined analysis pipeline by @YoshikiOhtani in #14
- Console scripts by @aleberti in #16
- Rename directory by @YoshikiOhtani in #17
- Fix superstar converter by @aleberti in #21
- Update mars images by @aleberti in #22
- Reorganize the repository by @YoshikiOhtani in #18
- Install lstchain v0.9.0 by @YoshikiOhtani in #24
- Update the LST+MAGIC scripts by @YoshikiOhtani in #26
- Fix the LST + MAGIC analysis scripts by @YoshikiOhtani in #28
- Add materials to check the telescope performance by @YoshikiOhtani in #30
- Create DL3 files with pyirf and gammapy by @YoshikiOhtani in #29
- Add copy of image so that the original one is not overwritten. by @aleberti in #35
- Add clipping of image by @aleberti in #36
- Use copied image array. by @aleberti in #38
- Fix magic calibration by @YoshikiOhtani in #39
- Adding muon ring analysis by @gabemery in #37
- Style changes of the combined analysis pipeline by @YoshikiOhtani in #40
- Exclude interleaved events from the LST-1 data frame by @YoshikiOhtani in #41
- fixed the script so it works with the current version by @jsitarek in #43
- Remove deprecated magic scripts by @aleberti in #48
- Add is_valid flag to output file. by @aleberti in #46
- Add missing console scripts for MAGIC-LST1 analysis by @aleberti in #47
- Fix stereo reco magic lst by @aleberti in #49
- added support for processing MARS MC Y files by @jsitarek in #45
- Cast is_valid to int before writing it out. by @aleberti in #53
- Use "lower equal" operator when applying th2 cuts. by @aleberti in #56
- Add output directory to merge_hdf_files.py by @aleberti in #55
- modified dl0_to_dl1 script to allow processing files with file names following LSTProd2 style by @jsitarek in #59
- Add muon analysis on calibrated data by @gabemery in #50
- Add minimum and maximum values for theta2 and gammaness cuts. by @aleberti in #57
- changed the time limits of the MAGIC cleaning to ns units by @jsitarek in #62
- Updated the ctapipe_io_magic version in setpy.py by @YoshikiOhtani in #63
- Add magic only option to the stereo reconstruction by @YoshikiOhtani in #65
- Refactor create_irf script by @YoshikiOhtani in #66
- Upgrading dependencies to lstchain 0.9.6 by @gabemery in #60
- fix for training with LSTProd2 by @jsitarek in #67
- Cleaned and updated the notebooks by @YoshikiOhtani in #68
- Fixed a bug of using non-inverse error for weights by @YoshikiOhtani in #70
- Implement the dead time calculation by @YoshikiOhtani in #52
- Change the definition of the DL2 parameter uncertainty by @YoshikiOhtani in #71
- Coma aberration by @aleberti in #72
- Specify requirement for ipython and ipykernel by @aleberti in #58
- Removed resolve() when getting the input file name by @YoshikiOhtani in #76
- Add the pylint rc file used in ctapipe by @YoshikiOhtani in #82
- Refactor MC DL0 to DL1 script by @YoshikiOhtani in #75
- Refactor MAGIC Calib to DL1 by @YoshikiOhtani in #80
- New MC muons analysis script + non hard-coded plot creation option by @gabemery in #83
- Refactor stereo reconstruction by @YoshikiOhtani in #77
- Refactor training/applying RFs by @YoshikiOhtani in #78
- Refactor combined analysis functions by @YoshikiOhtani in #87
- Refactor event coincidence by @YoshikiOhtani in #86
- Refactor creating IRFs by @YoshikiOhtani in #79
- Fix the problem of installing the software with a Max OS by @YoshikiOhtani in #85
- Fix README for the combined analysis scripts by @YoshikiOhtani in #89
- Change the MC DL1 file name by @YoshikiOhtani in #90
- Implement IRF interpolation method by @jsitarek in #81
- Fix the stereo reconstruction for any 2 tel events by @YoshikiOhtani in #93
- Fix the regex to get the primary ID by @YoshikiOhtani in #97
- Update the required version of ctapipe_io_magic by @YoshikiOhtani in #98
- Fix the issue of energy dispersion interpolation by @YoshikiOhtani in #95
- Random updates and refactoring of the combined analysis pipeline by @YoshikiOhtani in #91
- fixed misleading message by @jsitarek in #100
- Remove unnecessary for loop in
save_pandas_data_in_table
by @YoshikiOhtani in #101 - fixed a problem with non agreeing table sizes causing crash of the DL… by @jsitarek in #102
- fixed two problems that prevented DL3 generation by @jsitarek in #103
- Update magic mc treatment by @aleberti in #104
- Remove the allow mono trigger option by @YoshikiOhtani in #105
- Merge only the subrun files that both M1 and M2 exist by @YoshikiOhtani in #106
- Fix the issue when creating an event list HDU by @YoshikiOhtani in #107
- Speed up the coincidence search by using matrix operation by @YoshikiOhtani in #109
- Keep non-coincident MAGIC-stereo events by @YoshikiOhtani in #110
- Fix an issue that wrong LST-1 events are extracted as coincident events by @YoshikiOhtani in #111
- Skip the event coincidence if no coincident events are found by @YoshikiOhtani in #112
- Fix the issue in the pointing separation check by @YoshikiOhtani in #114
- Create the full-enclosure IRFs by @YoshikiOhtani in #99
- Add IRF observation time to the header by @YoshikiOhtani in #115
- Drop the MAGIC events that observation and event IDs are duplicated by @YoshikiOhtani in #116
- Update the notebook to reconstruct a source flux by @YoshikiOhtani in #117
- Add a reference source flux in the light curve by @YoshikiOhtani in #118
- Update the python version and some other packages by @YoshikiOhtani in #119
- Fix an issue of naming the output IRF file by @YoshikiOhtani in #121
- Change the default settings of
max_features
by @YoshikiOhtani in #122 - Fix the issue for the interpolation of the full-enclosure IRFs by @YoshikiOhtani in #123
- Minor refactoring by @YoshikiOhtani in #113
- Update the notebooks to adapt the current pipeline by @YoshikiOhtani in #124
New Contributors
Full Changelog: v0.1.4...v0.2.0