Skip to content

Commit

Permalink
5.4.2.2 Beta of cleaned up Other models with more doc
Browse files Browse the repository at this point in the history
Signed-off-by: boban <bob.anderson.ok@gmail.com>
  • Loading branch information
bob-anderson-ok committed Sep 26, 2023
1 parent 54efa5a commit 9baebcd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified src/pyoteapp/pyote-info.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion src/pyoteapp/pyote.ui
Original file line number Diff line number Diff line change
Expand Up @@ -5447,7 +5447,7 @@
<bool>false</bool>
</property>
<property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Sometimes there is an area of the observation light curve that needs to be excluded from the fit metric calculation. Use this button to start a dialog for selecting the starting &lt;span style=&quot; font-weight:700; color:#0000ff;&quot;&gt;reading number&lt;/span&gt; (NOT &lt;span style=&quot; font-weight:700; color:#0000ff;&quot;&gt;frame number&lt;/span&gt;) and the ending &lt;span style=&quot; font-weight:700; color:#0000ff;&quot;&gt;reading number&lt;/span&gt;. The fit metric calculation will include those points and all in between in determining the RSS (Residual Sum of Squares) that is used as the fit metric.&lt;/p&gt;&lt;p&gt;&lt;span style=&quot; font-weight:700; color:#ff0000;&quot;&gt;Note:&lt;/span&gt; It is easy to make the error of using the &lt;span style=&quot; font-weight:700; color:#0000ff;&quot;&gt;frame numbe&lt;/span&gt;r (column 1 in the data table in the lower left) instead of the &lt;span style=&quot; font-weight:700; color:#0000ff;&quot;&gt;reading number&lt;/span&gt;. The &lt;span style=&quot; font-weight:700; color:#0000ff;&quot;&gt;reading number&lt;/span&gt; is the row label just to the left.&lt;/p&gt;&lt;p&gt;&lt;span style=&quot; font-weight:700; color:#ff0000;&quot;&gt;Tip:&lt;/span&gt; A quick way to determine the &lt;span style=&quot; font-weight:700; color:#0000ff;&quot;&gt;reading numer&lt;/span&gt; for a point is to click on it in the plot. This will cause the data table to reposition to that point and highlight the row of the selected point.&lt;/p&gt;&lt;p&gt;Once a selection has been made, it is saved in the Light Curve Parameters, so this process need only be done once.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Automatic fitting of the lightcurve parameters operates better if only the region where the 'event' is happening is included in the 'fit metric'.&lt;/p&gt;&lt;p&gt;Click on two points that enclose the part of the lightcurve where the 'event' is happening, then click on this button.&lt;/p&gt;&lt;p&gt;Once a selection has been made, it is saved in the Light Curve Parameters, so this process need only be done once if you save the event after setting the metric limits.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="text">
<string>Set limits for metric calculation</string>
Expand Down
2 changes: 1 addition & 1 deletion src/pyoteapp/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
def version():
return '5.4.2.1'
return '5.4.2.2'

0 comments on commit 9baebcd

Please sign in to comment.