IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

change module name for PStamp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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);
Note: See TracChangeset for help on using the changeset viewer.