IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 6, 2009, 5:44:55 PM (17 years ago)
Author:
bills
Message:

Create stamps in workdir area instead of the data store product directory
various changes to improve logging

File:
1 edited

Legend:

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

    r21242 r21410  
    8484die "REQ_NAME not found in $request_file_name"  if (!$req_name);
    8585die "wrong EXTVER $extver found in $request_file_name" if ($extver ne "1");
    86 
    87 if ($out_dir) {
    88     $out_dir .= "/$req_name";
    89     if (! -e $out_dir ) {
    90         mkdir $out_dir or die "cannot create output directory $out_dir";
    91     } elsif (! -d $out_dir ) {
    92         die "output fileset directory $out_dir exists but is not a directory";
    93     }
    94 }
    9586
    9687if ($req_id) {
     
    187178    }
    188179
    189     # Call PStamp::Job's locate_images routinte to get the parameters for this request specification
     180    # Call PStamp::Job's locate_images routine to get the parameters for this request specification
    190181    my $images = locate_images($ipprc, $image_db, $req_type, $img_type, $id, $class_id,
    191             $x, $y, $mjd_min, $mjd_max, $filter);
     182            $x, $y, $mjd_min, $mjd_max, $filter, $verbose);
    192183
    193184    if (!$images) {
Note: See TracChangeset for help on using the changeset viewer.