forked from cositools/cosipy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix data IO unit test. All axisting tests are working.
- Loading branch information
1 parent
8a631cf
commit 759b518
Showing
3 changed files
with
30 additions
and
14 deletions.
There are no files selected for viewing
Binary file added
BIN
+63.7 KB
cosipy/test_data/GalacticScan.inc1.id1.crab2hr.extracted.testsample.tra.gz
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
#----------# | ||
# Data I/O: | ||
|
||
# data files available on the COSI Sharepoint: https://drive.google.com/drive/folders/1UdLfuLp9Fyk4dNussn1wt7WEOsTWrlQ6 | ||
data_file: "GalacticScan.inc1.id1.crab2hr.extracted.testsample.tra.gz" # full path | ||
ori_file: "NA" # full path | ||
unbinned_output: 'hdf5' # 'fits' or 'hdf5' | ||
time_bins: 60 # time bin size in seconds. Takes int, float, or list of bin edges. | ||
energy_bins: [100., 200., 500., 1000., 2000., 5000.] # Takes list. Needs to match response. | ||
phi_pix_size: 6 # binning of Compton scattering anlge [deg] | ||
nside: 8 # healpix binning of psi chi local | ||
scheme: 'ring' # healpix binning of psi chi local | ||
tmin: 1835478000.0 # Min time cut in seconds. | ||
tmax: 1835485200.0 # Max time cut in seconds. | ||
#----------# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters