Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allows corrupted Tracking Data Directory to be opened / fixed from fort-studio / fort-myrmidon #219

Open
3 tasks
atuleu opened this issue Nov 16, 2021 · 0 comments
Assignees
Milestone

Comments

@atuleu
Copy link
Collaborator

atuleu commented Nov 16, 2021

Is your feature request related to a problem? Please describe.
With the FORT system, it may quite often happens that a tracking data directory becomes corrupted... Indeed, often user ran out of disk space during acquisition

Describe the solution you'd like
When opening a tracking data directory, any error should be reported with exception that allow the error to be fixed by modifying the data. fort-studio could display these error / fixes and allow the user to react accordingly.

Tasks

  • Create a fort::myrmidon::FixableError public exception. It should describe the problem, describe the fix, and implement the fix
  • Makes priv::TrackingDataDirectory to softly ignore FixableError, but return them. It means, it should try to open every TagCloseUp, but do not do so already
  • Makes fort::myrmidon::Experiment::TrackingDataDirectory return a list of fixable error
@atuleu atuleu added this to the v0.8.1 milestone Nov 16, 2021
@atuleu atuleu modified the milestones: v0.8.1, v0.9.0 Nov 24, 2021
@atuleu atuleu self-assigned this Dec 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant