-
Type:
Task
-
Status: Done (View Workflow)
-
Priority:
Normal
-
Resolution: Done
-
Component/s: ics_iicActor
-
Labels:
-
Story Points:1
-
Sprint:preRun26Jan2026
Looking at pfsConfig header keys, I realize that there are place-holder for some IIC keys, but those are not currently passed in by IIC to ics.utils.sps.fits.getPfsConfigCards
if sequenceId is not None:
cards['W_SEQID'] = (int(sequenceId), 'IIC sequence id')
if sequenceType is not None:
cards['W_SEQTYP'] = (str(sequenceType), 'IIC sequence type')
if sequenceName is not None:
cards['W_SEQNAM'] = (str(sequenceName), 'IIC sequence name')
if sequenceComments is not None:
cards['W_SEQCMN'] = (str(sequenceComments), 'IIC sequence comments')
Easy enough to add...
- relates to
-
INSTRM-2610 Add W_GRPID and W_GRPNAM cards to pfsConfig (PFSF file) header
-
- Done
-