We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See https://forum.image.sc/t/metamorph-time-lapse-no-longer-recognised-during-bio-formats-import/101193/1
The text was updated successfully, but these errors were encountered:
This issue has been mentioned on Image.sc Forum. There might be relevant details there:
https://forum.image.sc/t/metamorph-time-lapse-no-longer-recognised-during-bio-formats-import/101193/4
Sorry, something went wrong.
I suspect #4093 is related, as a work-around for this problem is to modify the stage names in the .nd file, so that the modified file looks like this:
$ cat test_timelapse_20240816.nd "NDInfoFile", Version 2.0 "Description", "StartTime1", 20240816 09:49:28 "DoTimelapse", TRUE "NTimePoints", 13 "DoStage", TRUE "NStagePositions", 6 "Stage1", "1" "Stage2", "2" "Stage3", "3" "Stage4", "4" "Stage5", "5" "Stage6", "6" "DoWave", FALSE "NWavelengths", 0 "DoZSeries", FALSE "WaveInFileName", FALSE "NEvents", 0 "EndFile"
and the diff is:
$ diff test_timelapse_20240816.nd test_timelapse_20240816.nd.bak 8,13c8,13 < "Stage1", "1" < "Stage2", "2" < "Stage3", "3" < "Stage4", "4" < "Stage5", "5" < "Stage6", "6" --- > "Stage1", "B2" > "Stage2", "B3" > "Stage3", "B4" > "Stage4", "C4" > "Stage5", "C3" > "Stage6", "C2"
Data has now been copied to inbox/gh-4226 for further evaluation.
inbox/gh-4226
No branches or pull requests
See https://forum.image.sc/t/metamorph-time-lapse-no-longer-recognised-during-bio-formats-import/101193/1
The text was updated successfully, but these errors were encountered: