To setup your account for working with the SVT-E data at the ISDC ================================================================= last update of this file: October 22, 2002 ##################################################################### NOTE! This description is probably out of date as the data have been removed and the software has also been updated! ##################################################################### Follow the instructions step by step! create on your home directory a directory for the parameter files: cd mkdir pfiles mkdir data_rep copy the parameter files to your pfiles directory: cp /home/isdc_guest/spi_int/pfiles/*.par ~/pfiles include in .tcshrc (if you do not want to change your .tcshrc, skip this point!) : -------------------------------------------------------------------------- if( `uname` == "SunOS" ) then source /isdc/scripts/login --ISDC_ENV=/isdc/integration/spi_int/sw_rep setenv PATH /isdc//reference/workshop-6.1/SUNWspro/bin:/isdc/integration/spi_int/sw_rep/bin:${PATH} setenv ISDC_SCRIPT_PATH /isdc/integration/spi_int/sw_rep/scripts setenv CFITSIO_INCLUDE_FILES /isdc/integration/spi_int/sw_rep/templates echo SunOS setup endif --------------------------------------------------------------------------- In case you do not want to change your .tcshrc, just execute the following command: source /isdc/scripts/login --ISDC_ENV=/isdc/integration/spi_int/sw_rep and under Linux: source /isdc/scripts/login --ISDC_ENV=/isdc/integration/spi_int/sw_rep-linux Now go to your data_rep directory, create an obs/ directory and set the links to the SVT-E data: cd data_rep mkdir obs ln -s /isdc/testdata/svt_e/data/nrt/ops_1/scw ln -s /isdc/testdata/svt_e/data/nrt/ops_1/aux ln -s /isdc/testdata/svt_e/data/nrt/ops_1/ic ln -s /isdc/testdata/svt_e/data/nrt/ops_1/idx Now you can work under your personal data_rep/ with the archived SVT-E data! Please note that there are some disk space limits. In the scw/ directory you can easily see, which revolution numbers are available: ls scw/ Note that not all science windows during SVT-E contain usable SPI data. Read the Online SVT-E User Manual to get more information.