SDDS ToolKit Programs and Libraries for C and Python
|
Validates and checks an SDDS file for corruption or issues.
This program reads an SDDS (Self Describing Data Set) file and determines its validity. It processes the file by verifying its structure, pages, and data, and outputs the status:
"ok"
if the file is valid."nonexistent"
if the file does not exist."badHeader"
if the file has an invalid header."corrupted"
if the file contains errors.Option | Description |
---|---|
-printErrors | Outputs detailed error messages to stderr. |
Definition in file sddscheck.c.
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
int main | ( | int | argc, |
char ** | argv ) |
Definition at line 65 of file sddscheck.c.