Survey the data gathered with dssbase_run_markII.
% dssbase_review list.dss -v
Usage: dssbase_review list.1
arg1 - file listing the (fullpath) names of the dss fits images
Additional options: n
-v = print verbose comments
--help = view a help document
The output is:
1 == number of characters in the base name
2 == the basename string
% cat subdir.path
/home/jove/guider/data/ACQ/20160110/
With the basename you can always easily rebuild the FITS file name in a bash script. In
Jan2020 I decided to make the full subdirectory path available in case we want to build
names based on the image name. For instance, the dssbase_run_markII
creates DSS fits images using a basename that encodes the sky position and image size. It
also creates two accompanying cdfp file: one for USNO data and onae for PS1 data. Here is and example:
In the subdirectory ./local_red/Store_DSS/ we see the files: dss_RA01c17c31p268DEC+53c20c40p56_297.fits dss_RA01c17c31p268DEC+53c20c40p56_297_ps1.cdfp dss_RA01c17c31p268DEC+53c20c40p56_297_usno_all.cdfpHence, with the contents of subdir.path, we can build fullpath namess to these cdfp files and use them in other scripts.