Our group has had several instances where .mcd files are parsed and experience the following types of mcd file corruption errors:
OSError: inconsistent acquisition image data size
OSError: mcd file corrupted: invalid acquisition image data offsets
Are there options in readimc for how to handle or generalize the errors for these types of mcds? In many cases the source of the error needs to be investigated by the individual who ran the experiment, and because the MCDFile parser seems to be quite restrictive with these error warnings, these data cannot be read into our programs when these errors arise.
Our group has had several instances where .mcd files are parsed and experience the following types of mcd file corruption errors:
Are there options in readimc for how to handle or generalize the errors for these types of mcds? In many cases the source of the error needs to be investigated by the individual who ran the experiment, and because the
MCDFileparser seems to be quite restrictive with these error warnings, these data cannot be read into our programs when these errors arise.