#!/bin/sh
#
# To run as an executable on a unix platform, do the following:
# chmod 775 wget_zodisurvey1.sh
# ./wget_zodisurvey1.sh
#
wget -x "http://irsa.ipac.caltech.edu/data/Planck/release_1/all-sky-maps/maps/HFI_SkyMap_100_2048_R1.10_survey_1_ZodiCorrected.fits"
wget -x "http://irsa.ipac.caltech.edu/data/Planck/release_1/all-sky-maps/maps/HFI_SkyMap_143_2048_R1.10_survey_1_ZodiCorrected.fits"
wget -x "http://irsa.ipac.caltech.edu/data/Planck/release_1/all-sky-maps/maps/HFI_SkyMap_217_2048_R1.10_survey_1_ZodiCorrected.fits"
wget -x "http://irsa.ipac.caltech.edu/data/Planck/release_1/all-sky-maps/maps/HFI_SkyMap_353_2048_R1.10_survey_1_ZodiCorrected.fits"
wget -x "http://irsa.ipac.caltech.edu/data/Planck/release_1/all-sky-maps/maps/HFI_SkyMap_545_2048_R1.10_survey_1_ZodiCorrected.fits"
wget -x "http://irsa.ipac.caltech.edu/data/Planck/release_1/all-sky-maps/maps/HFI_SkyMap_857_2048_R1.10_survey_1_ZodiCorrected.fits"
