-
Notifications
You must be signed in to change notification settings - Fork 22
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
How to fuse in Fiji Macro using the "default" bounding box #12
Comments
Hi, I can record it with the macro recorder like that: run("Fuse dataset ...", "select=/Users/spreibi/Documents/Microscopy/SPIM/HisYFP-SPIM/dataset.xml process_angle=[All angles] process_channel=[All channels] process_illumination=[All illuminations] process_tile=[All tiles] process_timepoint=[All Timepoints] bounding_box=[All Views] downsampling=13 pixel_type=[32-bit floating point] interpolation=[Linear Interpolation] image=[Precompute Image] blend produce=[Each timepoint & channel] fused_image=[Display using ImageJ]"); |
the important part is: "bounding_box=[All Views]" |
That is great ! I could not find this somehow ... Thanks a lot !On Aug 2, 2018 2:36 PM, Stephan Preibisch <[email protected]> wrote:the important part is: "bounding_box=[All Views]"
—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or mute the thread.
|
I'm getting an What Macro language are you using ? (If I record my macros I also do not get a "Fuse dataset ..." I get a "Fuse/Deconvolve Dataset") |
Hi, I'm curious on how I can make a run() statement for the fusion that will take the default bounding box that is "offered" in the BDV selection.
Basically I have a lot (90+) dataset of fixed embryos and I'm trying to automate the process instead of clicking through it 90+ times.
I know how to do it for timelapses, but not for different dataset.
So far I'm here (aka I can run the define CZI detection and registration)
But I can't seem to find a parameter set for fusion that will let me run it without a popup OR a pre defined bounding box.
Thanks !
The text was updated successfully, but these errors were encountered: