From f090439c8c97ca1414c4558d8a24d22f097f8470 Mon Sep 17 00:00:00 2001 From: e-koch Date: Tue, 12 Feb 2019 09:58:01 -0500 Subject: [PATCH] Change to a linear stretch in the HI --- analysis/co_hi_moment0_figure.py | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/analysis/co_hi_moment0_figure.py b/analysis/co_hi_moment0_figure.py index 9843e96..1acd1b6 100644 --- a/analysis/co_hi_moment0_figure.py +++ b/analysis/co_hi_moment0_figure.py @@ -51,10 +51,10 @@ cmap='binary', origin='lower', interpolation='nearest', - alpha=0.85, - norm=ImageNormalize(vmin=-0.001, - vmax=np.nanmax(moment0_coldens), - stretch=AsinhStretch())) + alpha=0.85,) + # norm=ImageNormalize(vmin=-0.001, + # vmax=np.nanmax(moment0_coldens), + # stretch=AsinhStretch())) ax.set_ylabel("DEC (J2000)") ax.set_xlabel("RA (J2000)") lon = ax.coords[0] @@ -91,10 +91,10 @@ cmap='binary', origin='lower', interpolation='nearest', - alpha=0.85, - norm=ImageNormalize(vmin=-0.001, - vmax=np.nanmax(moment0_coldens), - stretch=AsinhStretch())) + alpha=0.85,) + # norm=ImageNormalize(vmin=-0.001, + # vmax=np.nanmax(moment0_coldens), + # stretch=AsinhStretch())) ax.set_ylabel("DEC (J2000)") ax.set_xlabel("RA (J2000)") lon = ax.coords[0] @@ -132,10 +132,10 @@ cmap='binary', origin='lower', interpolation='nearest', - alpha=0.85, - norm=ImageNormalize(vmin=-0.001, - vmax=np.nanmax(moment0_coldens), - stretch=AsinhStretch())) + alpha=0.85,) + # norm=ImageNormalize(vmin=-0.001, + # vmax=np.nanmax(moment0_coldens), + # stretch=AsinhStretch())) ax.set_ylabel("DEC (J2000)") ax.set_xlabel("RA (J2000)") lon = ax.coords[0]