Theraml RS class of University of Tehran - Dr. Majid Kiavarz
This is an Unofficial Python Implemntaion based on: "Detection of geothermal anomalies using Advanced Spaceborne Thermal Emission and Reflection Radiometer (ASTER) thermal infrared images at Bradys Hot Springs, Nevada, USA - M.F. Coolbaugh el al."
2021-22 Second Semester
Student: Moien Rangzan
The final result (with Histogram Stretching):
one usfeul thing that I found is; now that we wrote our code in a functial way we can calculate ise for diffrent hours, days and seasons, and compare the Incdient solar energy:
the image below is the difrrence between two hours
plt.imshow(cb['ise_list'][1]-cb['ise_list'][2],cmap='gray')
plt.colorbar()
plt.show()