Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
esheldon committed Aug 20, 2024
1 parent 35ab99c commit c7f68e3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions fitsio/fitslib.py
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ def write(filename, data, extname=None, extver=None, header=None,
reproducible. Allowed values are
None or 0 or 'clock':
do not set the seed explicitly, use the system clock
-1 or 'checksum':
negative or 'checksum':
Set the seed based on the data checksum
1-10_000:
use the input seed
Expand Down Expand Up @@ -704,7 +704,7 @@ def write(self, data, units=None, extname=None, extver=None,
compression reproducible. Allowed values are
None or 0 or 'clock':
do not set the seed explicitly, use the system clock
-1 or 'checksum':
negative or 'checksum':
Set the seed based on the data checksum
1-10_000:
use the input seed
Expand Down Expand Up @@ -821,7 +821,7 @@ def write_image(self, img, extname=None, extver=None,
compression reproducible. Allowed values are
None or 0 or 'clock':
do not set the seed explicitly, use the system clock
-1 or 'checksum':
negative or 'checksum':
Set the seed based on the data checksum
1-10_000:
use the input seed
Expand Down Expand Up @@ -957,7 +957,7 @@ def create_image_hdu(self,
compression reproducible. Allowed values are
None or 0 or 'clock':
do not set the seed explicitly, use the system clock
-1 or 'checksum':
negative or 'checksum':
Set the seed based on the data checksum
1-10_000:
use the input seed
Expand Down

0 comments on commit c7f68e3

Please sign in to comment.