sif_parser
sif_parser copied to clipboard
A small package to read Andor Technology Multi-Channel files.
For example ``` OrderedDict([('SifVersion', 65567), ('ExperimentTime', 1562059491), ('DetectorTemperature', -60.0), ('ExposureTime', 30.0), ('CycleTime', 30.0), ('AccumulatedCycleTime', 30.0), ('AccumulatedCycles', 3), ('StackCycleTime', 90.0), ('PixelReadoutTime', 6.75676e-07), ('GainDAC', 0.0), ('GateWidth', 1e-08), ('GratingBlaze', 3.213e-05), ('DetectorType', 'DR316B_LD,DD'), ('DetectorDimensions',...
It was pointed out by @mruijzendaal in #34 that > is there a specific reason that something like _to_string(fp.readline().split()) isn't used more often, instead of the _read_until(fp, ' ') ?...
Hi, It would be great if we could extend the current metadata to incorporate more information on e.g. the gate time. For reference, I include here the "Acquisition info" that...
Hi, After importing and opening the SIF file using this 'sif_parser', I want to acquire the timestamps, but in the Fast Kinetics Mode, the timestamps are recorded as 0. But...
Hi! I already installed the library by using pip install pip_parser. When I try to import the library into my code and run it, there is an error which mentions...
  When using PIL.Image to open a tiff file, if np_open is imported, a UnicodeDecodeError is raised. It seems that the sif_parser tries to load the image instead of...