Changeset 35096 for branches/eam_branches/ipp-20121219/tools/queuessky.lap
- Timestamp:
- Feb 6, 2013, 2:34:49 PM (13 years ago)
- Location:
- branches/eam_branches/ipp-20121219
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
tools/queuessky.lap (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20121219
-
branches/eam_branches/ipp-20121219/tools/queuessky.lap
r34902 r35096 18 18 19 19 20 my ($ramin, $ramax, $decmin, $decmax, $absglatmin, $g o);20 my ($ramin, $ramax, $decmin, $decmax, $absglatmin, $glatmin, $glatmax, $go); 21 21 my $combos = 5; 22 22 my $verbose = 0; … … 27 27 'dec_min=s' => \$decmin, 28 28 'dec_max=s' => \$decmax, 29 # 'absglatmin=s' => \$absglatmin, # not yet 30 'nfilters=s' => \$combos, 31 'go' => \$go, 32 'verbose|v' => \$verbose, 29 'glat_min=s' => \$glatmin, 30 'glat_max=s' => \$glatmax, 31 'abs_glat_min=s' => \$absglatmin, 32 'nfilters=s' => \$combos, 33 'go' => \$go, 34 'verbose|v' => \$verbose, 33 35 ) or pod2usage(2); 34 36 … … 57 59 $command .= " -dec_max $decmax" if defined $decmax; 58 60 59 # XXX TODO: implement absglatmin 61 $command .= " -glat_min $glatmin" if defined $glatmin; 62 $command .= " -glat_max $glatmax" if defined $glatmax; 63 64 $command .= " -abs_glat_min $absglatmin" if defined $absglatmin; 60 65 61 66 foreach my $filter_combo (@$filter_combos) { … … 72 77 } 73 78 } 74 75 76 79 77 80 exit 0;
Note:
See TracChangeset
for help on using the changeset viewer.
