Skip to content

Commit

Permalink
docs: add info about data conversion tool
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Sep 18, 2023
1 parent 75e8a6a commit f3f2c8b
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
0.14.2
- enh: support mirroring the input directory structure in the data
conversion tool (#29)
- docs: add info about data conversion tool
0.14.1
- maintenance release
0.14.0
Expand Down
9 changes: 9 additions & 0 deletions docs/sec_interface.rst
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,15 @@ The button at the bottom starts the PyJibe curve rater which is compatible
to the nanite rating workflow. If you would like to import your own training
set, please read the quick guide :ref:`sec_qg_import_ts`.

Tools
=====

Data conversion
---------------
Under *Tools | Convert AFM data...*, you can select raw AFM data files and
convert them to the CSV or HDF5 file formats. PyJibe uses the :ref:`afmformats
<afmformats:index>` library to load and save AFM data.


Advanced options
================
Expand Down
12 changes: 11 additions & 1 deletion pyjibe/head/dlg_tool_convert.ui
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<item>
<widget class="QToolButton" name="toolButton_browse">
<property name="text">
<string>Browse</string>
<string>Browse files</string>
</property>
</widget>
</item>
Expand All @@ -58,6 +58,16 @@
</item>
</layout>
</item>
<item>
<widget class="QLabel" name="label_4">
<property name="text">
<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>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QListWidget" name="listWidget">
<property name="toolTip">
Expand Down

0 comments on commit f3f2c8b

Please sign in to comment.