-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
2019-09-17 | ||
Copyright by Christian R. Halaszovich | ||
|
||
Tools to convert PicoQuant PTU files (as written by e.g. SymphoTime64) to | ||
BIN files containing pre-histogrammed data. This works for FLIM data in | ||
T3 format. | ||
|
||
The number of supported formats is quite limited as of now. Fell free to | ||
get in touch with me if you need addional formats supported. (PTU-files | ||
can differ somewhat in the internal format they use.) | ||
|
||
There are two tools provided: | ||
PTU2BIN - This is the conversion tool an can be used to convert single files. | ||
(The original file is preserved, of course.) Some useful info is | ||
put out by the tool. | ||
convertPTUs.py - A Python script that batch-converts all ptu files in the current | ||
directory and its sub-directories and converts them using | ||
PTU2BIN. By default the output from PTU2BIN is written to | ||
individual txt-files. There is a command-line switch to | ||
send the output of PTU2BIN to the terminal instead. |