|
def | fits_read_primary_hdu (self, MaybeHdu path_or_hdu, Optional[bool] with_checksum=None) |
| Returns list of keywords from primary HDU as a list of pairs [["KEYWORD": "VALUE"], ...]. More...
|
|
def | fits_get_hdu_ext_names (self, MaybeHdu path_or_hdu) |
| Returns list of keywords from primary HDU as a list of pairs. More...
|
|
def | fits_create_empty (self) |
|
def | fits_create_image (self) |
|
def | fits_get_info (self, MaybeHdu path_or_hdu) |
|
def | fits_set_keyword (self, MaybeHdu path_or_hdu, *name, value, comment="", hdu_num=0) |
|
def | fits_add_image_ext (self, MaybeHdu path_or_hdu, *name) |
|
def | fits_add_bintable_ext (self, MaybeHdu path_or_hdu, *name) |
|
def | fits_close (self, fits.HDUList hdul) |
|
def | fits_write_to (self, MaybeHdu path_or_hdu, str path) |
|
def | fits_verify (self, MaybeHdu path_or_hdu) |
| Executes astropy verify() verify_checksum() and verify_datasum() More...
|
|
def | fits_verify_checksum (self, MaybeHdu path_or_hdu, Union[str, int] hdu_num, Optional[str] expected=None) |
| Verify checksum. More...
|
|
def | fits_verify_datasum (self, MaybeHdu path_or_hdu, Union[str, int] hdu_num, Optional[str] expected=None) |
| Verify datasum. More...
|
|
def | fits_read_primary_hdu (self, MaybeHdu path_or_hdu, Optional[bool] with_checksum=None) |
| Returns list of keywords from primary HDU as a list of pairs [["KEYWORD": "VALUE"], ...]. More...
|
|
def | fits_get_hdu_ext_names (self, MaybeHdu path_or_hdu) |
| Returns list of keywords from primary HDU as a list of pairs. More...
|
|
def | fits_create_empty (self) |
|
def | fits_create_image (self) |
|
def | fits_get_info (self, MaybeHdu path_or_hdu) |
|
def | fits_set_keyword (self, MaybeHdu path_or_hdu, *name, value, comment="", hdu_num=0) |
|
def | fits_add_image_ext (self, MaybeHdu path_or_hdu, *name) |
|
def | fits_add_bintable_ext (self, MaybeHdu path_or_hdu, *name) |
|
def | fits_close (self, fits.HDUList hdul) |
|
def | fits_write_to (self, MaybeHdu path_or_hdu, str path) |
|
def | fits_verify (self, MaybeHdu path_or_hdu) |
| Executes astropy verify() verify_checksum() and verify_datasum() More...
|
|
def | fits_verify_checksum (self, MaybeHdu path_or_hdu, Union[str, int] hdu_num, Optional[str] expected=None) |
| Verify checksum. More...
|
|
def | fits_verify_datasum (self, MaybeHdu path_or_hdu, Union[str, int] hdu_num, Optional[str] expected=None) |
| Verify datasum. More...
|
|
Robot library providing FITS related keywords.
Definition at line 12 of file Fits.py.