Skip to content

Commit

Permalink
stash
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Feb 1, 2024
1 parent af34e7c commit 628f9d5
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions data/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,24 @@

REMOTE_URL = "https://data.science.stsci.edu/redirect/Roman/Roman_Data_Workshop/"
REMOTE_PATHS = [
"OldData/roman_wfi_dark_0427.asdf",
"OldData/roman_wfi_linearity_0179.asdf",
"OldData/roman_wfi_saturation_0193.asdf",
"OldData/roman_wfi_flat_0227.asdf",
"OldData/roman_wfi_readnoise_0368.asdf",
"OldData/roman_wfi_gain_0169.asdf",
"OldData/roman_wfi_mask_0074.asdf",
"OldData/roman_wfi_photom_0056.asdf",
"OldData/roman_wfi_distortion_0008.asdf",
"OldData/r0000101001001001001_01101_0001_WFI01_uncal.asdf",
"OldData/r0000101001001001001_01101_0001_WFI01_cal.asdf",
"OldData/jw01448013001_02105_00001_nis_rate.fits",
"OldData/jw01448013001_02106_00001_nis_rate.fits",
"OldData/jw01448013001_02106_00001_nis_cat.ecsv",
"OldData/jwst_niriss_distortion_0013.asdf",
"OldData/jwst_niriss_filteroffset_0002.asdf",
"OldData/jwst_niriss_specwcs_0018.asdf",
"OldData/jwst_niriss_wavelengthrange_0002.asdf",
"ExampleData/roman_wfi_dark_0427.asdf",
"ExampleData/roman_wfi_linearity_0179.asdf",
"ExampleData/roman_wfi_saturation_0193.asdf",
"ExampleData/roman_wfi_flat_0227.asdf",
"ExampleData/roman_wfi_readnoise_0368.asdf",
"ExampleData/roman_wfi_gain_0169.asdf",
"ExampleData/roman_wfi_mask_0074.asdf",
"ExampleData/roman_wfi_photom_0056.asdf",
"ExampleData/roman_wfi_distortion_0008.asdf",
"ExampleData/r0000101001001001001_01101_0001_WFI01_uncal.asdf",
"ExampleData/r0000101001001001001_01101_0001_WFI01_cal.asdf",
"ExampleData/jw01448013001_02105_00001_nis_rate.fits",
"ExampleData/jw01448013001_02106_00001_nis_rate.fits",
"ExampleData/jw01448013001_02106_00001_nis_cat.ecsv",
"ExampleData/jwst_niriss_distortion_0013.asdf",
"ExampleData/jwst_niriss_filteroffset_0002.asdf",
"ExampleData/jwst_niriss_specwcs_0018.asdf",
"ExampleData/jwst_niriss_wavelengthrange_0002.asdf",
]
LOCAL_DIRECTORY = Path(__file__).parent

Expand Down

0 comments on commit 628f9d5

Please sign in to comment.