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
In the v2 db ingestion step, we add an importer to update the FrameAcquisitionFiles.
This should look for files that match the *.mdoc pattern in the Frames folder, and create a record in the FrameAcquisitionFiles table with the file path.
path to glob for FrameAcquisitionFiles:
/{dataset_id}/{run_name}/Frames/*.mdoc
What done looks like?
All the runs that have a related mdoc file also have a record for it in the db.
Notes
The text was updated successfully, but these errors were encountered:
Task
In the v2 db ingestion step, we add an importer to update the FrameAcquisitionFiles.
This should look for files that match the
*.mdoc
pattern in the Frames folder, and create a record in the FrameAcquisitionFiles table with the file path.path to glob for FrameAcquisitionFiles:
What done looks like?
All the runs that have a related mdoc file also have a record for it in the db.
Notes
The text was updated successfully, but these errors were encountered: