Exemple #1
0
 def kdsearch_z(self, x: "float const", y: "float const", z: "float const",
                r: "float const", min_flux: "float", min: "int",
                max: "int") -> "void":
     return _beast.star_query_kdsearch_z(self, x, y, z, r, min_flux, min,
                                         max)
Exemple #2
0
 def kdsearch_z(self, x, y, z, r, min_flux, min, max):
     return _beast.star_query_kdsearch_z(self, x, y, z, r, min_flux, min,
                                         max)