Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plots #24

Merged
merged 9 commits into from
Jul 28, 2022
Prev Previous commit
Next Next commit
Added a function plot_datacube
  • Loading branch information
Tumon2001 committed Jul 14, 2022
commit 0a4321401c1665de4785e9b20b4bb6aec2928d07
3 changes: 1 addition & 2 deletions src/plot.jl
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,7 @@ end

"""
load_example()
april2012=radiance_datacube[:,:,1]
plot_img(april2012, MUMBAI_COORDINATE_SYSTEM)
plot_img(radiance_datacube, MUMBAI_COORDINATE_SYSTEM)
"""
function plot_datacube(datacube, coordinate_system)
month=["April, ", "May, ", "June, ", "July, ", "August, ", "September, ", "October, ", "November, ", "December, ", "January, ", "February, ", "March, "]
Expand Down