sif_parser icon indicating copy to clipboard operation
sif_parser copied to clipboard

A small package to read Andor Technology Multi-Channel files.

Results 6 sif_parser issues
Sort by recently updated
recently updated
newest added

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...

![image](https://user-images.githubusercontent.com/12447676/192433469-4f486632-e63c-4caa-9ce4-13b9b414932f.png) ![image](https://user-images.githubusercontent.com/12447676/192433515-d648feb4-5a08-4f68-a7f5-df113df5389e.png) 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...