Skip to content

Commit

Permalink
Merge pull request #86 from andrew-saydjari/2024_01_27
Browse files Browse the repository at this point in the history
integrated peak fitting fpi
  • Loading branch information
andrew-saydjari authored Jan 28, 2024
2 parents b963c23 + 87a1eb2 commit d468027
Show file tree
Hide file tree
Showing 2 changed files with 157 additions and 63 deletions.
4 changes: 2 additions & 2 deletions src/fileNameHandling.jl
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ function cache_wavename(tele,mjd; cache_dir="../local_cache")
return join([cache_dir,tele,mjd,join(["wavecal",tele,mjd],"_")],"/")*".fits"
end

function cache_waveLinesFPIname(tele,mjd,expnums; cache_dir="../local_cache")
function cache_waveLinesFPIname(tele,mjd,expnums,chip; cache_dir="../local_cache")
expnum = lpad(expnums,8,"0")
return join([cache_dir,tele,mjd,join(["waveLinesFPI",tele,mjd,expnum],"_")],"/")*".fits"
return join([cache_dir,tele,mjd,join(["waveLinesFPI",tele,mjd,expnum,chip],"_")],"/")*".fits"
end

function cache_fluxname(tele,field,plate,mjd; cache_dir="../local_cache")
Expand Down
Loading

0 comments on commit d468027

Please sign in to comment.