Skip to content

Commit

Permalink
modified: Julia/fits_upsample.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
jvo203 committed Jan 26, 2022
1 parent 6aa2efa commit 0c84e8e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Julia/fits_upsample.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ using ImageTransformations

println(libcfitsio_version())

src = homedir() * "/Downloads/ALMA00000006.fits"
dst = homedir() * "/upsampled.fits"
# src = homedir() * "/Downloads/ALMA00000006.fits"
# dst = homedir() * "/upsampled.fits"

# src = "/Volumes/OWC/fits_web_ql/FITSCACHE/ALMA01567567.fits"
# dest = "/Volumes/OWC/I_AM_BIG.fits"
src = "/Volumes/OWC/fits_web_ql/FITSCACHE/ALMA01567567.fits"
dst = "/Volumes/OWC/I_AM_BIG.fits"

f = fits_open_diskfile(src)

Expand Down

0 comments on commit 0c84e8e

Please sign in to comment.