# Makes VOLUME image for dihv9p_3101, HRIV RADREV data. # All RADREV data and supporting directories and files # fit on one DVD. # Aareadme.txt and voldesc.cat files will need to be tweaked. cd /n/diraid02/data/develop/dihv9p_enc_v2 mkdir VOLUME mkdir VOLUME/dihv9p_3101 cd VOLUME/dihv9p_3101 cp -p ../../aareadme.txt . cp -p ../../voldesc.cat . cp -pr ../../index . ln -s ../../browse browse ln -s ../../calib calib ln -s ../../catalog catalog ln -s ../../document document mkdir data cd data ln -s ../../../data/radrev radrev # Make volume image for dihv9p_3102 (HRIV RAD data) # All RAD data and supporting directories and files # fit on one DVD. There is no browse facility for # RAD data, so do not link to the browse directory. # Aareadme.txt and voldesc.cat files will need to be tweaked. cd /n/diraid02/data/develop/dihv9p_enc_v2/VOLUME mkdir dihv9p_3102 cd dihv9p_3102 cp -p ../../aareadme.txt . cp -p ../../voldesc.cat . cp -pr ../../index . ln -s ../../calib calib ln -s ../../catalog catalog ln -s ../../document document mkdir data cd data ln -s ../../../data/rad rad # Make volume image for dihv9p_3103 (HRIV I/F data) # All I/F data and supporting directories and files # fit on one DVD. There is no browse facility for # RAD data, so do not link to the browse directory. # Aareadme.txt and voldesc.cat files will need to be tweaked. cd /n/diraid02/data/develop/dihv9p_enc_v2/VOLUME mkdir dihv9p_3103 cd dihv9p_3103 cp -p ../../aareadme.txt . cp -p ../../voldesc.cat . cp -pr ../../index . ln -s ../../calib calib ln -s ../../catalog catalog ln -s ../../document document mkdir data cd data ln -s ../../../data/if if