Other articles


  1. Preparing Virtual Machine files for export

    Virtual machine export

    This entry reports on step taken to transfer virtual machine (VM) running on FMF server to a new host.

    Original setup

    On FMF, the virtual machine runs with virsh manager under XEN virtualization.

    Disk images

    First prepare dd dumps of the disks. In our case, a single …

    read more
  2. Read SAS files

    Read sas7bdat files

    Install required python packages:

    $>pip install sas7bdat
    $>pip install pandas
    

    Start python and import data to a pandas data frame:

    $>python
    >>>import sas7bdat
    >>>db=sas7bdat.SAS7BDAT('adlb.sas7bdat')
    >>>df=db.to_data_frame()
    
    read more
  3. Openxpki

    Openxpki implementation on med1

    Setting up PKI implementation and web interface on med1. Openxpki was selected as it seemed to operate nicely within the openssl frame already used on med1, and provides a nice enough intefrace. The major issue seems to be stability - all similar projects (open-ca) suffer from limited …

    read more
  4. Running PG simulator

    GATE as PG simulator

    This article describes steps used in generating prompt gammas (PG) in proton radiotherapy for tests of Compton cameras using this software.

    Work was mostly performed by Kristijan Kuhar (kristijan.kuhar@gmail.com).

    It derives heavily from vpgtle code desribed here. In essence, the PG track simulation …

    read more
  5. Match Visits in Labkey

    Matching non-matching visits in Labkey

    Introduction

    Motivation

    In Labkey, variables can only be displayed in a datasets when their visitID match. Since that is hard to achieve in retrospective studies, a more flexible manner of visit matching is required. This infrastructure provides means to match variables from non-matching visits using …

    read more
  6. Setup of new merlin

    New merlin

    Just got a new virtual machine running on FMF's servers installed.

    Some data from Feri:

    med0.ipv6.fmf.uni-lj.si
    
    u: xxxxxxx
    p: xxxxxxx
    
    Ta uporabnik ima polne sudo pravice.
    
    Trenutno ipv6 naslov ni dostopen iz Interneta, samo iz FMF omrezja.
    
    Za virtualko je skonfiguriran reverse proxy (na …
    read more
  7. FFT root package

    FFT in root

    While FFT is adopted in ROOT, it is sometimes tedious to interpret the results of the transformation. To faciliate the procedure I invested some time in creating an independent FFTdata_ROOT class which handles the data and transformation of a real valued function given as histogram.

    The package …

    read more
  8. Installing JTAG on Ubuntu

    Programing MADDAQ Xilinx

    To program the FPGA you should open Impact:

    shell #>~/scripts/run_impact.sh

    and you will have a chain like the one in the picture

    MADDAQprograming1.jpg

    with the device xcf16p (flash) loaded with the firmware and the second device bypassed.

    The in the programming properties window you should select …

    read more

Page 1 / 4 »

links

social