Issue Brief Description
Due to assumed nomenclature change in line 7 the method function is named RemovetooLongSeparation but the class is named RemovetooLongDistance. This discrepancy disallows chaining this module into a pipeline, but works when assigned first to the job system.
Reproducing the Issue
Attempt using job = nirs.modules.RemovetooLongDistance(job).
Always reproducible.
Suggested Fix
from:
7 function obj = RemovetooLongSeparation ( prevJob )
Issue Brief Description Due to assumed nomenclature change in line 7 the method function is named RemovetooLongSeparation but the class is named RemovetooLongDistance. This discrepancy disallows chaining this module into a pipeline, but works when assigned first to the job system.
Reproducing the Issue
Suggested Fix from:
to:
Fix Brief Description Corrects the contructor.