Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cosipy/test_data/DC3-3mo-arbitrary-10s.fits

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions cosipy/test_data/DC3-3mo-arbitrary-10s.ori
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ OG 1835587304.0 35.10124840529694 212.8757713197856 -54.89875159470306 212.87577
OG 1835587305.0 35.153404451375515 212.90255022621292 -54.84659554862449 212.90255022621292 523.3246713948619 -44.26354055852728 182.9710743291116 1.0
OG 1835587306.0 35.20556056625635 212.92929443282628 -54.79443943374365 212.92929443282628 523.3247696832829 -44.21834129279361 183.0231443013295 1.0
OG 1835587307.0 35.25771673794865 212.95600413291413 -54.74228326205136 212.95600413291413 523.3248721406887 -44.17311836443786 183.075134425685 1.0
EN
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def main():

sc_orientation_path = data_path / "DC3_final_530km_3_month_with_slew_1sbins_GalacticEarth_SAA.fits"
fetch_wasabi_file('COSI-SMEX/develop/Data/Orientation/DC3_final_530km_3_month_with_slew_1sbins_GalacticEarth_SAA.fits',
output=str(sc_orientation_path), checksum='a9163ab4852c427d09bcfe02df71173a')
output=str(sc_orientation_path), checksum='1b851c042acf4c909798e2401e9d2e38')

binned_bkg_data_path = data_path / "bkg_binned_data.hdf5"
fetch_wasabi_file('COSI-SMEX/cosipy_tutorials/crab_spectral_fit_galactic_frame/bkg_binned_data.hdf5',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@
"# Orientation file:\n",
"# wasabi path: COSI-SMEX/develop/Data/Orientation/DC3_final_530km_3_month_with_slew_1sbins_GalacticEarth_SAA.fits\n",
"# File size: 1.1G\n",
"fetch_wasabi_file('COSI-SMEX/develop/Data/Orientation/DC3_final_530km_3_month_with_slew_1sbins_GalacticEarth_SAA.fits', checksum = 'a9163ab4852c427d09bcfe02df71173a') "
"fetch_wasabi_file('COSI-SMEX/develop/Data/Orientation/DC3_final_530km_3_month_with_slew_1sbins_GalacticEarth_SAA.fits', checksum = '1b851c042acf4c909798e2401e9d2e38') "
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@
"# Orientation file:\n",
"# wasabi path: COSI-SMEX/develop/Data/Orientation/DC3_final_530km_3_month_with_slew_1sbins_GalacticEarth_SAA.fits\n",
"# File size: 1.1G\n",
"fetch_wasabi_file('COSI-SMEX/develop/Data/Orientation/DC3_final_530km_3_month_with_slew_1sbins_GalacticEarth_SAA.fits', checksum = 'a9163ab4852c427d09bcfe02df71173a') "
"fetch_wasabi_file('COSI-SMEX/develop/Data/Orientation/DC3_final_530km_3_month_with_slew_1sbins_GalacticEarth_SAA.fits', checksum = '1b851c042acf4c909798e2401e9d2e38') "
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/polarization/Stokes_method.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"source": [
"fetch_wasabi_file('COSI-SMEX/cosipy_tutorials/polarization_fit/grb_background.fits.gz', checksum = '21b1d75891edc6aaf1ff3fe46e91cb49')\n",
"fetch_wasabi_file('COSI-SMEX/develop/Data/Responses/ResponseContinuum.o3.pol.e200_10000.b4.p12.relx.s10396905069491.m420.filtered.binnedpolarization.11D.h5', checksum = '46b006a6b397fd777dc561d3b028357f')\n",
"fetch_wasabi_file('COSI-SMEX/develop/Data/Orientation/DC3_final_530km_3_month_with_slew_1sbins_GalacticEarth_SAA.fits', checksum = 'a9163ab4852c427d09bcfe02df71173a')"
"fetch_wasabi_file('COSI-SMEX/develop/Data/Orientation/DC3_final_530km_3_month_with_slew_1sbins_GalacticEarth_SAA.fits', checksum = '1b851c042acf4c909798e2401e9d2e38')"
]
},
{
Expand Down
4 changes: 2 additions & 2 deletions docs/tutorials/polarization/maximum_likelihood_method.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -130,12 +130,12 @@
"name": "stderr",
"output_type": "stream",
"text": [
"A file named DC3_final_530km_3_month_with_slew_1sbins_GalacticEarth_SAA.fits already exists with the specified checksum (a9163ab4852c427d09bcfe02df71173a). Skipping.\n"
"A file named DC3_final_530km_3_month_with_slew_1sbins_GalacticEarth_SAA.fits already exists with the specified checksum (1b851c042acf4c909798e2401e9d2e38). Skipping.\n"
]
}
],
"source": [
"fetch_wasabi_file('COSI-SMEX/develop/Data/Orientation/DC3_final_530km_3_month_with_slew_1sbins_GalacticEarth_SAA.fits', checksum = 'a9163ab4852c427d09bcfe02df71173a')"
"fetch_wasabi_file('COSI-SMEX/develop/Data/Orientation/DC3_final_530km_3_month_with_slew_1sbins_GalacticEarth_SAA.fits', checksum = '1b851c042acf4c909798e2401e9d2e38')"
]
},
{
Expand Down
14 changes: 7 additions & 7 deletions docs/tutorials/run_tutorials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ tutorials:
# COSI-SMEX/DC3/Data/Backgrounds/Ge/AlbedoPhotons_3months_unbinned_data_filtered_with_SAAcut.fits.gz:
# checksum: 191a451ee597fd2e4b1cf237fc72e6e2
# COSI-SMEX/develop/Data/Orientation/DC3_final_530km_3_month_with_slew_1sbins_GalacticEarth_SAA.fits:
# checksum: a9163ab4852c427d09bcfe02df71173a
# checksum: 1b851c042acf4c909798e2401e9d2e38

imaging_511_time_binning:
notebook:
Expand All @@ -198,7 +198,7 @@ tutorials:
COSI-SMEX/DC3/Data/Backgrounds/Ge/AlbedoPhotons_3months_unbinned_data_filtered_with_SAAcut.fits.gz:
checksum: 191a451ee597fd2e4b1cf237fc72e6e2
COSI-SMEX/develop/Data/Orientation/DC3_final_530km_3_month_with_slew_1sbins_GalacticEarth_SAA.fits:
checksum: a9163ab4852c427d09bcfe02df71173a
checksum: 1b851c042acf4c909798e2401e9d2e38

source_injector:
notebook: source_injector/Point_source_injector.ipynb
Expand Down Expand Up @@ -228,7 +228,7 @@ tutorials:
notebook: background_estimation/continuum_estimation/BG_estimation_example.ipynb
wasabi_files:
COSI-SMEX/develop/Data/Orientation/DC3_final_530km_3_month_with_slew_15sbins_GalacticEarth_SAA.fits:
checksum: 603854cd315ad6e6ff999fa1f55942b6
checksum: ca94ff1d7a73c1f41479aaf598807673
COSI-SMEX/cosipy_tutorials/background_estimation/crab_bkg_binned_data_galactic.hdf5:
checksum: 7450f8ecdf6bf14bffe22d0046d47d49
COSI-SMEX/cosipy_tutorials/background_estimation/inputs_crab.yaml:
Expand Down Expand Up @@ -258,7 +258,7 @@ tutorials:
COSI-SMEX/cosipy_tutorials/polarization_fit/grb_background.fits.gz:
checksum: 21b1d75891edc6aaf1ff3fe46e91cb49
COSI-SMEX/develop/Data/Orientation/DC3_final_530km_3_month_with_slew_1sbins_GalacticEarth_SAA.fits:
checksum: a9163ab4852c427d09bcfe02df71173a
checksum: 1b851c042acf4c909798e2401e9d2e38
COSI-SMEX/develop/Data/Responses/ResponseContinuum.o3.pol.e200_10000.b4.p12.relx.s10396905069491.m420.filtered.binnedpolarization.11D.h5:
checksum: 46b006a6b397fd777dc561d3b028357f

Expand All @@ -273,7 +273,7 @@ tutorials:
COSI-SMEX/cosipy_tutorials/polarization_fit/grb_background.fits.gz:
checksum: 21b1d75891edc6aaf1ff3fe46e91cb49
COSI-SMEX/develop/Data/Orientation/DC3_final_530km_3_month_with_slew_1sbins_GalacticEarth_SAA.fits:
checksum: a9163ab4852c427d09bcfe02df71173a
checksum: 1b851c042acf4c909798e2401e9d2e38
COSI-SMEX/develop/Data/Responses/ResponseContinuum.o3.pol.e200_10000.b4.p12.relx.s10396905069491.m420.filtered.binnedpolarization.11D.h5:
checksum: 46b006a6b397fd777dc561d3b028357f

Expand All @@ -288,7 +288,7 @@ tutorials:
COSI-SMEX/cosipy_tutorials/polarization_fit/grb_background.fits.gz:
checksum: 21b1d75891edc6aaf1ff3fe46e91cb49
COSI-SMEX/develop/Data/Orientation/DC3_final_530km_3_month_with_slew_1sbins_GalacticEarth_SAA.fits:
checksum: a9163ab4852c427d09bcfe02df71173a
checksum: 1b851c042acf4c909798e2401e9d2e38
COSI-SMEX/develop/Data/Responses/ResponseContinuum.o3.pol.e200_10000.b4.p12.relx.s10396905069491.m420.filtered.binnedpolarization.11D.h5:
checksum: 46b006a6b397fd777dc561d3b028357f

Expand All @@ -298,7 +298,7 @@ tutorials:
- spectral_fits/galactic_diffuse_continuum/galdiff.yaml
wasabi_files:
COSI-SMEX/develop/Data/Orientation/DC3_final_530km_3_month_with_slew_15sbins_GalacticEarth_SAA.fits:
checksum: 603854cd315ad6e6ff999fa1f55942b6
checksum: ca94ff1d7a73c1f41479aaf598807673
COSI-SMEX/DC3/Data/Backgrounds/Ge/AlbedoPhotons_3months_unbinned_data_filtered_with_SAAcut.fits.gz:
checksum: 191a451ee597fd2e4b1cf237fc72e6e2
COSI-SMEX/DC3/Data/Sources/GalTotal_SA100_F98_3months_unbinned_data_filtered_with_SAAcut.fits.gz:
Expand Down
Loading