You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Is there a way to close print("Running for many wavelengths - this may take a long time")?
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.
The text was updated successfully, but these errors were encountered:
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
. Whyprint("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.print("Running for many wavelengths - this may take a long time")
?The text was updated successfully, but these errors were encountered: