pixref_360 = SixSHelpers.Angles.run360(s, 'view', output_name='pixel_reflectance')
This command returns a tuple of (RESULTS,azimuths, zeniths) with RESULTS as a 1-D numpy array.
od_360 = SixSHelpers.Angles.run360(s, 'view', output_name='optical_depth_total')
This command also returns (RESULTS, azimuths, zeniths), but RESULTS is an array of Py6S.outputs.RayleighAerosolTotal objects.
If I try to use run_and_plot_360() it will fail. Does someone know the trick for getting plot360() to work with these object outputs?
Thanks,
--Edward H.