Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Kurt Soto committed Feb 4, 2016
1 parent 18da3e5 commit a60cc97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/index.rst
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ The integration time of this frame does not need to be the same as the object ex
Extra Functions
===============

Aside from the main process, three functions are included that can be run outside of the entire zap process to facilitate some investigations.
Aside from the main process, two functions are included that can be run outside of the entire zap process to facilitate some investigations.

.. autofunction:: zap.nancleanfits

Expand Down Expand Up @@ -153,7 +153,7 @@ eigenspectra per region. A workflow may go as follows:
plt.plot(zobj.cleancube[:,50:100,50:100].sum(axis=(1,2))), 'g')
# choose some number of modes by hand
zobj.reprocess(nevals=[2,5,2,4,6,7,9,8,5])
zobj.reprocess(nevals=[2,5,2,4,6,7,9,8,5,3,5])
# plot a spectrum
plt.plot(zobj.cleancube[:,50:100,50:100].sum(axis=(1,2))), 'k')
Expand Down

0 comments on commit a60cc97

Please sign in to comment.