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




#        Destriped Sky Spectra
wget -q -t 5 -nc -w 3 https://lambda.gsfc.nasa.gov/data/cobe/hpx_firas/destriped_spectra/firas_hpx_destriped_sky_spectra_lowf_v2.fits
wget -q -t 5 -nc -w 3 https://lambda.gsfc.nasa.gov/data/cobe/hpx_firas/destriped_spectra/firas_hpx_destriped_sky_spectra_high_v2.fits

#        C_VECTOR
wget -q -t 5 -nc -w 3 https://lambda.gsfc.nasa.gov/data/cobe/hpx_firas/c_vector/firas_hpx_c_vector_lowf_v2.fits
wget -q -t 5 -nc -w 3 https://lambda.gsfc.nasa.gov/data/cobe/hpx_firas/c_vector/firas_hpx_c_vector_high_v2.fits

#        Stripes
wget -q -t 5 -nc -w 3 https://lambda.gsfc.nasa.gov/data/cobe/hpx_firas/stripes/firas_hpx_orthogonal_stripes_lowf_v2.fits
wget -q -t 5 -nc -w 3 https://lambda.gsfc.nasa.gov/data/cobe/hpx_firas/stripes/firas_hpx_orthogonal_stripes_hif2_v2.fits
wget -q -t 5 -nc -w 3 https://lambda.gsfc.nasa.gov/data/cobe/hpx_firas/stripes/firas_hpx_orthogonal_stripes_hif3_v2.fits
wget -q -t 5 -nc -w 3 https://lambda.gsfc.nasa.gov/data/cobe/hpx_firas/stripes/firas_hpx_orthogonal_stripes_hif4_v2.fits
wget -q -t 5 -nc -w 3 https://lambda.gsfc.nasa.gov/data/cobe/hpx_firas/stripes/firas_hpx_physical_stripes_lowf_v2.fits
wget -q -t 5 -nc -w 3 https://lambda.gsfc.nasa.gov/data/cobe/hpx_firas/stripes/firas_hpx_physical_stripes_hif2_v2.fits
wget -q -t 5 -nc -w 3 https://lambda.gsfc.nasa.gov/data/cobe/hpx_firas/stripes/firas_hpx_physical_stripes_hif3_v2.fits
wget -q -t 5 -nc -w 3 https://lambda.gsfc.nasa.gov/data/cobe/hpx_firas/stripes/firas_hpx_physical_stripes_hif4_v2.fits

#        Stripe Templates
wget -q -t 5 -nc -w 3 https://lambda.gsfc.nasa.gov/data/cobe/hpx_firas/stripe_templates/firas_hpx_stripe_templates_lowf.fits
wget -q -t 5 -nc -w 3 https://lambda.gsfc.nasa.gov/data/cobe/hpx_firas/stripe_templates/firas_hpx_stripe_templates_hif2.fits
wget -q -t 5 -nc -w 3 https://lambda.gsfc.nasa.gov/data/cobe/hpx_firas/stripe_templates/firas_hpx_stripe_templates_hif3.fits
wget -q -t 5 -nc -w 3 https://lambda.gsfc.nasa.gov/data/cobe/hpx_firas/stripe_templates/firas_hpx_stripe_templates_hif4.fits

#        Uncombined Sky Spec
wget -q -t 5 -nc -w 3 https://lambda.gsfc.nasa.gov/data/cobe/hpx_firas/uncombined_sky_spec/firas_hpx_uncombined_destriped_sky_spectra_lowf.fits
wget -q -t 5 -nc -w 3 https://lambda.gsfc.nasa.gov/data/cobe/hpx_firas/uncombined_sky_spec/firas_hpx_uncombined_destriped_sky_spectra_high.fits

#        Uncombined Cal Spec
wget -q -t 5 -nc -w 3 https://lambda.gsfc.nasa.gov/data/cobe/hpx_firas/uncombined_cal_spec/firas_hpx_uncombined_destriped_cal_spectra_lowf.fits
wget -q -t 5 -nc -w 3 https://lambda.gsfc.nasa.gov/data/cobe/hpx_firas/uncombined_cal_spec/firas_hpx_uncombined_destriped_cal_spectra_high.fits
