-
Notifications
You must be signed in to change notification settings - Fork 14
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
"<BaSiC> There are no images open" during ImageJ --headless #1
Comments
Hi, |
I ended up using the Matlab implementation on Octave. This worked on a headless linux server, but made everything more complicated. |
Actually Loic has a modified fiji version that allows you to run it headless. Maybe he could share with you. |
@loicsauteur would you mind sharing this modified version? Thank you |
Hi @kaizen89 For the installation: code example (groovy):
hope this helps! |
Hi @loicsauteur, it's great that you are moving toward headless mode!
Just FYI, everything works fine with GUI. This happens only with Fiji headless mode Best, |
Looks like it. But I don't see anything obvious anymore... (BTW: In the cases I experienced it was caused by IJ.run commands). Not sure, if I can help. bests, |
hi @loicsauteur,
I just change it to "estimate shading only" as I want to save the flat-field image first and then apply to other images later. |
Hi @BioinfoTongLI
before calling the As you probably figured out you need to specify the output of the
This works in my case. |
@loicsauteur no problem at all! Thank you so much for all the information that you've provided! They are very much appreciated. Yes, I did all the points that you've mentioned above. - hmm...Interesting. There might be something wrong with my data then. Actually the ideal solution would be a Python implementation. Do you have any plans on that? @tying84 as raised in the other issue (#2 (comment)) |
@BioinfoTongLI just for you to test. When I run following groovy script in GUI it shows the flat/dark-fields, while in headless it stops after printing "after exec". (With the BaSiC parameters you provided).
|
yes, we have a Python implementation with Cellprofiler plugin, please refer to https://github.com/peng-lab/PyBasicCellprofilerPlugin and contact @Mirkazemi for details. |
Thanks @tying84 for the fast reply! it seems that this repo is currently not |
Hi @tying84 , @loicsauteur and I would be interested in working on that by forking the original code, would it be possible to have the code available here on Github instead of a zip containing the JAR ? This would make collaboration easier :). Or would you have the new version of the plugin somewhere ? Thanks ! |
Hi. I'm trying to call basic during ImageJ headless execution, but I get the error message in the title.
Then I get the error, even though the stack is opened. I run ImageJ from the command line using --headless and call the script above during excecution. Would greatly appreciate any help!
The text was updated successfully, but these errors were encountered: