qOverlap the rebinnedUnblazedExtractedFlatFlieldBlazedShift More...
Public Member Functions | |
| def | __init__ |
| Make a Hermes component and initialize variables. | |
| def | validateOptions |
| set user-given options or use defaults | |
| def | __call__ |
| component runs from here | |
Public Member Functions inherited from hermes.pipeline.core.pipelinecomponent.PipelineComponent | |
| def | __init__ |
| def | __call__ |
| def | optionsAreValid |
| def | getOptions |
| def | setOptions |
| def | checkExistShapeUnits |
| def | isOption |
Public Attributes | |
| firstOrderOverlapAtStart | |
| set default values for options More... | |
| lastOrderOverlapAtStart | |
| User gave a value for lastOrderOverlapAtStart or use default 9999. | |
| halfLengthMedianFilter | |
| User gave a value for halfLengthMedianFilter or use default 4. | |
| results | |
Public Attributes inherited from hermes.pipeline.core.pipelinecomponent.PipelineComponent | |
| options | |
| logger | |
| ConsoleLogSeverity | |
| default value | |
| canShowGraphics | |
| when machine does not run matplotlib. More... | |
qOverlap the rebinnedUnblazedExtractedFlatFlieldBlazedShift
PURPOSE :
sums the overlapping bins in the rebinnedUnblazedExtractedFlatFlieldBlazedShift
extract from rebinnedUnblazedExtractedFlatFieldBlazedShift
the part of the order k from the first useful bin
to the bin corresponding to the last useful bin
in the order k-1, to construct rebinned[Order]
COMMENTS :
SYNTAX :
INPUT CONSTANTS FROM INSTRUMENT MODEL :
INPUT DATA FROM RESULTDICT :
MANDATORY :
the rebinnedUnblazedExtractedFlatFlieldBlazedShift
minimumShift and maximumShift
OPTIONS READ FROM OPTIONDICT :
MANDATORY :
firstOrderOverlapAtStart
lastOrderOverlapAtStart
OUTPUT written in the RESULTDICT :
record the sum of all selected bins in the order. | hermes.pipeline.components.qualityoverlap.qualityOverlap.firstOrderOverlapAtStart |
set default values for options
User gave a value for firstOrderOverlapAtStart or use default 9999.
1.8.6