ACID

class jwst.associations.lib.acid.ACID(inits)[source]

Bases: object

Association Candidate Identifier.

Parameters:
initsstr or tuple of str

String representation or 2-tuple containing the candidate ID and TYPE. The string should be itself the 2-tuple representation when evaluated. The 2-tuple will have the form (id, type).

Attributes:
idstr

The ID number.

typestr

The type of candidate. Some, but not all possibilities include ‘OBSERVATION’, ‘MOSAIC’, ‘DISCOVERED’

Notes

str(obj) returns the DMS-specified string representation of a candidate identifier. Possibilities include:

  • ‘oXXX’ for OBSERVATION

  • ‘c1XXX’ for ‘MOSAIC’

  • other PPS-defined candidates

  • ‘a3XXX’ for ‘DISCOVERED’ associations