1
1
# tttrconvert
2
2
3
- A `` tttrconvert `` is a tool to convert time-tagged time-resolved files into different formats. `` tttrconvert `` to read
3
+ A `` tttrconvert `` is a very basic tool to convert time-tagged time-resolved files into different formats. `` tttrconvert `` to read
4
4
and write TTTR files `` tttrconvert `` uses `` tttrlib `` . The tool `` tttrconvert `` can be embedded
5
5
in other software and is part of ChiSurf.
6
6
7
+ Currently, the tool has only very basic functions (it is probably not
8
+ what you want).
9
+
7
10
![ tttrconvert GUI] [ 1 ]
8
11
9
12
## Building and installation
@@ -15,7 +18,7 @@ To install ``tttrconvert`` from the source code clone the git repository and run
15
18
setup script.
16
19
17
20
``` commandline
18
- git clone https://gitlab.peulen.xyz/tpeulen /tttrconvert
21
+ git clone https://github.com/fluorescence-tools /tttrconvert
19
22
cd tttrconvert
20
23
python setup.py install
21
24
```
@@ -26,23 +29,17 @@ tttrconvert
26
29
```
27
30
28
31
### Conda
29
- `` tttrconvert `` depends on common python packages such as `` numpy `` . Additionally, `` tttrconvert `` depends on
30
- `` tttrlib `` . Thus, to install `` k2dist `` make sure that conda channels that provide packages for the necessary
31
- dependencies are listed in the `` .condarc `` file
32
-
33
- ``` yaml
34
- channels :
35
- - tpeulen
36
- - tpeulen/label/nightly
37
- - conda-forge
38
- - defaults
39
- ` ` `
32
+ ` tttrconvert ` can be installed using conda, best in a separate
33
+ environment
40
34
41
- To avoid potential conflicts ` ` tttrconvert` ` can be installed in a separate environment.
35
+ ``` bash
36
+ conda create tttrconvert
37
+ mamba install tttrconvert -c tpeulen
38
+ ```
42
39
43
- ` ` ` commandline
44
- conda create -n test
45
- conda install tttrconvert
40
+ To us the tool activate the tttrconvert environment and start the tool
41
+ from the command line.
42
+ ``` bash
46
43
conda activate tttrconvert
47
44
tttrconvert
48
45
```
@@ -51,11 +48,7 @@ tttrconvert
51
48
52
49
## Graphical user interface
53
50
First, select the input file type. Next, add files to the file list by drag-and-drop. Finally,
54
- select the ouput file format and save/convert the files.
55
-
56
- ## Note on meta-data
57
- The different TTTR file formats contain and support different meta-data. The meta-data may need to be
58
- edited separately.
51
+ select the output file format and save/convert the files.
59
52
60
53
61
54
[ 1 ] : doc/gui.png " tttrconvert GUI "
0 commit comments