Skip to content

Commit

Permalink
polishing interface and documentation details, re #10564
Browse files Browse the repository at this point in the history
  • Loading branch information
FedeMPouzols committed Apr 24, 2015
1 parent 9707309 commit af22323
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 9 deletions.
Expand Up @@ -528,10 +528,16 @@
<item row="0" column="0">
<layout class="QHBoxLayout" name="horizontalLayout_7">
<item>
<widget class="QLabel" name="label_21">
<widget class="QLabel" name="label_SCARF_username">
<property name="text">
<string>Username:</string>
</property>
<property name="minimumSize">
<size>
<width>90</width>
<height>20</height>
</size>
</property>
</widget>
</item>
<item>
Expand Down Expand Up @@ -578,6 +584,12 @@
<property name="text">
<string>Password:</string>
</property>
<property name="minimumSize">
<size>
<width>90</width>
<height>20</height>
</size>
</property>
</widget>
</item>
<item>
Expand Down Expand Up @@ -833,6 +845,11 @@
</layout>
</item>
</layout>
<zorder></zorder>
<zorder>horizontalSpacer_16</zorder>
<zorder></zorder>
<zorder></zorder>
<zorder>layoutWidget</zorder>
</widget>
</item>
</layout>
Expand Down
Expand Up @@ -8,12 +8,9 @@ Overview
--------

This interface aims at integrating and simplifying the following tasks
related to tomographic reconstruction and imaging with neutrons:


while much of its functionality is being developed in a generic way,
it is presently being tested and trialed for the IMAT instrument at
ISIS.
related to tomographic reconstruction and imaging with neutrons. While
much of its functionality is being developed in a generic way, it is
presently being tested and trialed for the IMAT instrument at ISIS.

.. interface:: Tomographic Reconstruction
:align: center
Expand All @@ -26,7 +23,6 @@ example). Currently remote jobs are run on the `SCARF cluster
Computing Department of STFC. You can also use this cluster via remote
login and through its `web portal <https://portal.scarf.rl.ac.uk/>`_.


Interface at a glance
---------------------

Expand All @@ -41,7 +37,11 @@ jobs submitted recently.

In the setup tab you can set the details of the remote and/or local
compute resources. Importantly, here is where you can set you username
and password to log into the remote compute resource.
and password to log into the remote compute resource. To be able to
run jobs remotely you first need to log into the remote compute
resource. Once you log in, an automatic mechanism will periodically
query the status of jobs (for example every minute). You can also
update it at any time by clicking on the refresh button.

.. interface:: Tomographic Reconstruction
:widget: setupTab
Expand Down

0 comments on commit af22323

Please sign in to comment.