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.
Merge pull request cositools#113 from Yong2Sheng/fast_ts_map_galactic
Fit TS map using galactic PsiChi
- Loading branch information
Showing
10 changed files
with
1,505 additions
and
364 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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: "/zfs/astrohe/yong/COSI/cosipy_workshop2023/DC2/Data/Sources/crab_3months_unbinned_data.fits.gz" # full path | ||
ori_file: "" # full path | ||
unbinned_output: 'fits' # 'fits' or 'hdf5' | ||
time_bins: 0.5 # time bin size in seconds. Takes int, float, or list of bin edges. | ||
energy_bins: [100, 158.489, 251.189, 398.107, 630.957, 1000, 1584.89, 2511.89, 3981.07, 6309.57, 10000] # Takes list. Needs to match response. | ||
phi_pix_size: 5 # binning of Compton scattering anlge [deg] | ||
nside: 8 # healpix binning of psi chi local | ||
scheme: 'ring' # healpix binning of psi chi local | ||
tmin: 1835487300.0 # Min time cut in seconds. | ||
tmax: 1843467255.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Type OrientationsGalactic | ||
OG 1835481433.0 53.30823215719789 51.00102125784474 -36.69176784280211 51.00102125784474 | ||
OG 1835481433.5 53.30823215719789 51.00102125784474 -36.69176784280211 51.00102125784474 | ||
OG 1835481434.0 53.25629494101732 51.035133117383225 -36.74370505898268 51.035133117383225 | ||
OG 1835481434.5 53.25629494101732 51.035133117383225 -36.74370505898268 51.035133117383225 | ||
OG 1835481435.0 53.20436773279772 51.0692916774301 -36.79563226720228 51.0692916774301 | ||
# EN |
1,002 changes: 1,002 additions & 0 deletions
1,002
docs/tutorials/ts_map/Parallel_TS_map_computation_DC2.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.