History of AFNI updates  

|
July 10, 2020 03:46PM
I was wondering if we could test this further to see where the issue comes up by trying to drive SUMA with command line input, rather than by keypresses filtered through the Mac interface.

This script will:
+ find an open port
+ open suma with that port referenced (with a random image)
+ have @DriveSuma pass a command to that suma run, and have it snap an image.
So, copy+paste this into a text file called "do_test_suma.tcsh":
#!/bin/tcsh

set portnum = `afni -available_npb_quiet`

suma                       \
    -npb ${portnum}     &

DriveSuma                                              \
    -npb ${portnum}                                    \
    -com viewer_cont -key 'Ctrl+left'                  \
    -com viewer_cont -key 'Ctrl+r'
.. and then on the command line type "tcsh do_test_suma.tcsh", and see if a directory called SUMA_Recordings/ gets made, and populated with an image.

--pt
Subject Author Posted

"r" to capture images doesn't work Attachments

suhyun84 July 10, 2020 02:32PM

Re: "r" to capture images

ptaylor July 10, 2020 02:34PM

Re: "r" to capture images

suhyun84 July 10, 2020 02:48PM

Re: "r" to capture images

ptaylor July 10, 2020 02:53PM

Re: "r" to capture images

suhyun84 July 10, 2020 02:56PM

Re: "r" to capture images

ptaylor July 10, 2020 03:10PM

Re: "r" to capture images Attachments

suhyun84 July 10, 2020 03:45PM

Re: "r" to capture images

ptaylor July 10, 2020 03:47PM

Re: "r" to capture images

ptaylor July 10, 2020 03:46PM

Re: "r" to capture images Attachments

suhyun84 July 10, 2020 04:11PM

Re: "r" to capture images

ptaylor July 10, 2020 04:26PM

Re: "r" to capture images

suhyun84 July 10, 2020 04:35PM

Re: "r" to capture images

ptaylor July 10, 2020 04:43PM

Re: "r" to capture images

suhyun84 July 13, 2020 10:22AM

Re: "r" to capture images

Daniel Glen July 13, 2020 01:12PM