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]