Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
documentation [2013/09/05 00:37]
mjc
documentation [2025/07/03 00:23] (current)
onken Update for v2
Line 1: Line 1:
 ====== PyWiFeS Documentation ====== ====== PyWiFeS Documentation ======
 +
 +** The usage of PyWiFeS has been modified for version 2. Please disregard these instructions and follow those on [[https://pywifes-pipeline.readthedocs.io/en/latest/usage.html| our ReadTheDocs site]].**
  
 This page is a starting point for running the actual reduction code.  Eventually it will also host documentation for individual function syntax. This page is a starting point for running the actual reduction code.  Eventually it will also host documentation for individual function syntax.
Line 49: Line 51:
  
 Also important to note here is that an object frame only get automatically classified as a standard star if the 'OBJECT' header field is filled with a name from the standard star list defined in 'wifes_calib.py' in the 'src/' directory. Also important to note here is that an object frame only get automatically classified as a standard star if the 'OBJECT' header field is filled with a name from the standard star list defined in 'wifes_calib.py' in the 'src/' directory.
 +
 +A schematic overview of the PyWiFeS metadata heirarchy is illustrated in the Figure below.  Python dictionaries are colour green, while Python lists are coloured red.
 +
 +{{ :wiki:metadata_wifes.png?600 |}}
  
 ==== Reduction Script ==== ==== Reduction Script ====