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

Convert several timepoints and/or channels at the same time #366

Open
mbahin opened this issue Mar 8, 2024 · 2 comments
Open

Convert several timepoints and/or channels at the same time #366

mbahin opened this issue Mar 8, 2024 · 2 comments

Comments

@mbahin
Copy link

mbahin commented Mar 8, 2024

Hi,

Thanks for the nice tool.

I just discovered the -timepoint and -channel arguments. Is it possible to convert more than one timepoint at once to have a timelapse as output but not all the timepoints of the orginal .vsi file (to convert to .tif in my case)?

Cheers,
Mathieu

@dgault
Copy link
Member

dgault commented Mar 11, 2024

Hi @mbahin, it might be possible to simply use the range argument (https://bio-formats.readthedocs.io/en/latest/users/comlinetools/conversion.html#cmdoption-bfconvert-range). Though it is not specific to any one dimension so it may not be suitable if you have a mixture of timepoints and channels for example. In that case you might also want to combine it with the dimension swapper (https://bio-formats.readthedocs.io/en/v7.2.0/users/comlinetools/conversion.html#cmdoption-bfconvert-swap)

@mbahin
Copy link
Author

mbahin commented Mar 12, 2024

Hi David,

Thanks for your answer!

I was actually able to do the operations I wanted to with the range argument when I have monochannel timelapse, nice!

Though, I sometimes also have timelapse multichannel files. In these files, I have, let's say, 10 timepoints for channel 1 followed by the 10 same timepoints for channel 2. I'd like to extract the timepoints, let's say, 4 and 7, for both channels. I'm not sure this is feasible using the swap argument since I didn't really get it. From what I understood, it would be to explain the program that your file is not in the expected shape dimanesions but not sure.
Could you elaborate a bit on that or point me towards a documentation with example please?

Cheers,
Mathieu

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

2 participants