AssociationPool¶
-
class
jwst.associations.AssociationPool(data=None, masked=None, names=None, dtype=None, meta=None, copy=True, rows=None, copy_indices=True, **kwargs)[source]¶ Bases:
astropy.table.table.TableAssociation Pool
An AssociationPool is essentially and astropy Table with the following default behaviors:
- ASCII tables with a default delimiater of
| - All values are read in as strings
Methods Summary
read(filename[, delimiter, format])Read in a Pool file write(*args, **kwargs)Write the pool to a file. Methods Documentation
- ASCII tables with a default delimiater of