Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
extract sun zenith and azimuth angle
31-Mar-2015, 10:49 AM,
#1
extract sun zenith and azimuth angle
Quote:I was wondering if we could extract sun zenith and azimuth angle for all images at once when we could provide image acquisition year and time as well as latitude and longitude for all image at the same time.

You'd need to write a small IDL script to do so; the function 'sun' from within atcor. Usage is as follows:


 angles = sun(month=month,day=day,hour=hour,minute=minute, lat=lat,lon=lon)
 azi = angles[1]
 zen = angles[0]
 dayofyear=angles[2] 
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)