You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This feature expects the source data to have the required related entities before it can be ingested to surface the frames and ctf metadata. To ensure that the source data is in a valid state, we need to add a validation step that can determine if the data is accurate before the ingestion.
Tasks
Validations for Frames
For every run with Frames there should be an associated mdoc file
Validations for FramesAcquisitionFile
There should never be more than one mdoc associated with a run
The number of sections in the mdoc file should match the number of frames
The SubFramePaths in the mdoc file should match existing frames (Note: Only expect file name to match to the frame file names)
tilt axis angle from mdoc file ~approximately (+/- 10 deg) matches that in tilt series metadata
number of sub-frames listed in mdoc file matches frame files (P1)
Validations for RawTlt Files
The number of rawtlt angles should match the number of z-sections in the tiltseries
number of rawtlt angles should never be greater than the number of mdoc sections
3.If the is_aligned is not set for a tiltseries, validate that all rawtlt angles are approximately (+/- 1e-2) appearing in mdoc file
The tilt angles in rawtlt file should match the tilt angles in the mdoc file
Validations for TiltSeries
For every run with a tiltseries, there exists a mdoc and raw tlt file
What Done Looks Like?
We are able to run validation for any source data from command line
Notes
The text was updated successfully, but these errors were encountered:
Relates to: #1418
Rationale
This feature expects the source data to have the required related entities before it can be ingested to surface the frames and ctf metadata. To ensure that the source data is in a valid state, we need to add a validation step that can determine if the data is accurate before the ingestion.
Tasks
Validations for Frames
Validations for FramesAcquisitionFile
Validations for RawTlt Files
3.If the is_aligned is not set for a tiltseries, validate that all rawtlt angles are approximately (+/- 1e-2) appearing in mdoc file
Validations for TiltSeries
What Done Looks Like?
We are able to run validation for any source data from command line
Notes
The text was updated successfully, but these errors were encountered: