Skip to content

Commit

Permalink
Updated ramp step alias
Browse files Browse the repository at this point in the history
  • Loading branch information
astrobc1 committed Jan 9, 2025
1 parent ccaa9fe commit 2c95e19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion liger_iris_pipeline/readout/fit_ramp_step.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class FitRampStep(LigerIRISStep):
num_coadd = integer(default=3)
"""

class_alias = "fit_ramp"
class_alias = "ramp_fit"

def process(self, input):
"""
Expand Down

0 comments on commit 2c95e19

Please sign in to comment.