Location in directory:celias>data>CD contents
SOHO/CELIAS CD contents are organized in the following way:
- directory istp_kp lists the archive
files for ISTP keyparameter CDs and PERL programs for serching
the lists. (Last updated August 16, 2001)
- directory scdat lists the CELIAS
Level-Zero CD's. (Last updated August 23, 2001)
- Discs. List of relavent
HK and SC data files on each Disc. HK data is contained in the
disc directory: /data/so/g013/lz and the SC data is
contained in the disc directory: /data/so/g029/lz. If no HK or SC data
files are listed, then either SOHO was on ``vacation'' or this
files has not been updated. (Last updated August 23, 2001)
The files were produced with the following command:
ls -aR /cdrom > CD-contents/scdat/scdat0019.toc
This data base can be searched with the following perl scripts:
- listcdcont.pl will
search all files in the current directory containing "toc" in
the filename and produce a list of entries corresponing to the search criteria.
Called without arguments, the routine ask you for input. You can start
the routine directly from the command line:
listcdcont.pl -s so -i g029 -d lz -f dat > testlist.txt
This command would search for SOHO/CELIAS LZ data.
- sortcdcont.pl ink will
sort this list and produce a new list with the newest version of each file,
sorted by CD. The use is simple:
sortcdcont.pl < testlist.txt > sortedlist.txt
will produce the output.