Changeset 21410 for trunk/pstamp/scripts/pstampparse.pl
- Timestamp:
- Feb 6, 2009, 5:44:55 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/pstampparse.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/pstampparse.pl
r21242 r21410 84 84 die "REQ_NAME not found in $request_file_name" if (!$req_name); 85 85 die "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 }95 86 96 87 if ($req_id) { … … 187 178 } 188 179 189 # Call PStamp::Job's locate_images routin te to get the parameters for this request specification180 # Call PStamp::Job's locate_images routine to get the parameters for this request specification 190 181 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); 192 183 193 184 if (!$images) {
Note:
See TracChangeset
for help on using the changeset viewer.
