Skip to content

Commit

Permalink
changed default FM boxsize and fit ranges.
Browse files Browse the repository at this point in the history
  • Loading branch information
wbalmer committed May 13, 2024
1 parent 003cd40 commit 49d943b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions spaceKLIP/analysistools.py
Original file line number Diff line number Diff line change
Expand Up @@ -1286,16 +1286,16 @@ def extract_companions(self,

# Fit the FM PSF to the KLIP-subtracted data.
if inject == False:
fitboxsize = 30 # pix
fitboxsize = 35 # pix
# fitboxsize = 21 # pix
dr = 5 # pix
exclusion_radius = 3 * resolution # pix
corr_len_guess = 3. # pix
xrange = 2. # pix
yrange = 2. # pix
xrange = 1. # pix
yrange = 1. # pix
# xrange = 0.001 # pix
# yrange = 0.001 # pix
frange = 10. # mag
frange = [1e-1,1e3] # mag
corr_len_range = 1. # mag

# MCMC.
Expand Down

0 comments on commit 49d943b

Please sign in to comment.