-
Type:
Task
-
Status: Open (View Workflow)
-
Priority:
Normal
-
Resolution: Unresolved
-
Labels:None
Created on 2024-12-03 09:29:16 by Didier Vibert. % Done: 0
@subClassifSolver@ and @lineMeasLoader@ can be listed in the stages section of parameters.json but not used at all within the current ProcessFlow implementation.
Currently:
- @subClassifSolver@ is triggered if @redshiftSolver@ is triggered and tplratio used
- @lineMeasLoader@ is triggered if needed (if linemeas piped after redshiftSolver)
Shall we remove the @lineMeasLoader@ stage in the parameter list ? it sounds like it is not optional but mandatory if @RedshiftSolver@ and @LineMeasSolver@ are listed.
For @subClassifSolver@, if we put consider it is optional and triggered if listed in the parameters, then a check should be added in the ParametersChecker to verify that the RedshiftSolver is LineModelSolve with tplratio enabled.