Skip to content

Read slit position in read_iris_sji_level2_fits#101

Merged
DanRyanIrish merged 1 commit intosunpy:masterfrom
DanRyanIrish:slit_meta
Aug 20, 2018
Merged

Read slit position in read_iris_sji_level2_fits#101
DanRyanIrish merged 1 commit intosunpy:masterfrom
DanRyanIrish:slit_meta

Conversation

@DanRyanIrish
Copy link
Copy Markdown
Member

This PR adds the slit x and y positions to the IRISMapCube instance when instantiation by read_iris_sji_level2_fits.

@asainz-solarphysics
Copy link
Copy Markdown
Contributor

This is great!

obs_vrix = hdulist[1].data[:, hdulist[1].header["OBS_VRIX"]] * u.m/u.s
ophaseix = hdulist[1].data[:, hdulist[1].header["OPHASEIX"]]
slit_pos_x = hdulist[1].data[:, hdulist[1].header["SLTPX1IX"]]
slit_pos_y = hdulist[1].data[:, hdulist[1].header["SLTPX2IX"]]
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a test comment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants