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.Table

Association 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

classmethod read(filename, delimiter='|', format='ascii', **kwargs)[source]

Read in a Pool file

write(*args, **kwargs)[source]

Write the pool to a file.