lu_mccd2hdf

lu_mccd2hdf

    Usage: [python] lu_mccd2hdf.py [options] LaueCollect1.log [LaueCollect2.log ...]

    Options:
      -h, --help            show this help message and exit
      -i, --ignore-pairs    Ignore pair analysis for broken LaueCollect logs with
                            on/off data. [default: False]
      -p PATH, --path=PATH  Path to mccd files - will be joined with file names from .log files. [default: .]
      -o FO, --output=FO    output file (HDF5) name [default: file__images.h5]
      -c CHUNKS, --chunks=CHUNKS
                            chunks for storing images (frames,x,y) [default: 8,64,64]

Input - a series of frames (MCCD format) from experiment and LaueCollect.log file associated with their acquisition.

Output - binary file in HDF5 format.

The information from .mccd files is stored in HDF5 format with instantaneous compression.


Related

Wiki: Programs