IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 21, 2009, 10:24:29 AM (17 years ago)
Author:
bills
Message:

Add interface and implemenation to allow the selection of cmf, psf, and background model
files to be added to the stamp output.
Output the parameters mdc file for stamp jobs as well as get_image jobs
use it to find "the other outputs".
Save ppstamp args in the mdc as well. This will allow the args file to be
eliminated but this commit doesn't do that.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pstamp/scripts/pstampparse.pl

    r26209 r26242  
    371371            $args .= " -astrom $image->{astrom}" if $image->{astrom};
    372372        }
     373
     374        $image->{job_args} = $args;
     375
     376        # XXX: we can get rid of the following everything that we need is
     377        # in the params file
    373378
    374379        $args .= " -file $imagefile";
Note: See TracChangeset for help on using the changeset viewer.