IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 24, 2011, 11:53:23 AM (15 years ago)
Author:
bills
Message:

add option to set the reduction

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/refstacktool

    r30338 r31711  
    4040    'fwhm_min=s'    => \$fwhm_min,
    4141    'fwhm_max=s'    => \$fwhm_max,
    42     'input_data_group'=> \$input_data_group,
     42    'input_data_group=s'=> \$input_data_group,
    4343    'n_inputs_min=i'=> \$n_inputs_min,
    4444    'n_inputs_max=i'=> \$n_inputs_max,
     
    149149    $command .= " -set_tess_id $tess_id";
    150150    $command .= " -set_end_stage $end_stage";
     151    $command .= " -set_reduction $reduction" if $reduction;
    151152
    152153    $command .= " -pretend -simple" if $pretend;
Note: See TracChangeset for help on using the changeset viewer.