User Tools

Site Tools


Sidebar

Top
Profile
Freelancing
Seminar
Courses -2016
Courses 2018-
Textbooks
Documents
Downloads (-2016)
Downloads (2016-)
Weblog
RSS aggregates
Discussions
Archives
日本語


EMBL BioImage Data Analysis

EuBIAS

NEUBIAS

—- Contact
CMCI Alumni
ALMF
EMBL Heidelberg
EMBL Intranet


Popularity Ranking


Timeline of @cmci_

cmci_ avatar

RT @StifelCenter: A visual programming language for ImageJ that allows to create macros without any programming by just creating a flowchar…
About 1 week, 5 days ago by: Kota Miura (@cmci_)

cmci_ avatar

@naba_chatterjee @haesleinhuepf I'm afraid not
About 1 week, 6 days ago by: Kota Miura (@cmci_)

cmci_ avatar

Symposium Programme 2023: BioImage Data Analysis: Tools & Workflows in Life Sciences Deep Learning for Image Data… https://t.co/ZfjtsDdyFK
About 1 week, 6 days ago by: Kota Miura (@cmci_)

cmci_ avatar

Training School 2023 Introduction to bioimage analysis, tools, and workflows FAIR principles Cloud-hosted image da… https://t.co/FnzmoxI2Eb
About 1 week, 6 days ago by: Kota Miura (@cmci_)

cmci_ avatar

IN-PERSON #NEUBIAS training school and symposium! Deadline for the Training school on Wednesday... sorry for this b… https://t.co/8rbitWsBka
About 1 week, 6 days ago by: Kota Miura (@cmci_)

cmci_ avatar

RT @BertrandVernay: Beautiful 3D dataset; One of them is going to find its way to our @RISE_micro "Introduction to image processing and ana…
About 2 weeks, 3 days ago by: Kota Miura (@cmci_)
documents:101213imagej_silent

ImageJ with fake X server

Ruben found a way to setup fake X-server in server side, that one could use ImageJ silently from client. In a sense, ImageJ head is existing so it's not really headless but it might be even less problem than using headless.jar since the silent mode described below could handle awt instances within fake-X so that ImageJ works as same as what you see on your local machine (but silently).

Startup your ssh client (putty or so) and connect to a server. Foe example

ssh YOURNAME@clnode336

You need to enter password, then

setenv DISPLAY :1
Xvfb :1 &

(error, but return) then invoke ij such as

imagej

with this, nothing happens but imagej is running remotely. You could then pass macro or scripts by adding argument.

after finishing the process, terminate the Xvfb by

fg

to bring the X forward, then kill the session if you are done.

An example command could be

fiji -macro whatevermacro.ijm
documents/101213imagej_silent.txt · Last modified: 2016/05/24 12:46 (external edit)