Notebook
# Perform an initial optimization with a L2-Norm regularization cbvCorrector.correct(cbv_type=cbv_type, cbv_indices=cbv_indices); # Examine the quality of the resultant lightcurve in cbvcorrector.corrected_lc # Determine how to adjust the priors and make changes to the design matrix cbvCorrector.design_matrix_collection[i].prior_sigma[j] = # ... adjust the priors # Call the superclass correct method with the adjusted design_matrix_collection cbvCorrector.correct_regressioncorrector(cbvCorrector.design_matrix_collection, **kwargs)