diff --git a/fitsio/fitslib.py b/fitsio/fitslib.py index 35c1a42..01ae48b 100644 --- a/fitsio/fitslib.py +++ b/fitsio/fitslib.py @@ -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 @@ -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 @@ -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 @@ -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