Changeset 23267
- Timestamp:
- Mar 11, 2009, 10:29:48 AM (17 years ago)
- Location:
- trunk/pstamp
- Files:
-
- 4 edited
-
scripts/pstamp_finish.pl (modified) (2 diffs)
-
scripts/pstamp_job_run.pl (modified) (1 diff)
-
scripts/pstampparse.pl (modified) (2 diffs)
-
test/test_lookup.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/pstamp_finish.pl
r21410 r23267 21 21 22 22 use PS::IPP::Config qw( :standard ); 23 use PS tamp::RequestFile qw( :standard );24 use PS tamp::Job qw( :standard );23 use PS::IPP::PStamp::RequestFile qw( :standard ); 24 use PS::IPP::PStamp::Job qw( :standard ); 25 25 26 26 my ( $req_id, $req_name, $req_file, $out_dir, $product, $dbname, $verbose, $save_temps, $redirect_output); … … 105 105 } 106 106 107 # this function is PS tamp::RequestFile::read_request_file107 # this function is PS::IPP::PStamp::RequestFile::read_request_file 108 108 my ($header, $rows) = read_request_file($req_file); 109 109 -
trunk/pstamp/scripts/pstamp_job_run.pl
r21410 r23267 13 13 use File::Basename; 14 14 use Digest::MD5::File qw( file_md5_hex ); 15 use PS tamp::RequestFile qw( :standard );15 use PS::IPP::PStamp::RequestFile qw( :standard ); 16 16 17 17 my $verbose; -
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); -
trunk/pstamp/test/test_lookup.pl
r20113 r23267 9 9 10 10 use Getopt::Long qw( GetOptions ); 11 use PS tamp::Job qw( :standard );11 use PS::IPP::PStamp::Job qw( :standard ); 12 12 13 13 use PS::IPP::Config qw( :standard );
Note:
See TracChangeset
for help on using the changeset viewer.
