Skip to content

Commit

Permalink
Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
profxj committed Aug 14, 2017
1 parent 73fee63 commit 2f5219b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
15 changes: 12 additions & 3 deletions doc/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,20 @@ desispec Change Log
* Removes a number of QL metrics from offline qa
* Fixes integration tests for desisim newexp refactor
* Removes spectra grouping by brick; nside=64 healpix grouping default
* Add get_nights method to io.meta
* Add search_for_framefile method to io.frame
* Add desi_qa_frame script to generate frame QA
* Add get_nights method to io.meta (#422)
* Add search_for_framefile method to io.frame (#422)
* Add desi_qa_frame script to generate frame QA (#424)
* Add frame_meta to parameters (for slurping the Frame headers)
* Add get_reduced_frames() method to io.meta
* Modifies QA_Prod meta file output to be JSON
* Add load_meta() method to QA_Exposure
* Add time_series ploting to desi_qa_prod
* Add several new plots for skysub residuals
* Adds method to generate QA Table for Prod
* Refactor of skysubresid script

.. _`#422`: https://github.com/desihub/desispec/pull/422
.. _`#424`: https://github.com/desihub/desispec/pull/424

0.15.2 (2017-07-12)
-------------------
Expand Down
3 changes: 2 additions & 1 deletion py/desispec/io/meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,8 @@ def get_reduced_frames(channels=['b','r','z'], nights=None):
""" Loops through a production to find all reduced frames (default is cframes)
One can choose a subset by argument
Args:
channels:
channels: list, optional
nights: list, optional
Returns:
all_frames: list for frame filenames
Expand Down
2 changes: 0 additions & 2 deletions py/desispec/qa/qa_exposure.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ def __init__(self, expid, night, flavor, specprod_dir=None, in_data=None, **kwar
night: str -- YYYYMMDD
flavor: str
exposure type (e.g. flat, arc, science)
dateobs: str
Time of exposure, e.g. '2019-09-04T10:28:00.880'
specprod_dir(str): Path containing the exposures/ directory to use. If the value
is None, then the value of :func:`specprod_root` is used instead.
in_data: dict, optional -- Input data
Expand Down

0 comments on commit 2f5219b

Please sign in to comment.