Index: trunk/tools/queuessky.lap
===================================================================
--- trunk/tools/queuessky.lap	(revision 34905)
+++ trunk/tools/queuessky.lap	(revision 35049)
@@ -29,8 +29,8 @@
     'glat_min=s'         =>  \$glatmin,
     'glat_max=s'         =>  \$glatmax,
-#    'absglatmin=s'      =>  \$absglatmin,  # not yet
-    'nfilters=s'        =>  \$combos,
-    'go'                =>  \$go,
-    'verbose|v'         =>  \$verbose,
+    'abs_glat_min=s'     =>  \$absglatmin,
+    'nfilters=s'         =>  \$combos,
+    'go'                 =>  \$go,
+    'verbose|v'          =>  \$verbose,
 ) or pod2usage(2);
 
@@ -59,7 +59,8 @@
 $command .= " -dec_max $decmax" if defined $decmax;
 
-# XXX TODO: implement absglatmin in staticskytool and use that
 $command .= " -glat_min $glatmin" if defined $glatmin;
 $command .= " -glat_max $glatmax" if defined $glatmax;
+
+$command .= " -abs_glat_min $absglatmin" if defined $absglatmin;
 
 foreach my $filter_combo (@$filter_combos) {
