cositools / cosipy

The COSI high-level data analysis tools
Apache License 2.0
3 stars 16 forks source link

Update on the image deconvolution in response to the new orientation handling #58

Closed hiyoneda closed 1 year ago

hiyoneda commented 1 year ago
hiyoneda commented 1 year ago

I added the notebook for the image analysis of the 2-sec GRB data. See cosipy/docs/tutorials/image_deconvolution_test_2sGRB_20iteration_w_saving_results_20230511.ipynb.

The parameter file of the image deconvolution is cosipy/test_data/imagedeconvolution_parfile_itr10_20230511.yml.

Note that the input hdf5 file is not uploaded. So the file path should be edited by a user.

hiyoneda commented 1 year ago

I modified DataLoader. Now we can use the event/background binned data, response and orientation objects directly.

israelmcmc commented 1 year ago

I tested this in the GRB master notebook and it works. Merging.