Job: Check for Corrupt Particles

Use the header of each particle .mrc file to determine if the file on disk is corrupt.

Description

Check if the particle files on disk are corrupt. The job will read the header of each file and compute the expected file size based on the ny, nx and nz values. If the expected file size of a file doesn't match the actual file size on disk, the job will mark the particle as CORRUPT.

Input

  • Particles

Output

  • Particles

Common Next Steps

After any corrupt files have been identified, you can then find the files on the filesystem and try to rectify the issue.

Last updated