IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 15, 2010, 5:36:47 PM (16 years ago)
Author:
Paul Price
Message:

Don't skip any source files --- they are only be inaccessible.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/camera_exp.pl

    r27180 r27290  
    171171
    172172# XXX we perform astrometry iff photometry output exists
    173 my $chipObjectsExist = 0;
    174173my @outMasks;                   # Names of output masks
    175174foreach my $file (@$files) {
     
    181180    my $chipObjects = $ipprc->filename("PSPHOT.OUTPUT", $file->{path_base}, $class_id);
    182181    my $chipMask   = $ipprc->filename("PPIMAGE.CHIP.MASK", $file->{path_base}, $class_id);
    183 
    184     # if any of the output chip photometry files exist, we can run psastro / addstar below
    185     if ($ipprc->file_exists($chipObjects)) {
    186         $chipObjectsExist = 1;
    187     } else {
    188         if ($verbose) { print "skipping $chipObjects (not found)\n"; }
    189         next;
    190     }
    191182
    192183    print $list1File ($ipprc->filename("PPIMAGE.BIN1", $file->{path_base}, $class_id) . "\n");
     
    261252    }
    262253
    263     # only run psastro / addstar if any of the output chip astrometry files exist (should we test for successful astrometry?)
    264     if ($chipObjectsExist) {
     254    {
    265255        # run psastro on the chipObjects, producing fpaObjects
    266256        my $command;
Note: See TracChangeset for help on using the changeset viewer.