Skip to content

Commit

Permalink
Change to a linear stretch in the HI
Browse files Browse the repository at this point in the history
  • Loading branch information
e-koch committed Feb 12, 2019
1 parent f80f273 commit f090439
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions analysis/co_hi_moment0_figure.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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]
Expand Down Expand Up @@ -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]
Expand Down

0 comments on commit f090439

Please sign in to comment.