Tif2cbf: Difference between revisions

From XDSwiki
Jump to navigation Jump to search
(The program tif2cbf converts TIFF files to CBF files that can be processed by XDS.)
 
No edit summary
 
Line 2: Line 2:
The program does not write a sensible CBF-header. It is on the TODO list to provide the program with an XDS.INP style input file to transfer the available parameters to the CBF files.
The program does not write a sensible CBF-header. It is on the TODO list to provide the program with an XDS.INP style input file to transfer the available parameters to the CBF files.


The program is available as source code (with a project file for [https://netbeans.org/ Netbeans]) and as 64-bit statically linked binary in ELF format (i.e. for Linux).
The program is available as source code from(with a project file for [https://netbeans.org/ Netbeans]) and as 64-bit statically linked binary in ELF format (i.e. for Linux) [http://www.psi.ch/lbr/gruene-tim my PSI homepage].


I acknowledge support from Wolfgang Kabsch, [http://www.scripps.edu/tainer/arvai/adxv.html Andy Arvai], and the author of [https://github.com/biochem-fan/eiger2cbf/ eiger2cbf].
I acknowledge support from Wolfgang Kabsch, [http://www.scripps.edu/tainer/arvai/adxv.html Andy Arvai], and the author of [https://github.com/biochem-fan/eiger2cbf/ eiger2cbf].

Latest revision as of 15:28, 15 December 2017

The program tif2cbf converts TIFF images to CBF format. The program uses the TIFF library and the CBF library. It reads 8-bit, 16-bit, and 32-bit TIFF files and converts them to 32-bit CBF files that can be processed by XDS. The program does not write a sensible CBF-header. It is on the TODO list to provide the program with an XDS.INP style input file to transfer the available parameters to the CBF files.

The program is available as source code from(with a project file for Netbeans) and as 64-bit statically linked binary in ELF format (i.e. for Linux) my PSI homepage.

I acknowledge support from Wolfgang Kabsch, Andy Arvai, and the author of eiger2cbf.