Closed LukasNickel closed 4 years ago
focal_length: yes energy: yes, but only needed for the plots (axis labels)
of the top of my head I think that's all, let me check
I added tests for the plotting scripts here: https://github.com/fact-project/aict-tools/pull/129
Testing disp results would be nice, but I also run the open_crab_sample_analysis before each release is made as an integration test. So at least the FACT chain is fully tested.
I suppose the failing tests are related to the sklearn2pmml requirements, that you changed in #129 @MaxNoe ?
Yes
Actually, now with the master merged, also the plot_disp_performance was failing, fixed it.
Allows to set units for the columns:
These can be set in the DISP config. Defaults are "deg" for all az/zd columns and "rad" for delta.
!! This will break the CTA analyses, because the explicit deg2rad(delta) is gone!! Your will need to specify the unit as "deg" as is done in the
examples/config_source_cta.yaml
.Further ideas:
ToDo: