{ } Raw JSON

bundles / astropy latest / astropy / io / fits / header / _CardAccessor

class

astropy.io.fits.header:_CardAccessor

source: /astropy/io/fits/header.py :2058

Signature

class   _CardAccessor ( header )

Members

Summary

This is a generic class for wrapping a Header in such a way that you can use the header's slice/filtering capabilities to return a subset of cards and do something with them.

Extended Summary

This is sort of the opposite notion of the old CardList class--whereas Header used to use CardList to get lists of cards, this uses Header to get lists of cards.

Aliases

  • astropy.io.fits.header._CardAccessor