Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
hover2pi committed Feb 1, 2020
1 parent 8a363a9 commit 56b6b18
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.rst
Expand Up @@ -53,8 +53,8 @@ the only required input. To load your SOSS exposure, simply do
from pkg_resources import resource_filename
# Load the exposure
file = resource_filename('specialsoss', 'files/SUBSTRIP256_CLEAR_ramp.fits')
obs = SossExposure(file, calibrate=False)
file = resource_filename('specialsoss', 'files/SUBSTRIP256_CLEAR_uncal.fits')
obs = SossExposure(file)
Now we can scroll through the ingested data by plotting the frames.

Expand All @@ -71,10 +71,10 @@ use the vanilla column sum extraction.

.. code:: python
obs.extract('sum')
obs.extract('sum', 'uncal')
Finally, we can see the extracted time-series spectra and the monochromatic lightcurves with:

.. code:: python
obs.plot_time_series_spectra()
obs.plot_results()

0 comments on commit 56b6b18

Please sign in to comment.