Index: trunk/pstamp/scripts/pstamp_checkdependent.pl
===================================================================
--- trunk/pstamp/scripts/pstamp_checkdependent.pl	(revision 36700)
+++ trunk/pstamp/scripts/pstamp_checkdependent.pl	(revision 36781)
@@ -21,7 +21,7 @@
 use Carp;
 
-my $disable_3PI_updates = 1;
-my $ra_max_3PI_hours = 21;                              # disable updates for skycells with ra greater than this (hours)
-my $ra_max_3PI = $ra_max_3PI_hours * 15 / 180 * 3.14149; # rawExp.ra is in radians
+my $disable_3PI_updates = 0;
+my $ra_max_3PI_hours = 22.5;  # disable updates for skycells with ra greater than this (hours)
+my $ra_max_3PI = $ra_max_3PI_hours * 15 * 3.14149 / 180.; # rawExp.ra is in radians
 
 # XXX: put this in a module somewhere
