| Version 1 (modified by , 17 years ago) ( diff ) |
|---|
2008.01.25 : EAM
I am downloading a large amount of megacam archival data to the IPP cluster at MHPCC. There are roughly 36TB of compressed raw image data in the Megacam archive at the moment, though some fraction of that is proprietary. I have set up a set of jobs to download all public data. I am using the following scripts:
~eugene/src/bin/shell/grabmegacam.pl : takes the name of an index file, and optionally an OBS number range ~eugene/src/bin/shell/get.megacam.year : downloads all images for a year (02, 03, etc) into directories by megacam run ID. it uses a set of tables in ~eugene/catdir/megacam, generated from the elixir image registration tables.
The following IPP nodes will hold megacam data for this experiment:
/data/ipp016.0 : 2005 /data/ipp017.0 : 2003 /data/ipp018.0 : 2004 /data/ipp019.0 : 2002 (also has some test gpc1 data and the old user home directories) /data/ipp020.0 : 2006 /data/ipp021.0 : 2007
we also currently have:
/data/ipp007.0 : empty /data/ipp008.0 : empty /data/ipp011.0 : empty /data/ipp020.0 : empty /data/ipp021.0 : empty
/data/ipp004.0 : home, bill's megacam download /data/ipp005.0 : gpc1 stare data, bill's megacam download /data/ipp006.0 : josh's gpc1 download tests /data/ipp009.0 : josh's gpc1 download tests, allskycam downloads /data/ipp010.0 : josh's gpc1 download tests, isp, allskycam downloads
- data downloaded to date (2/20)
The following IPP nodes will hold megacam data for this experiment:
/data/ipp016.0 : 2005 -- 19855 of 20634 images; none fits-compressed /data/ipp017.0 : 2003 -- 17332 of 17383 images; (03Am03, 04, 03Bm01, 02), 03, 04, 05 not fits-compressed /data/ipp018.0 : 2004 -- 17214 of 17390 images; (04Am06, 04Am07, 04Bm02, 03), 04, 05, 06, 07 not fits-compressed /data/ipp019.0 : 2002 -- 2901 or 2908 images, all fits-compressed /data/ipp020.0 : 2006 -- not yet downloaded /data/ipp021.0 : 2007 -- not yet downloaded.
- registering:
ipp016: foreach dir ( 05* ) foreach? ipp_serial_inject.pl --telescope cfht --camera megacam --workdir /data/ipp016.0/megacam/$dir.work --end_stage reg --dbname megacam $dir/*.fits foreach? end
