Skip to content

Commit

Permalink
Update lcviz/plugins/plot_options/plot_options.py
Browse files Browse the repository at this point in the history
Co-authored-by: Kyle Conroy <[email protected]>
  • Loading branch information
bmorris3 and kecnry authored Apr 26, 2024
1 parent dada60f commit 849cf79
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions lcviz/plugins/plot_options/plot_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,11 @@ def _default_tpf_stretch(
image, [vmin_percentile, vmax_percentile]
)

self.viewer_selected = tpf_viewer_reference
self.stretch_function_value = 'log'
self.stretch_vmin_value = vmin
self.stretch_vmax_value = vmax
po = self.new()
po.viewer_selected = tpf_viewer_reference
po.stretch_function_value = 'log'
po.stretch_vmin_value = vmin
po.stretch_vmax_value = vmax

@property
def user_api(self):
Expand Down

0 comments on commit 849cf79

Please sign in to comment.