Exemplo n.º 1
0
 def _apply_correction(self, proj, coszen):
     logger.debug(
         "Apply the effective solar atmospheric path length correction method by Li and Shibata"
     )
     return atmospheric_path_length_correction(proj,
                                               coszen,
                                               limit=self.correction_limit,
                                               max_sza=self.max_sza)
Exemplo n.º 2
0
 def _apply_correction(self, proj, coszen):
     LOG.debug(
         "Apply the effective solar atmospheric path length correction method by Li and Shibata")
     return atmospheric_path_length_correction(proj, coszen)
Exemplo n.º 3
0
 def _apply_correction(self, proj, coszen):
     LOG.debug(
         "Apply the effective solar atmospheric path length correction method by Li and Shibata"
     )
     return atmospheric_path_length_correction(proj, coszen)