IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23267


Ignore:
Timestamp:
Mar 11, 2009, 10:29:48 AM (17 years ago)
Author:
bills
Message:

change module name for PStamp

Location:
trunk/pstamp
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/pstamp/scripts/pstamp_finish.pl

    r21410 r23267  
    2121
    2222use PS::IPP::Config qw( :standard );
    23 use PStamp::RequestFile qw( :standard );
    24 use PStamp::Job qw( :standard );
     23use PS::IPP::PStamp::RequestFile qw( :standard );
     24use PS::IPP::PStamp::Job qw( :standard );
    2525
    2626my ( $req_id, $req_name, $req_file, $out_dir, $product, $dbname, $verbose, $save_temps, $redirect_output);
     
    105105    }
    106106
    107     # this function is PStamp::RequestFile::read_request_file
     107    # this function is PS::IPP::PStamp::RequestFile::read_request_file
    108108    my ($header, $rows) = read_request_file($req_file);
    109109
  • trunk/pstamp/scripts/pstamp_job_run.pl

    r21410 r23267  
    1313use File::Basename;
    1414use Digest::MD5::File qw( file_md5_hex );
    15 use PStamp::RequestFile qw( :standard );
     15use PS::IPP::PStamp::RequestFile qw( :standard );
    1616
    1717my $verbose;
  • trunk/pstamp/scripts/pstampparse.pl

    r21410 r23267  
    1111use Sys::Hostname;
    1212use Getopt::Long qw( GetOptions );
    13 use PStamp::RequestFile qw( :standard );
    14 use PStamp::Job qw( :standard );
     13use PS::IPP::PStamp::RequestFile qw( :standard );
     14use PS::IPP::PStamp::Job qw( :standard );
    1515
    1616my $verbose;
     
    178178    }
    179179
    180     # Call PStamp::Job's locate_images routine to get the parameters for this request specification
     180    # Call PS::IPP::PStamp::Job's locate_images routine to get the parameters for this request specification
    181181    my $images = locate_images($ipprc, $image_db, $req_type, $img_type, $id, $class_id,
    182182            $x, $y, $mjd_min, $mjd_max, $filter, $verbose);
  • trunk/pstamp/test/test_lookup.pl

    r20113 r23267  
    99
    1010use Getopt::Long qw( GetOptions );
    11 use PStamp::Job qw( :standard );
     11use PS::IPP::PStamp::Job qw( :standard );
    1212
    1313use PS::IPP::Config qw( :standard );
Note: See TracChangeset for help on using the changeset viewer.