IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 7, 2010, 4:22:55 PM (16 years ago)
Author:
bills
Message:

check for existence of files before invoking ppstamp. Get astromety file from params
istead of args

File:
1 edited

Legend:

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

    r28583 r28628  
    500500    }
    501501
     502if (0) {
    502503    # add astrometry file for raw and chip images if one is available
    503504    if (($stage eq "chip") || ($stage eq "raw")) {
    504505        $args .= " -astrom $image->{astrom}" if $image->{astrom};
    505506    }
     507}
    506508
    507509    $image->{job_args} = $args;
Note: See TracChangeset for help on using the changeset viewer.