Skip to content

Commit f3f2c8b

Browse files
committed
docs: add info about data conversion tool
1 parent 75e8a6a commit f3f2c8b

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

CHANGELOG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
0.14.2
22
- enh: support mirroring the input directory structure in the data
33
conversion tool (#29)
4+
- docs: add info about data conversion tool
45
0.14.1
56
- maintenance release
67
0.14.0

docs/sec_interface.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,15 @@ The button at the bottom starts the PyJibe curve rater which is compatible
242242
to the nanite rating workflow. If you would like to import your own training
243243
set, please read the quick guide :ref:`sec_qg_import_ts`.
244244

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+
245254

246255
Advanced options
247256
================

pyjibe/head/dlg_tool_convert.ui

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<item>
4646
<widget class="QToolButton" name="toolButton_browse">
4747
<property name="text">
48-
<string>Browse</string>
48+
<string>Browse files</string>
4949
</property>
5050
</widget>
5151
</item>
@@ -58,6 +58,16 @@
5858
</item>
5959
</layout>
6060
</item>
61+
<item>
62+
<widget class="QLabel" name="label_4">
63+
<property name="text">
64+
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-style:italic;&quot;&gt;You may also drag and drop files and directories into the box below.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
65+
</property>
66+
<property name="alignment">
67+
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
68+
</property>
69+
</widget>
70+
</item>
6171
<item>
6272
<widget class="QListWidget" name="listWidget">
6373
<property name="toolTip">

0 commit comments

Comments
 (0)