ProcessQueueSorted

class jwst.associations.ProcessQueueSorted(init=None)[source]

Bases: object

Sort ProcessItem based on work_over

ProcessList`s are handled in order of `RULES, BOTH, EXISTING, and NONSCIENCE.

Parameters:

init ([ProcessList[,...]]) – List of ProcessList to start the queue with.

Methods Summary

extend(process_lists)

Add the list of process items to their appropriate queues

Methods Documentation

extend(process_lists)[source]

Add the list of process items to their appropriate queues