IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 25, 2012, 11:01:07 AM (14 years ago)
Author:
bills
Message:

Put the stack_id into the psphotStack output cmf file names instead of an integer

File:
1 edited

Legend:

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

    r33690 r33913  
    144144            my $path_base = $file->{path_base};
    145145            print "input: $path_base\n";
     146            my $stack_id = $file->{stack_id};
    146147
    147148            my $imageCnv  = $ipprc->filename("PPSTACK.OUTPUT",          $path_base ); # Image name
     
    172173            &my_die("Couldn't find input: $sources",   $sky_id, $PS_EXIT_SYS_ERROR) unless $ipprc->file_exists("$sources");
    173174
     175            print $listFile "  STACK_ID      S64  " . $stack_id  . "\n";
    174176            print $listFile "  RAW:IMAGE     STR  " . $imageRaw  . "\n";
    175177            print $listFile "  RAW:MASK      STR  " . $maskRaw   . "\n";
Note: See TracChangeset for help on using the changeset viewer.