Asn_Lv3NRCCoronImage

class jwst.associations.lib.rules_level3.Asn_Lv3NRCCoronImage(*args, **kwargs)[source]

Bases: AsnMixin_Science

Level 3 Coronagraphy Association handled as regular imaging.

Characteristics:
  • Association type: image3

  • Pipeline: calwebb_image3

  • Gather science exposures only, no psf exposures

  • Only include NRC SW images taken in full-frame

Initialize an Association.

Parameters:
version_idstr or None

Version ID to use in the name of this association. If None, nothing is added.

Attributes Summary

asnreg_marked

asnreg_role

dms_product_name

Return product name built for coronagraphic image products.

Methods Summary

is_item_coron(_item)

Override to ignore coronagraphic designation.

Attributes Documentation

asnreg_marked = True
asnreg_role = 'rule'
dms_product_name

Return product name built for coronagraphic image products.

Returns:
str

Product name built for coronagraphic images.

Methods Documentation

is_item_coron(_item)[source]

Override to ignore coronagraphic designation.

Coronagraphic data is to be processed both as coronagraphic (by default), but also as just plain imaging. Coronagraphic data is processed using the Asn_Lv3Coron rule. This rule will handle the creation of the image version. It causes the input members to be of type “cal”, instead of “calints”.

Parameters:
_itemACID

Ignored for this override method.

Returns:
bool

False.