SAINFO(1)



NAME

     sainfo -  create soho_catalog_rcd files for the SOHO archive


SYNOPSIS

     Normally run after cpinfo for lev1.4/lev1.5


DESCRIPTION

     * SOHO Archive Info strategy level module.
     * Implements TN 143.
     *
     * Program to create soho_catalog_rcd files containing keywords from
     * the lev1.5 data that will be made available for FTP from the EOF
     * daily. This is info that the SOHO archive will use for its queries
     * for MDI data.
     *
     * sainfo in=prog:mdi_rec,level:lev1.5,series:fd_V_01h[64756]
     *
     * There is an assumed "template" for these "datasets" which is:
     *        wd:/soidata/info/{prog}/{level}/{series}
     * which is assumed set in the map file like so:
     *      !setenv mdi_rec wd:/soidata/info/{prog}/{level}/{series}
     * or if running from the command line do this:
     *      setenv mdi_rec "wd:/soidata/info/{prog}/{level}/{series}"
     *
     * where it is expected that the prog is mdi_rec. If you used
     * prog:mdi_rec and then also specified d=1 in the map file, then sainfo
     * will detect this incorrect use and abort with an appropriate msg in its
     * log file. It was done this way rather that using prog:mdi, as we don't
     * ever want to risk bringing the actual ds on-line, but rather always use
     * the permanent /soidata/info/mdi_rec files.
     *
     *Outputs to /soidata/info/sainfo:
     *This dir will contain the soho_catalog_rcd files made by sainfo.
     *sainfo puts its data in "stage" in a subdir according to the date
     *that sainfo was run. sainfo_daily will concatenate all of the files
     *in each stage/{date} dir into a file soho_catalog_rcd.{date} in
     *the "daily" dir.


SEE ALSO


AUTHOR

     Jim Aloise


HISTORY

     2000-07-21