Skip to content

Commit

Permalink
more docs
Browse files Browse the repository at this point in the history
  • Loading branch information
esheldon committed Oct 6, 2011
1 parent e4d3e97 commit d1d61dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -142,9 +142,9 @@ Examples
# By default they are read into fixed-length fields in the output array. # By default they are read into fixed-length fields in the output array.
# You can over-ride this by constructing the FITS object with the vstorage # You can over-ride this by constructing the FITS object with the vstorage
# keyword or specifying vstorage when reading. Sending vstorage='object' # keyword or specifying vstorage when reading. Sending vstorage='object'
# will read int object fields in the array to save memory; the default is # will store the data in variable size object fields to save memory; the
# vstorage='fixed'. Object fields can also be written out to a new FITS # default is vstorage='fixed'. Object fields can also be written out to a
# file as variable length to save disk space. # new FITS file as variable length to save disk space.


>>> fits = fitsio.FITS(filename,vstorage='object') >>> fits = fitsio.FITS(filename,vstorage='object')
# OR # OR
Expand Down

0 comments on commit d1d61dc

Please sign in to comment.