1. Merlin log

    Status

    Merlin is the name of the PC that will run labkey. It can be accessed via:

    username@merlin.fmf.uni-lj.si
    

    Contact me if you want to have a username, however a valid reason should be specified.

    The ownership status of merlin is somewhat mixed. It belongs to …

    read more
  2. Notes on MC generation of umSetup data

    Generate config files for Gate script generation

    Location

    ~/software/build/gate\_tools/cpp
    

    File

    makePhantomConfig
    

    Setup

    ~/software/build/gate\_tools/config\_files/phantom{,2}\_{pc,grid}.cfg
    

    Generate Gate scripts

    Location

    ~/software/build/Gate/umSetup/scripts
    

    Scripts:

    For projects (uniform, edge) use:

    generateProject.sh
    

    For phantom use

    generatePhantom.sh …
    read more
  3. Dicom2ROOT

    Port Dicom files to ROOT

    I made a pluging that allows manipulation of images stored in the Dicom
    file format in ROOT. Basically, it is an IO (import/export) facility that reads and stores dicom images.

    The software is loadable via git:

    git clone http://www-f9.ijs.si/~studen/git …
    read more
  4. Process phantom

    How to process phantom data

    Make dir list:

    ls -d /data0/studen/data/Gate/umSetup/umSetup2_rod*_1 | 
    > /data0/studen/data/Gate/umSetup/umSetup2_1_phantom.dirlist
    

    Apply gate2um:

    cd ~/software/build/gate_tools/
    ./scripts/processList.sh /data0/studen/data/Gate/umSetup/umSetup2_1_phantom.dirlist |
    /data0/studen/data/imageRec/layout/setup0/gateSetup.in
    

    The last …

    read more
  5. Cloning a GIT repository in Windows

    Cloning a GIT repository in Windows

    GIT is a linux native. Therefore, all basic commands are command prompt oriented. However, windows explorer bindings are available in windows, and cloning becomes a simple task.

    Installing GIT

    GIT must be installed. If not, go to:

    git

    and download the latest version. Follow …

    read more
  6. Installing VMEDAQ (Mint)

    Some notes on installing VMEDAQ.

    DAQPP

    Didn't like to be installed anywhere but /usr area.

    Python

    A way to tell configure where to search for python is by using python-config.

    Check if python-config is around if not, install it as part of python-dev

    GLIB

    g_module_symbol is often missing in vmedaq …

    read more
  7. How to get SNR convergence plots

    SNR convergence

    Go to coinc/root_scripts directory. Most of the libraries are loaded by default once root is run.

    By hand, add:

    root [] .L estimatePSF.C+
    root [] .L scripts_buildTradeOffFromIterationData.C
    

    Then, load the data headers.

    root [] tagCollection tg
    root [] tg.parseFile("/data0/studen/data/imageRec/layout/setup2/tagMapSi.txt")
    

    I …

    read more
  8. AUTOCONF explained

    Autoconf

    Autoconf is a nice set of tools which should in principle help in compiling the software by finding appropriate libraries. In many years of usage of autoconf tools I can only say that I never quite saw its appeal. Not because of autotools itself, but because there is always …

    read more
  9. Installing Amide

    Amide compilation

    Amide is a nice visualization tool, and also free. However, this means one has to put some effort in installing it. First, to get the source, you need to have Mercurial version control software installed, because amide is maintained using it. Then go to your software directory, and …

    read more

« Page 3 / 4 »

links

social