Skip to content

Commit

Permalink
use sky model as starting point for optimization.
Browse files Browse the repository at this point in the history
  • Loading branch information
aewallwi committed Jul 20, 2022
1 parent 9e6547f commit f6354b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions calamity/calibration.py
Original file line number Diff line number Diff line change
Expand Up @@ -1217,15 +1217,15 @@ def calibrate_and_model_tensor(
verbose=verbose,
)
fg_r = tensorize_fg_coeffs(
data=data_r,
data=sky_model_r,
wgts=wgts,
fg_model_comps=fg_model_comps,
verbose=verbose,
notebook_progressbar=notebook_progressbar,
)

fg_i = tensorize_fg_coeffs(
data=data_i,
data=sky_model_i,
wgts=wgts,
fg_model_comps=fg_model_comps,
verbose=verbose,
Expand Down

0 comments on commit f6354b1

Please sign in to comment.