Nparamstest2C / Nparamstest
1. Preparing samples and directory structure :
Samples for both cameras should be
placed any directory :
bash-2.05b$ ls
/scratch/pi1/CCD/ndir/data/Samples/20040718/
k2a k2b
in subdirectories k2a and k2b shoud be the following structure
:
bash-2.05b$ ls
/scratch/pi1/CCD/ndir/data/Samples/20040718/k2a/
10.07 8.96 9.45
list
file list shoud containt list of samples
in the following format :
8.96 8.96/list
9.45 9.45/list
10.07 10.07/list
and files 8.96/list should contain list of
FITS files for sample 8.96
which shuld be placed in subdirectory 8.96
:
cat 8.96/list
1689_815_0.fitc
1689_815_1.fitc
....
1689_815_17.fitc
Then
in config files ccd_pipeline0 variable :
CCD_IMAGES_SAMPLE_DIR=/scratch/pi1/CCD/ndir/data/Samples/20040718/k2a/
while in ccd_pipeline1.cfg :
CCD_IMAGES_SAMPLE_DIR=/scratch/pi1/CCD/ndir/data/Samples/20040718/k2b/