- Timestamp:
- Jun 27, 2018, 3:31:55 PM (8 years ago)
- Location:
- branches/czw_branch/20170908
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippScripts/scripts/chip_imfile.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20170908
- Property svn:mergeinfo changed
-
branches/czw_branch/20170908/ippScripts/scripts/chip_imfile.pl
r36529 r40483 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.
