Skip to content

Commit

Permalink
changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
kecnry committed Dec 28, 2023
1 parent 1842c0d commit 486cec0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@

* Clone viewer tool. [#74]

* Flux origin plugin to choose which column is treated as the flux column for each dataset. [#77]


0.1.0 (12-14-2023)
------------------

Expand Down
1 change: 1 addition & 0 deletions lcviz/plugins/flux_origin/flux_origin.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ def _include_col(lk_obj, col):
return False
if col.endswith('quality'):
return False
# TODO: need to think about flatten losing units in the flux column (and that other columns still exist but are not flattened)
return lk_obj[col].unit == lk_obj['flux'].unit

lk_obj = self.dataset.selected_obj
Expand Down

0 comments on commit 486cec0

Please sign in to comment.