Skip to content

Commit

Permalink
modified: Julia/fits_upsampleCube.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
jvo203 committed Feb 15, 2023
1 parent 9ca68c2 commit fcb9489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Julia/fits_upsampleCube.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ bpx = [8, 16, 32, 64, -32, -64, -64]
suffix = ["uint8", "int16", "int32", "int64", "float32", "float64", "float64_num_overflow"]

for (idx, sfx) in zip(bpx, suffix)
println("processing BITPIX = ", idx)
println("processing BITPIX = ", idx, " (", sfx, ")")

src = homedir() * "/NAO/FITS/cube_" * sfx * ".fits"
dst = homedir() * "/NAO/FITS/cube_" * sfx * "+.fits"
Expand Down

0 comments on commit fcb9489

Please sign in to comment.