Skip to content

Commit

Permalink
modified: Julia/fits_upsample3D.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
jvo203 committed Aug 23, 2022
1 parent e70a5d1 commit 8f8b48b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Julia/fits_upsample3D.jl
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ for i = 1:nkeywords
end
end

fits_write_key(out, "RESTFRQ", "2.195632900000E+11", "Rest Frequency (Hz)")
fits_write_key(out, "RESTFRQ", 2.195632900000E+11, "Rest Frequency (Hz)")
fits_write_key(out, "SPECSYS", "LSRK", "Spectral reference frame")
fits_write_key(out, "BUNIT", "JY/BEAM", "Brightness (pixel) unit")
fits_write_key(out, "OBSRA", "2.690886656602E+02", "Right Ascension of observation")
Expand Down

0 comments on commit 8f8b48b

Please sign in to comment.