Skip to content

Commit

Permalink
Updating docstrings.
Browse files Browse the repository at this point in the history
  • Loading branch information
kmacdonald-stsci committed Jan 30, 2025
1 parent 6d7cdde commit 8ebdb29
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions jwst/jump/jump_step.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,13 @@ class JumpStep(Step):
def process(self, step_input):
"""Step method to execute step computations.
Parameter
---------
Parameters
----------
step_input : RampModel
The ramp model input from the previous step.
Return:
------
Returns
-------
result : RampModel
The ramp model with jump step as COMPLETE and jumps detected or
the jump step is SKIPPED.
Expand Down Expand Up @@ -145,13 +145,13 @@ def process(self, step_input):
def _setup_jump_data(self, result):
"""Create a JumpData instance to be used by STCAL jump.
Parameter
---------
Parameters
----------
result : RampModel
The ramp model input from the previous step.
Return:
------
Returns
-------
jump_data : JumpData
The data container to be used to run the STCAL detect_jumps_data.
Expand Down

0 comments on commit 8ebdb29

Please sign in to comment.