# Script, written as a bash script, to provide curl commands for all associated data products.




#        Destriped Sky Spectra
curl -s --retry 5 -k -o firas_hpx_destriped_sky_spectra_lowf_v2.fits https://lambda.gsfc.nasa.gov/data/cobe/hpx_firas/destriped_spectra/firas_hpx_destriped_sky_spectra_lowf_v2.fits
curl -s --retry 5 -k -o firas_hpx_destriped_sky_spectra_high_v2.fits https://lambda.gsfc.nasa.gov/data/cobe/hpx_firas/destriped_spectra/firas_hpx_destriped_sky_spectra_high_v2.fits

#        C_VECTOR
curl -s --retry 5 -k -o firas_hpx_c_vector_lowf_v2.fits https://lambda.gsfc.nasa.gov/data/cobe/hpx_firas/c_vector/firas_hpx_c_vector_lowf_v2.fits
curl -s --retry 5 -k -o firas_hpx_c_vector_high_v2.fits https://lambda.gsfc.nasa.gov/data/cobe/hpx_firas/c_vector/firas_hpx_c_vector_high_v2.fits

#        Stripes
curl -s --retry 5 -k -o firas_hpx_orthogonal_stripes_lowf_v2.fits https://lambda.gsfc.nasa.gov/data/cobe/hpx_firas/stripes/firas_hpx_orthogonal_stripes_lowf_v2.fits
curl -s --retry 5 -k -o firas_hpx_orthogonal_stripes_hif2_v2.fits https://lambda.gsfc.nasa.gov/data/cobe/hpx_firas/stripes/firas_hpx_orthogonal_stripes_hif2_v2.fits
curl -s --retry 5 -k -o firas_hpx_orthogonal_stripes_hif3_v2.fits https://lambda.gsfc.nasa.gov/data/cobe/hpx_firas/stripes/firas_hpx_orthogonal_stripes_hif3_v2.fits
curl -s --retry 5 -k -o firas_hpx_orthogonal_stripes_hif4_v2.fits https://lambda.gsfc.nasa.gov/data/cobe/hpx_firas/stripes/firas_hpx_orthogonal_stripes_hif4_v2.fits
curl -s --retry 5 -k -o firas_hpx_physical_stripes_lowf_v2.fits https://lambda.gsfc.nasa.gov/data/cobe/hpx_firas/stripes/firas_hpx_physical_stripes_lowf_v2.fits
curl -s --retry 5 -k -o firas_hpx_physical_stripes_hif2_v2.fits https://lambda.gsfc.nasa.gov/data/cobe/hpx_firas/stripes/firas_hpx_physical_stripes_hif2_v2.fits
curl -s --retry 5 -k -o firas_hpx_physical_stripes_hif3_v2.fits https://lambda.gsfc.nasa.gov/data/cobe/hpx_firas/stripes/firas_hpx_physical_stripes_hif3_v2.fits
curl -s --retry 5 -k -o firas_hpx_physical_stripes_hif4_v2.fits https://lambda.gsfc.nasa.gov/data/cobe/hpx_firas/stripes/firas_hpx_physical_stripes_hif4_v2.fits

#        Stripe Templates
curl -s --retry 5 -k -o firas_hpx_stripe_templates_lowf.fits https://lambda.gsfc.nasa.gov/data/cobe/hpx_firas/stripe_templates/firas_hpx_stripe_templates_lowf.fits
curl -s --retry 5 -k -o firas_hpx_stripe_templates_hif2.fits https://lambda.gsfc.nasa.gov/data/cobe/hpx_firas/stripe_templates/firas_hpx_stripe_templates_hif2.fits
curl -s --retry 5 -k -o firas_hpx_stripe_templates_hif3.fits https://lambda.gsfc.nasa.gov/data/cobe/hpx_firas/stripe_templates/firas_hpx_stripe_templates_hif3.fits
curl -s --retry 5 -k -o firas_hpx_stripe_templates_hif4.fits https://lambda.gsfc.nasa.gov/data/cobe/hpx_firas/stripe_templates/firas_hpx_stripe_templates_hif4.fits

#        Uncombined Sky Spec
curl -s --retry 5 -k -o firas_hpx_uncombined_destriped_sky_spectra_lowf.fits https://lambda.gsfc.nasa.gov/data/cobe/hpx_firas/uncombined_sky_spec/firas_hpx_uncombined_destriped_sky_spectra_lowf.fits
curl -s --retry 5 -k -o firas_hpx_uncombined_destriped_sky_spectra_high.fits https://lambda.gsfc.nasa.gov/data/cobe/hpx_firas/uncombined_sky_spec/firas_hpx_uncombined_destriped_sky_spectra_high.fits

#        Uncombined Cal Spec
curl -s --retry 5 -k -o firas_hpx_uncombined_destriped_cal_spectra_lowf.fits https://lambda.gsfc.nasa.gov/data/cobe/hpx_firas/uncombined_cal_spec/firas_hpx_uncombined_destriped_cal_spectra_lowf.fits
curl -s --retry 5 -k -o firas_hpx_uncombined_destriped_cal_spectra_high.fits https://lambda.gsfc.nasa.gov/data/cobe/hpx_firas/uncombined_cal_spec/firas_hpx_uncombined_destriped_cal_spectra_high.fits
