Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

As a users, the two important pieces of software you will require are CS Studio and GDA. Click the Software image for more information:

CS Studio

image-20240717-120803.pngImage Added

COMMON TERMINAL COMMANDS

...

Expand
titleOpen GDA client
Code Block
 $ gda client 
Expand
title

...

OPEN THE BEAMLINE

...

SYNOPTIC 
Code Block
$ tlauncher -f diad 

...

Expand
titleOpen your Data folder
Code Block
$ cd dls/k11/data/2023/<VISIT NUMBER>/ 
$ gio open . 
Expand
titleOpen FIJI/

...

ImageJ
Code Block
$ Module load imageJ/2019 
$ imagej 
Expand
titleOpen SAVU

...

Code Block
$ module load savu

To configure a process list

Code Block
$ savu_config -i <path to savu list> 

To submit a job (requires ssh to Wilson):

Code Block
savu_mpi <raw data> <process list> <output dir>

...

DAWN

...

 

...

Expand
title

...

DAWN on DIAD

  • How to install dawn

  • DIAD example diffraction + imaging data

  • Cheat sheets

  • Videos?

  • Work out the main features that we use on DIAD:

    • Visualise the patterns

    • Visualise the 3d Volumes?

    • Slice/Re-slice direction

    • View sinograms

    • Apply filters

    • If anything takes more than 5 clicks - Jake to fix.

The following will load dawn in linux with access to 32GB of memory. 

Open Dawn
Code Block
$ module load dawn 
$ dawn32G 

...

image-20240628-125330.pngImage Removed

...