IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 8, 2009, 5:32:55 PM (17 years ago)
Author:
watersc1
Message:

Merge my branch back into the trunk. This includes:

ipp_cleanup.pl : and associated edits to allow cleanup to work
burntool : updated to newest version, ipp_apply_burntool.pl modified to use persist=t options
ppImageBurntoolMask.c : masks region burntool identifies
psastro : allow selection of wcs header format
addtool : splits addstar step off from the camera stage

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/tools/ipp_apply_burntool.pl

    r24859 r25299  
    172172
    173173        if ($RAWTABLES) {
    174             $status = vsystem ("$burntool $tmpImfileReal out=$artImfileReal $prevFileOpt", $REALRUN);
     174            $status = vsystem ("$burntool $tmpImfileReal out=$artImfileReal $prevFileOpt persist=t", $REALRUN);
    175175        } else {
    176             $status = vsystem ("$burntool $tmpImfileReal $prevFileOpt", $REALRUN);
     176            $status = vsystem ("$burntool $tmpImfileReal $prevFileOpt persist=t", $REALRUN);
    177177        }
    178178        if ($status) {
Note: See TracChangeset for help on using the changeset viewer.