Laboratory for Fluorescence Dynamics (LFD) file formats
Lfdfiles is a Python library and console script for reading, writing, converting, and viewing many of the proprietary file formats used to store experimental data and metadata at the Laboratory for Fluorescence Dynamics. For example:
- SimFCS VPL, VPP, JRN, BIN, INT, CYL, REF, BH, BHZ, B64, I64, Z64, R64
- FLIMbox FBD, FBF, FBS.XML
- GLOBALS LIF, ASCII
- CCP4 MAP
- Vaa3D RAW
- Bio-Rad(r) PIC
- ISS Vista IFLI, IFI
- FlimFast FLIF
Changes
- Many breaking changes to FLIMbox functionality (use fbdfile package instead):
- Discourage use of FlimboxFbd, FlimboxFbf, and FlimboxFbs classes.
- Use fbdfile package to implement FlimboxFbd, FlimboxFbf, and FlimboxFbs.
- Remove flimbox_histogram, flimbox_decode, and sflim_decode functions.
- Remove convert_fbd2b64 function and fbd2b64 command line app.
- Remove deprecated SimfcsFbf, and SimfcsFbd classes.
- Remove deprecated simfcsfbd_histogram and simfcsfbd_decode functions.