Changeset 40387 for trunk/ippScripts
- Timestamp:
- Apr 11, 2018, 2:15:43 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/chip_imfile.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/chip_imfile.pl
r36529 r40387 632 632 if ($gone) { 633 633 carp "WARNING: photometry sources storage object exists but all instances are permanently gone"; 634 $ipprc->file_rename($outputSources,$outputSources . ".gone"); 634 635 $make_sources = 1; 635 636 } … … 657 658 if ($gone) { 658 659 carp "WARNING: PSF storage object exists but all instances are permanently gone"; 660 $ipprc->file_rename($outputPsf,$outputPsf . ".gone"); 659 661 $make_psf = 1; 660 662 } … … 742 744 print STDERR "$file is on $volume which is gone\n"; 743 745 $numGone++; 746 } elsif ($answer eq 'permanently') { 747 $numGone++; 744 748 } elsif ($answer eq 'available') { 745 749 $numNotGone++;
Note:
See TracChangeset
for help on using the changeset viewer.
