Changeset 27712 for trunk/ippScripts/scripts/automate_stacks.pl
- Timestamp:
- Apr 19, 2010, 5:04:00 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/automate_stacks.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/automate_stacks.pl
r27711 r27712 654 654 my @input_exposures = split /\n/, (join '', @$stdout_buf); 655 655 foreach my $entry (@input_exposures) { 656 my ($ skycell, @trash) = split /\s+/, $entry;656 my ($warp_tess_id,$skycell, @trash) = split /\s+/, $entry; 657 657 @trash = verify_uniqueness_stack($skycell,$date,$target,$filter); 658 658 $Nalready += $trash[0];
Note:
See TracChangeset
for help on using the changeset viewer.
