Skip to content

Commit

Permalink
Rename cenx/y to cen_x/y
Browse files Browse the repository at this point in the history
  • Loading branch information
taranu committed Aug 29, 2023
1 parent 696216f commit 0d0a230
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pipelines/fit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ tasks:
from lsst.meas.extensions.multiprofit.fit_coadd_multiband import MultiProFitSourceTask
from multiprofit.componentconfig import SersicConfig, SersicIndexConfig
config.fit_coadd_multiband.retarget(MultiProFitSourceTask)
config.fit_coadd_multiband.fit_cenx = False
config.fit_coadd_multiband.fit_ceny = False
config.fit_coadd_multiband.fit_cen_x = False
config.fit_coadd_multiband.fit_cen_y = False
config.fit_coadd_multiband.sersics = {
"exp": SersicConfig(
sersicindex=SersicIndexConfig(fixed=True, value_initial=1.0),
Expand Down

0 comments on commit 0d0a230

Please sign in to comment.