IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 17, 2009, 12:08:50 PM (17 years ago)
Author:
beaumont
Message:

merged with head

Location:
branches/cnb_branches/cnb_branch_20090301
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/cnb_branches/cnb_branch_20090301

  • branches/cnb_branches/cnb_branch_20090301/pstamp/scripts/pstampparse.pl

    r21410 r23352  
    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.