Index: trunk/tools/queuessky.lap
===================================================================
--- trunk/tools/queuessky.lap	(revision 34904)
+++ trunk/tools/queuessky.lap	(revision 34905)
@@ -18,5 +18,5 @@
 
 
-my ($ramin, $ramax, $decmin, $decmax, $absglatmin, $go);
+my ($ramin, $ramax, $decmin, $decmax, $absglatmin, $glatmin, $glatmax, $go);
 my $combos = 5;
 my $verbose = 0;
@@ -27,4 +27,6 @@
     'dec_min=s'          =>  \$decmin,
     'dec_max=s'          =>  \$decmax,
+    'glat_min=s'         =>  \$glatmin,
+    'glat_max=s'         =>  \$glatmax,
 #    'absglatmin=s'      =>  \$absglatmin,  # not yet
     'nfilters=s'        =>  \$combos,
@@ -57,5 +59,7 @@
 $command .= " -dec_max $decmax" if defined $decmax;
 
-# XXX TODO: implement absglatmin
+# XXX TODO: implement absglatmin in staticskytool and use that
+$command .= " -glat_min $glatmin" if defined $glatmin;
+$command .= " -glat_max $glatmax" if defined $glatmax;
 
 foreach my $filter_combo (@$filter_combos) {
@@ -72,6 +76,4 @@
     }
 }
-
-
 
 exit 0;
