ProcessQueueSorted¶
-
class
jwst.associations.ProcessQueueSorted(init=None)[source]¶ Bases:
objectSort ProcessItem based on work_over
ProcessList`s are handled in order of `RULES,BOTH,EXISTING, andNONSCIENCE.Parameters: init ([ProcessList[,..]]) – List of ProcessListto start the queue with.Methods Summary
extend(process_lists)Add the list of process items to their appropriate queues Methods Documentation