Changeset 39971 for trunk/ippScripts
- Timestamp:
- Feb 2, 2017, 5:27:30 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/permcheck.pl (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/permcheck.pl
r39969 r39971 267 267 'stack' => ['PPSTACK.UNCONV.COMP','PPSTACK.UNCONV.MASK.COMP','PPSTACK.UNCONV.VARIANCE.COMP', 268 268 'PPSTACK.UNCONV.EXP','PPSTACK.UNCONV.EXPNUM','PPSTACK.UNCONV.EXPWT.COMP','PPSTACK.TARGET.PSF'], 269 'skycal' => ['PSASTRO.OUTPUT.CMF','PSPHOT.OUTPUT.CFF','PSPHOT. PSF.SKY.SAVE','PSPHOT.BACKMDL.MEF'],269 'skycal' => ['PSASTRO.OUTPUT.CMF','PSPHOT.OUTPUT.CFF','PSPHOT.STACK.PSF.SAVE','PSPHOT.STACK.BACKMDL'], 270 270 'ff' => ['PSPHOT.OUT.CMF.MEF','PSPHOT.OUTPUT.CFF','PSPHOT.FULLFORCE.OUTPUT','PSPHOT.PSF.SKY.SAVE'], 271 271 'diff' => ['PPSUB.OUTPUT.SOURCES','PPSUB.INVERSE.SOURCES','PSPHOT.PSF.SKY.SAVE','PSPHOT.BACKMDL.MEF','PPSUB.OUTPUT.KERNELS'], … … 361 361 &my_die("Unable to parse metadata from stagetool", $stage_id); 362 362 foreach my $wt_entry (@$warp_files) { 363 my $wt_path_base = $wt_entry->{path_base}; 364 push @keys, $ipprc->filename($product,$wt_path_base,$ff_skycell); 363 my $wt_quality = $wt_entry->{quality}; 364 if ($quality == 0) { 365 my $wt_path_base = $wt_entry->{path_base}; 366 push @keys, $ipprc->filename($product,$wt_path_base,$ff_skycell); 367 } 365 368 } 366 369 } … … 382 385 } 383 386 elsif ($stage eq 'skycal') { 384 if (($product eq 'PSPHOT. PSF.SKY.SAVE')||($product eq 'PSPHOT.BACKMDL.MEF')) {387 if (($product eq 'PSPHOT.STACK.PSF.SAVE')||($product eq 'PSPHOT.STACK.BACKMDL')) { 385 388 my $sky_id = $entry->{sky_id}; 386 389 my $stack_id = $entry->{stack_id}; … … 425 428 unless ($stat) { 426 429 if (($stage eq 'camera')&&($key =~ /psf/)) { 430 warn "nebulous key: $key not found"; 431 } 432 elsif (($stage eq 'ff')&&($key =~ /cff/)) { 427 433 warn "nebulous key: $key not found"; 428 434 }
Note:
See TracChangeset
for help on using the changeset viewer.
