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/ippScripts/scripts/stack_skycell.pl

    r23745 r25299  
    6565
    6666my $ipprc = PS::IPP::Config->new() or my_die( "Unable to set up", $stack_id, $PS_EXIT_CONFIG_ERROR ); # IPP configuration
     67$| = 1;
     68print "I've set up: $stack_id\n";
    6769
    6870# XXX camera is not known here; cannot use filerules...
     
    107109&my_die("Stack list contains less than two elements", $stack_id, $PS_EXIT_SYS_ERROR) unless
    108110    scalar @$files >= 2;
     111
     112print "I've loaded my inputs: $stack_id\n";
    109113
    110114# Parse the list of input files to get the tesselation, skycell identifiers and camera
     
    146150}
    147151
     152print "I've configured everything: $stack_id\n";
     153
    148154# Generate MDC file with the inputs
    149155my $tess_base = basename($tess_id);
     
    180186    print $listFile "END\n\n";
    181187}
     188
     189print "I've checked everything: $stack_id\n";
    182190
    183191# Get the output filenames
     
    200208
    201209my $cmdflags;
     210
    202211
    203212# Perform stacking
     
    265274#       &my_die("Couldn't find expected output file: $bin2Name",    $stack_id, $PS_EXIT_SYS_ERROR) unless $ipprc->file_exists($bin2Name);
    266275    }
    267 
     276   
     277    print "I've stacked $listName: $stack_id\n";
    268278}
    269279
     
    298308}
    299309
     310print "I've updated teh database: $stack_id\n";
     311
    300312
    301313my $my_die_called = 0;
     
    372384}
    373385
     386print "I've reached the end of processing with a code of $?: $stack_id\n";
    374387
    375388END {
Note: See TracChangeset for help on using the changeset viewer.