File tree Expand file tree Collapse file tree 3 files changed +21
-1
lines changed Expand file tree Collapse file tree 3 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 1
1
0.14.2
2
2
- enh: support mirroring the input directory structure in the data
3
3
conversion tool (#29)
4
+ - docs: add info about data conversion tool
4
5
0.14.1
5
6
- maintenance release
6
7
0.14.0
Original file line number Diff line number Diff line change @@ -242,6 +242,15 @@ The button at the bottom starts the PyJibe curve rater which is compatible
242
242
to the nanite rating workflow. If you would like to import your own training
243
243
set, please read the quick guide :ref: `sec_qg_import_ts `.
244
244
245
+ Tools
246
+ =====
247
+
248
+ Data conversion
249
+ ---------------
250
+ Under *Tools | Convert AFM data... *, you can select raw AFM data files and
251
+ convert them to the CSV or HDF5 file formats. PyJibe uses the :ref: `afmformats
252
+ <afmformats:index>` library to load and save AFM data.
253
+
245
254
246
255
Advanced options
247
256
================
Original file line number Diff line number Diff line change 45
45
<item >
46
46
<widget class =" QToolButton" name =" toolButton_browse" >
47
47
<property name =" text" >
48
- <string >Browse</string >
48
+ <string >Browse files </string >
49
49
</property >
50
50
</widget >
51
51
</item >
58
58
</item >
59
59
</layout >
60
60
</item >
61
+ <item >
62
+ <widget class =" QLabel" name =" label_4" >
63
+ <property name =" text" >
64
+ <string >< html>< head/>< body>< p>< span style=" font-style:italic;"> You may also drag and drop files and directories into the box below.< /span>< /p>< /body>< /html> </string >
65
+ </property >
66
+ <property name =" alignment" >
67
+ <set >Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set >
68
+ </property >
69
+ </widget >
70
+ </item >
61
71
<item >
62
72
<widget class =" QListWidget" name =" listWidget" >
63
73
<property name =" toolTip" >
You can’t perform that action at this time.
0 commit comments