Skip to content

Commit

Permalink
Update pipeline.py
Browse files Browse the repository at this point in the history
Adding all the parameters to the processing run output
  • Loading branch information
wtgee authored Dec 27, 2019
1 parent 069b123 commit 32c9e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panoptes/piaa/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ def get_rgb_background(fits_fn,
list: A list containing a `photutils.Background2D` for each color channel, in RGB order.
"""
logger.info(f"Getting background for {fits_fn}")
logger.debug(f"{estimator} {interpolator} {box_size} Sigma: {sigma} Iter: {iters}")
logger.debug(f"{estimator} {interpolator} {box_size} {filter_size} {camera_bias} σ={sigma} n={iters}")

estimators = {
'sexb': SExtractorBackground,
Expand Down

0 comments on commit 32c9e52

Please sign in to comment.