| 16 | | * The major issue is the loss of raw imfiles due to now-resolved problems in the shuffle code. If a chip imfile continually fails, and `neb-repair` notes that the raw file is "consistent" (this is mentioned in the chip stage log file), the file is probably corrupt. This can be verified by running `neb-stat --validate`, and checking that there are no good instances of this file anymore. To remove this file from processing, and to mark it as bad to prevent future processing, do the following commands: |
| | 16 | * The major issue is the loss of raw imfiles due to now-resolved problems in the shuffle code. If a chip imfile continually fails, and `neb-repair` notes that the raw file is "consistent" (this is mentioned in the chip stage log file), the file is probably corrupt. This can be verified by running `neb-stat --validate`, and checking that there are no good instances of this file anymore. Since the remaining files are valid, we do not want to drop the entire exposure from the lapRun. To remove only this file from processing, and to mark it as bad to prevent future processing, run the following commands: |