예제 #1
0
 def _apply_correction(self, proj, coszen):
     LOG.debug("Apply the standard sun-zenith correction [1/cos(sunz)]")
     return sunzen_corr_cos(proj, coszen)
예제 #2
0
 def _apply_correction(self, proj, coszen):
     LOG.debug("Apply the standard sun-zenith correction [1/cos(sunz)]")
     return sunzen_corr_cos(proj, coszen)
예제 #3
0
 def _apply_correction(self, proj, coszen):
     logger.debug("Apply the standard sun-zenith correction [1/cos(sunz)]")
     return sunzen_corr_cos(proj,
                            coszen,
                            limit=self.correction_limit,
                            max_sza=self.max_sza)