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

Bug: Geodesic diameter is not exported to ROI manager in macro #49

Open
NannaMJ opened this issue Mar 1, 2021 · 1 comment
Open

Bug: Geodesic diameter is not exported to ROI manager in macro #49

NannaMJ opened this issue Mar 1, 2021 · 1 comment
Assignees

Comments

@NannaMJ
Copy link

NannaMJ commented Mar 1, 2021

Hi,

I have been creating a macro to analyze the intensity along regions of interest, in which I use "skeletonize" + "geodesic diameter" to select the longest path through the ROI (and then add this geodesic diameter to the ROI manager).
This works well manually, but when I try to run it in my macro, the geodesic diameter (GD) selection is not added to the ROI manager...

I used the macro recorder function in FIJI to make sure that my calling of the geodesic diameter plugin is correct (as below, where "export" should ensure that the GD is added to the ROI manager):

run("Geodesic Diameter", "label=[MaskDuplicate] distances=[Chessknight (5,7,11)] image=[MaskDuplicate] export");

In the macro, I do get the GD results table (with identical results to the manual run) - but the GD selection does not appear in the ROI manager. Thus, I cannot do my intensity analysis using the macro.

I have already checked that both FIJI and the plugins are updated to the latest versions, so this should not be the cause.

Can this issue be fixed, or can I otherwise circumvent the issue? Thanks in advance!

@dlegland
Copy link
Contributor

dlegland commented Mar 3, 2021

Hi,

thanks for reporting!
This is actually problematic. I will try to have a look, while I'm not a great user of macros...

David

@dlegland dlegland self-assigned this Mar 3, 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

2 participants