- Timestamp:
- Mar 17, 2009, 12:08:50 PM (17 years ago)
- Location:
- branches/cnb_branches/cnb_branch_20090301
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
pstamp/scripts/pstampparse.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/cnb_branches/cnb_branch_20090301
-
Property svn:mergeinfo
set to (toggle deleted branches)
/trunk merged eligible /branches/eam_branches/eam_branch_20090303 23158-23228
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
branches/cnb_branches/cnb_branch_20090301/pstamp/scripts/pstampparse.pl
r21410 r23352 11 11 use Sys::Hostname; 12 12 use Getopt::Long qw( GetOptions ); 13 use PS tamp::RequestFile qw( :standard );14 use PS tamp::Job qw( :standard );13 use PS::IPP::PStamp::RequestFile qw( :standard ); 14 use PS::IPP::PStamp::Job qw( :standard ); 15 15 16 16 my $verbose; … … 178 178 } 179 179 180 # Call PS tamp::Job's locate_images routine to get the parameters for this request specification180 # Call PS::IPP::PStamp::Job's locate_images routine to get the parameters for this request specification 181 181 my $images = locate_images($ipprc, $image_db, $req_type, $img_type, $id, $class_id, 182 182 $x, $y, $mjd_min, $mjd_max, $filter, $verbose);
Note:
See TracChangeset
for help on using the changeset viewer.
