IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 31, 2012, 1:28:01 PM (13 years ago)
Author:
mhuber
Message:

stacktool wants -select_skycell_id not -skycell

File:
1 edited

Legend:

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

    r34221 r34880  
    10251025                }
    10261026                foreach my $skycell (sort (keys (%skycells))) {
    1027                     $skycell_select .= " -skycell $skycell ";
     1027                    $skycell_select .= " -select_skycell_id $skycell ";
    10281028                }
    10291029                $cmd .= " -select_label $science_config{$target}{ADDITIONAL_STACK_LABEL} $skycell_select ";
Note: See TracChangeset for help on using the changeset viewer.