robintw / Py6S

A Python interface to the 6S Radiative Transfer Model
GNU Lesser General Public License v3.0
186 stars 105 forks source link

Is there a whole-map atmospheric transport model method? #109

Open lazyn1997 opened 3 months ago

lazyn1997 commented 3 months ago

I want to apply the atmospheric transport model on a single graph, and currently I do it by looping each pixel and using SixSHelpers.Wavelengths.run_wavelengths. Why print("Running for many wavelengths - this may take a long time") always output and can't be turned off, which causes every pixel to output the above statement.

  1. Is there a way to close print("Running for many wavelengths - this may take a long time")?
  2. Or does the whole-map atmospheric transport model have a defined function that doesn't need to loop every pixel? This may improve operational efficiency.