Back to the COR1 User's Guide.
The routine SCCINGEST is designed to help people maintain a local copy of a subset of the SECCHI data. This is useful, for example, when copying data to a laptop for off-line access.
The basic steps are as follows:
The SCCINGEST routine scans the DIRECTORY tree for FITS files, moves the files into their correct positions within the $SECCHI_LZ tree, and catalogs them within local summary files. The usual SECCHI software can then be used on these data.
For example, suppose that you had copied a bunch of SECCHI files to the temporary tree "c:\mytemp", and wanted to store them within your local archive "c:\secchidata". You would enter the following commands
IDL> setenv,'SECCHI_LZ=c:\secchidata' ;If not already done IDL> sccingest, 'c:\mytemp'
These steps can be applied any number of times to add data to an existing local archive. It's best to keep the temporary and archive directories separate, otherwise you can end up with multiple summary entries for the same files, which lowers the efficiency.