Skip to content

Commit

Permalink
lower case cloudCovErr
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-saydjari committed Nov 25, 2021
1 parent 1d74242 commit b8feecc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/decam.jl
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ function proc_ccd(base,date,filt,vers,basecat,ccd;thr=20,Np=33,corrects7=true,wi
end

# loads from disk
ref_im, d_im = CloudCovErr.read_decam(base,date,filt,vers,ccd,corrects7=corrects7)
ref_im, d_im = cloudCovErr.read_decam(base,date,filt,vers,ccd,corrects7=corrects7)
bmaskd = (d_im .!= 0)
d_im = nothing
(sx0, sy0) = size(ref_im)
Expand All @@ -255,7 +255,7 @@ function proc_ccd(base,date,filt,vers,basecat,ccd;thr=20,Np=33,corrects7=true,wi
testim .= mod_im .- ref_im
fill!(goodpix,false)
end

bmaskd .|= (abs.(testim) .> 20000)
prelim_infill!(testim,bmaskd,bimage,bimageI,testim2,bmaskim2,goodpix,ccd;widx=19,widy=19,ftype=ftype)
testim .= mod_im .- ref_im #fixes current overwrite for 0 infilling
Expand Down

0 comments on commit b8feecc

Please sign in to comment.