Changeset 19162
- Timestamp:
- Aug 21, 2008, 5:32:12 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/pstampparse.pl (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/pstampparse.pl
r18985 r19162 152 152 # trash the request. 153 153 die "job_type is list_uri but mode is $mode" if ($job_type eq "list_uri") and ($mode ne "list_uri"); 154 155 156 154 my ($image_db, $lookup_class_id, $camera, $magic_required ) = resolve_project($project, $img_type, $class_id); 157 155 … … 242 240 } 243 241 244 if ($option_mask & $PSTAMP_SELECT_ IMAGE) {242 if ($option_mask & $PSTAMP_SELECT_MASK) { 245 243 $args .= " -mask $image->{mask}"; 246 244 } … … 255 253 #} 256 254 257 258 255 # XXX: TODO: here is where we need to check whether or not the source inputs still exist 259 256 # and if not, queue a regeneration job and set the job state appropriately. 260 261 262 # # XXX TEMPORARY HACK won't work in general don't commit this263 # if (($img_type eq "chip") && ($image_db eq "gpc1")) {264 # my $astrom = $uri;265 # $astrom =~ s/.ch.fits/.smf/;266 # if ( -e $astrom ) {267 # $astrom_args .= " -astrom $astrom";268 # }269 # }270 257 271 258 my $command = "$pstamptool -addjob -req_id $req_id -job_type $job_type" … … 326 313 $ret_magic = 0; 327 314 } elsif ($project_name eq "simtest") { 328 $ret_dbname = " simtest";315 $ret_dbname = "ps_simtest"; 329 316 $ret_class_id = "null"; 330 317 $ret_camera = "SIMTEST";
Note:
See TracChangeset
for help on using the changeset viewer.
