Skip to content

Commit

Permalink
Merge pull request #86 from robelgeda/main
Browse files Browse the repository at this point in the history
Doc patch background fitting
  • Loading branch information
robelgeda committed Mar 8, 2022
2 parents a83fd44 + 2ba7fbf commit 8876e46
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/fitting.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@
" # Options \n",
" cutout_size=max(r_list)*2, # Cutout out size, set to double the max radius \n",
" bkg_sub=True, # Subtract background \n",
" sigma=1, sigma_type='clip', # Fit a 2D plane to pixels within 1 sigma of the mean\n",
" sigma=3, sigma_type='clip', # Fit a 2D plane to pixels within 3 sigma of the mean\n",
" plot=True, vmax=vmax, vmin=vmin, # Show plot with max and min defined above\n",
")\n",
"plt.show()"
Expand Down
2 changes: 1 addition & 1 deletion docs/multi_object.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
" # Options \n",
" cutout_size=max(r_list)*2, # Cutout out size, set to double the max radius \n",
" bkg_sub=True, # Subtract background \n",
" sigma=1, sigma_type='clip', # Fit a 2D plane to pixels within 1 sigma of the mean\n",
" sigma=3, sigma_type='clip', # Fit a 2D plane to pixels within 3 sigma of the mean\n",
" plot=False, vmax=vmax, vmin=vmin, # Show plot with max and min defined above\n",
" )\n",
" plt.show()\n",
Expand Down
2 changes: 1 addition & 1 deletion docs/photometry_and_petrosian.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@
" # Options \n",
" cutout_size=max(r_list)*2, # Cutout out size, set to double the max radius \n",
" bkg_sub=True, # Subtract background \n",
" sigma=1, sigma_type='clip', # Fit a 2D plane to pixels within 1 sigma of the mean\n",
" sigma=3, sigma_type='clip', # Fit a 2D plane to pixels within 3 sigma of the mean\n",
" plot=True, vmax=vmax, vmin=vmin, # Show plot with max and min defined above\n",
")\n",
"plt.show()"
Expand Down

0 comments on commit 8876e46

Please sign in to comment.