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

Metamorph ND time-lapse no longer recognised #4226

Open
dominikl opened this issue Sep 3, 2024 · 2 comments
Open

Metamorph ND time-lapse no longer recognised #4226

dominikl opened this issue Sep 3, 2024 · 2 comments

Comments

@dominikl
Copy link
Member

dominikl commented Sep 3, 2024

See https://forum.image.sc/t/metamorph-time-lapse-no-longer-recognised-during-bio-formats-import/101193/1

@imagesc-bot
Copy link

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

@melissalinkert
Copy link
Member

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.

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

3 participants