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




#        WMAP DR3 EE and BB Power Spectra
curl -s --retry 5 -k -o wmap_eebb_spectrum_5yr_v3.tar.gz https://lambda.gsfc.nasa.gov/data/map/dr3/dcp/wmap_eebb_spectrum_5yr_v3.tar.gz
curl -s --retry 5 -k -o wmap_ee_spectrum_5yr_v3.txt https://lambda.gsfc.nasa.gov/data/map/dr3/dcp/wmap_ee_spectrum_5yr_v3.txt
curl -s --retry 5 -k -o wmap_binned_highl_ee_spectrum_5yr_v3.txt https://lambda.gsfc.nasa.gov/data/map/dr3/dcp/wmap_binned_highl_ee_spectrum_5yr_v3.txt
curl -s --retry 5 -k -o wmap_bb_spectrum_5yr_v3.txt https://lambda.gsfc.nasa.gov/data/map/dr3/dcp/wmap_bb_spectrum_5yr_v3.txt
curl -s --retry 5 -k -o wmap_binned_highl_bb_spectrum_5yr_v3.txt https://lambda.gsfc.nasa.gov/data/map/dr3/dcp/wmap_binned_highl_bb_spectrum_5yr_v3.txt
