-
Notifications
You must be signed in to change notification settings - Fork 7
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
Non-GUI method for retistruct input #42
Comments
Sorry for the delay replying. Something like the following should work:
Similar code is spread through the I've just discovered that roxygen2 version 7 creates decent documentation for R6 classes (Issue #47). I suggest that you pull the latest development version and use |
awesome thanks. side note: I like GTK, but I have had too many issues installing GTK on mac/pc etc, and so did my users. |
can't install rgl on headless server without X11 errors. I'll post here if I figure out how to get retistruct running on headless Ubuntu 18.04
|
I seem to remember having tried to set up headless operation (i.e. not requiring RGL to be installed) but that it proved to be problematic. If you can work out how to move rgl from the Imports section to the Suggests in the DESCRIPTION, and still have the GUI working, and the tests passing, I'd be very happy to look at the patch. |
Hi @davidcsterratt ! I'm working on a small project to use Retistruct in a headless environment.
My sample
Archive.zip
Data:
T.csv, P.csv, markup.csv, outline.roi
Typically I put these files into a folder, then run these lines:
But, I want to use dataframes as input, not files.
Question: is there a good way to do something more like this?
I believe the outline.roi and P.csv are redundant with one another.
I am doing datapoints in a separate step via
r$mapFlatToSpherical
(thanks again for implementing that)thanks!
The text was updated successfully, but these errors were encountered: