File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -79,13 +79,13 @@ class JumpStep(Step):
79
79
def process (self , step_input ):
80
80
"""Step method to execute step computations.
81
81
82
- Parameter
83
- ---------
82
+ Parameters
83
+ ----------
84
84
step_input : RampModel
85
85
The ramp model input from the previous step.
86
86
87
- Return:
88
- ------
87
+ Returns
88
+ -------
89
89
result : RampModel
90
90
The ramp model with jump step as COMPLETE and jumps detected or
91
91
the jump step is SKIPPED.
@@ -145,13 +145,13 @@ def process(self, step_input):
145
145
def _setup_jump_data (self , result ):
146
146
"""Create a JumpData instance to be used by STCAL jump.
147
147
148
- Parameter
149
- ---------
148
+ Parameters
149
+ ----------
150
150
result : RampModel
151
151
The ramp model input from the previous step.
152
152
153
- Return:
154
- ------
153
+ Returns
154
+ -------
155
155
jump_data : JumpData
156
156
The data container to be used to run the STCAL detect_jumps_data.
157
157
You can’t perform that action at this time.
0 commit comments