Changeset 35423
- Timestamp:
- Apr 22, 2013, 10:44:39 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/minidvodb_premerge.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/minidvodb_premerge.pl
r35306 r35423 129 129 # relphot only takes lower case gpc1 130 130 my $relphot_camera = lc($camera); 131 my $command = "$relphot -averages -update"; 132 $command .= " -D CAMERA $relphot_camera"; 133 $command .= " -D CATDIR $minidvodb"; 131 #my $command = "$relphot -averages -update"; 132 #$command .= " -D CAMERA $relphot_camera"; 133 #$command .= " -D CATDIR $minidvodb"; 134 #this is a friday hack 135 my $command = "echo skipping relphot"; 134 136 print "$command\n"; 135 137 my $mjd_relphot_start = DateTime->now->mjd; # MJD of starting script
Note:
See TracChangeset
for help on using the changeset viewer.
