File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # @ File (label="Select the python-imcflibs testdata directory", style="directory") PYTHON_IMCFLIBS_TESTDATA
1+ # @ File (label="Select the IMCF testdata directory", style="directory") IMCF_TESTDATA
22
33import os
44from imcflibs .pathtools import join2
55from imcflibs .imagej import bioformats
66
77
8- testfile = join2 (PYTHON_IMCFLIBS_TESTDATA , "systems/lsm700/beads/10x_phmax.czi" )
8+ testfile = join2 (IMCF_TESTDATA , "systems/lsm700/beads/10x_phmax.czi" )
99print (testfile )
1010
1111assert os .path .exists (testfile )
Original file line number Diff line number Diff line change 1- # @ File (label="Select the python-imcf-libs testdata directory", style="directory") PYTHON_IMCFLIBS_TESTDATA
2-
1+ # @ File (label="Select the IMCF testdata directory", style="directory") IMCF_TESTDATA
32
43import os
54from imcflibs .pathtools import parse_path
65from imcflibs .imagej import bioformats
76
87
9- components = parse_path ("systems/lsm700/beads/10x_phmax.czi" , PYTHON_IMCFLIBS_TESTDATA )
8+ components = parse_path ("systems/lsm700/beads/10x_phmax.czi" , IMCF_TESTDATA )
109full_path = components ["full" ]
1110bfmemofile = components ["path" ] + "." + components ["fname" ] + ".bfmemo"
1211
You can’t perform that action at this time.
0 commit comments