Changeset 23267 for trunk/pstamp/scripts/pstampparse.pl
- Timestamp:
- Mar 11, 2009, 10:29:48 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/pstampparse.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/pstampparse.pl
r21410 r23267 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.
