IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 24, 2013, 4:55:55 PM (13 years ago)
Author:
bills
Message:

add argument --abs_glat_min to simplify avoiding the galactic plane

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/queuessky.lap

    r34905 r35049  
    2929    'glat_min=s'         =>  \$glatmin,
    3030    'glat_max=s'         =>  \$glatmax,
    31 #    'absglatmin=s'      =>  \$absglatmin,  # not yet
    32     'nfilters=s'        =>  \$combos,
    33     'go'                =>  \$go,
    34     'verbose|v'         =>  \$verbose,
     31    'abs_glat_min=s'     =>  \$absglatmin,
     32    'nfilters=s'         =>  \$combos,
     33    'go'                 =>  \$go,
     34    'verbose|v'          =>  \$verbose,
    3535) or pod2usage(2);
    3636
     
    5959$command .= " -dec_max $decmax" if defined $decmax;
    6060
    61 # XXX TODO: implement absglatmin in staticskytool and use that
    6261$command .= " -glat_min $glatmin" if defined $glatmin;
    6362$command .= " -glat_max $glatmax" if defined $glatmax;
     63
     64$command .= " -abs_glat_min $absglatmin" if defined $absglatmin;
    6465
    6566foreach my $filter_combo (@$filter_combos) {
Note: See TracChangeset for help on using the changeset viewer.