Changeset 25816 for trunk/ippScripts/scripts/flatcorr_proc.pl
- Timestamp:
- Oct 8, 2009, 5:09:53 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/flatcorr_proc.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/flatcorr_proc.pl
r23688 r25816 104 104 my ($DECs, $DECe) = split (",", $coords[1]); 105 105 106 # Run addstar -resort to ensure the db is indexed 107 { 108 my $command = "$addstar -resort"; 106 # Run addstar -resort to ensure the db is indexed 107 # XXX addstar should be able to recognize and skip indexed tables 108 { 109 my $command = "$addstar -resort"; 109 110 $command .= " -D CATDIR $dvodb"; 110 111 $command .= " -region $RAs $RAe $DECs $DECe";
Note:
See TracChangeset
for help on using the changeset viewer.
