IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 19, 2010, 5:04:00 PM (16 years ago)
Author:
watersc1
Message:

This version corrects the over-queueing bug. My stacktool was not fully updated, and the results for the pretend aren't the same.

File:
1 edited

Legend:

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

    r27711 r27712  
    654654    my @input_exposures = split /\n/, (join '', @$stdout_buf);
    655655    foreach my $entry (@input_exposures) {
    656         my ($skycell, @trash) = split /\s+/, $entry;
     656        my ($warp_tess_id,$skycell, @trash) = split /\s+/, $entry;
    657657        @trash = verify_uniqueness_stack($skycell,$date,$target,$filter);
    658658        $Nalready += $trash[0];
Note: See TracChangeset for help on using the changeset viewer.