spacetelescope / stistools

Tools for HST/STIS.
http://stistools.readthedocs.io/en/latest/
Other
5 stars 23 forks source link

Subarray defringe #132

Closed ariley1472 closed 3 years ago

ariley1472 commented 3 years ago

I wrote up an example of how to defringe subarray data. I put it int he defringe_examples.rst, but let me know if it should go somewhere else. I also can't seem to get sphinx working, so I'm not entirely sure what it looks like whoops.

sean-lockwood commented 3 years ago

I'm looking into the Python a bit. Do you define hdu somewhere?: hdu.writeto(fullframe_output)

ariley1472 commented 3 years ago

@sean-lockwood It looks like I didn't include hdu. I'll make that change now

sean-lockwood commented 3 years ago

Also, I'd pull the top comments out of the code blocks and make them plain-formatted text where appropriate.

ariley1472 commented 3 years ago

@sean-lockwood I made all those changes.