Skip to content

Commit

Permalink
Adding the selection wrt angle to wind button + adding it to the doc. C…
Browse files Browse the repository at this point in the history
…losed #28
  • Loading branch information
vbonvin committed Jul 30, 2018
1 parent c44fc36 commit e72740c
Show file tree
Hide file tree
Showing 11 changed files with 1,198 additions and 1,179 deletions.
2 changes: 0 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ Why using this software and not one of the dozens of alternatives already existi
Designed by observers for observers. With lots of love and hopefully bug-free.




.. image:: https://travis-ci.org/vbonvin/POUET.svg?branch=master
:target: https://travis-ci.org/vbonvin/POUET
:alt: CI Status
Expand Down
3 changes: 3 additions & 0 deletions docs/source/tutorial/basic_loadandsort.rst
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,16 @@ The sorting criteria are the following:
* Airmass smaller than
* Sun distance larger than [degree]
* Moon distance larger than [degree]
* Wind Angle larger than 90 [degree]
* Name containing [string pattern]
* Right Ascension (Alpha) earlier/later than [HH:MM:SS], from 00:00:00 to 24:00:00
* Declination (Delta) higher/lower than [DD:MM:SS], from -90:00:00 to +90:00:00
* Clouds index larger than 0. 1 means clear sky, 0 means full cloud coverage.
* Observability larger than 0. The observability is a combination of airmass, moon distance, wind, cloud coverage, etc... that provide a "smart" way of sorting targets.
* Selected/unselected targets. You can check targets in the list directly.

.. note:: The value of the wind angle below which your targets are hidden (default = 90 degrees) can be changed in the configuration file (see :ref:`customsite`).

.. note:: In future versions of POUET, users will be able to define their own observability formula per observing program. The default one currently used can be read at :meth:`~obs.compute_observability`.

The ``Reset list`` button make all the targets visible again. The same can be achieved by unchecking the sorting boxes and clicking on the ``Sort`` button.
Expand Down
Binary file modified docs/source/tutorial/plots/POUET_defaultconfig.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/source/tutorial/plots/POUET_example_sort.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions pouet/config/settings.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,8 @@ showallskycoordinates: 60
showallskytargets: 60


[misc]

# What is the minimum angle [deg] to wind below which you want to be able to hide
# the observables from the list view?
minangletowinddisplay = 90
2 changes: 1 addition & 1 deletion pouet/design.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Form implementation generated from reading ui file 'design.ui'
#
# Created by: PyQt5 UI code generator 5.10
# Created by: PyQt5 UI code generator 5.6
#
# WARNING! All changes made in this file will be lost!

Expand Down
682 changes: 344 additions & 338 deletions pouet/design_scalable.py

Large diffs are not rendered by default.

Loading

0 comments on commit e72740c

Please sign in to comment.