Skip to content

Commit 9bbc074

Browse files
committed
updating the copyright date from 2009-2013 to 2009-2016
1 parent 6c382da commit 9bbc074

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed
Binary file not shown.

docs/sphinx-docs/source/user/sasgui/perspectives/invariant/invariant_help.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
.. This is a port of the original SasView html help file to ReSTructured text
44
.. by S King, ISIS, during SasView CodeCamp-III in Feb 2015.
55
6-
Invariant Calculation Perspective
7-
=================================
6+
Invariant Calculation
7+
=====================
88

99
Description
1010
-----------
@@ -18,7 +18,7 @@ over the full range of Q from zero to infinity, that is
1818

1919
.. image:: image001.gif
2020

21-
where *g = Q* for pinhole geometry (SAS) and *g = Qv* (the slit height) for
21+
where *g = q* for pinhole geometry (SAS) and *g = q*\ :sub:`v` (the slit height) for
2222
slit geometry (USAS).
2323

2424
The worth of Q*\ is that it can be used to determine the volume fraction and
@@ -44,17 +44,17 @@ Low-*Q* region (<= *Qmin* in data)
4444

4545
.. ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ
4646
47-
Using the perspective
48-
---------------------
47+
Using invariant analysis
48+
------------------------
4949

5050
1) Select *Invariant* from the *Analysis* menu on the SasView toolbar.
5151

5252
2) Load some data with the *Data Explorer*.
5353

5454
3) Select a dataset and use the *Send To* button on the *Data Explorer* to load
55-
the dataset into the *Invariant* perspective.
55+
the dataset into the *Invariant* panel.
5656

57-
4) Use the *Customised Input* boxes on the *Invariant* perspective to subtract
57+
4) Use the *Customised Input* boxes on the *Invariant* panel to subtract
5858
any background, specify the contrast (i.e. difference in SLDs - this must be
5959
specified for the eventual value of Q*\ to be on an absolute scale), or to
6060
rescale the data.
@@ -72,7 +72,7 @@ Using the perspective
7272
extrapolation can also be specified.
7373

7474
8) If the value of Q*\ calculated with the extrapolated regions is invalid, a
75-
red warning will appear at the top of the *Invariant* perspective panel.
75+
red warning will appear at the top of the *Invariant* panel.
7676

7777
The details of the calculation are available by clicking the *Details*
7878
button in the middle of the panel.

sasview/local_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
_inst_url = "http://www.utk.edu"
8282
_corner_image = os.path.join(icon_path, "angles_flat.png")
8383
_welcome_image = os.path.join(icon_path, "SVwelcome.png")
84-
_copyright = "(c) 2009 - 2013, UTK, UMD, NIST, ORNL, ISIS, ESS and ILL"
84+
_copyright = "(c) 2009 - 2016, UTK, UMD, NIST, ORNL, ISIS, ESS and ILL"
8585

8686

8787
#edit the list of file state your plugin can read

sasview/setup_exe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ def __init__(self, **kw):
164164
# for the versioninfo resources
165165
self.version = local_config.__version__
166166
self.company_name = "SasView.org"
167-
self.copyright = "copyright 2009 - 2013"
167+
self.copyright = "copyright 2009 - 2016"
168168
self.name = "SasView"
169169

170170
#

0 commit comments

Comments
 (0)