@@ -158,13 +158,13 @@ def _parse_caom_criteria(self, **criteria):
158158 # Build the mashup filter object and store it in the correct service_name entry
159159 if coordinates or objectname :
160160 mashup_filters = self ._portal_api_connection .build_filter_set (self ._caom_cone ,
161- self ._caom_filtered_position ,
162- ** criteria )
161+ self ._caom_filtered_position ,
162+ ** criteria )
163163 coordinates = utils .parse_input_location (coordinates , objectname )
164164 else :
165165 mashup_filters = self ._portal_api_connection .build_filter_set (self ._caom_cone ,
166- self ._caom_filtered ,
167- ** criteria )
166+ self ._caom_filtered ,
167+ ** criteria )
168168
169169 # handle position info (if any)
170170 position = None
@@ -173,7 +173,7 @@ def _parse_caom_criteria(self, **criteria):
173173 # if radius is just a number we assume degrees
174174 radius = coord .Angle (radius , u .deg )
175175
176- # build the coordinates string needed by Mast.Caom.Filtered.Position
176+ # build the coordinates string needed by ObservationsClass._caom_filtered_position
177177 position = ', ' .join ([str (x ) for x in (coordinates .ra .deg , coordinates .dec .deg , radius .deg )])
178178
179179 return position , mashup_filters
@@ -327,7 +327,7 @@ def query_region_count(self, coordinates, radius=0.2*u.deg, pagesize=None, page=
327327 response : int
328328 """
329329
330- # build the coordinates string needed by Mast.Caom.Filtered.Position
330+ # build the coordinates string needed by ObservationsClass._caom_filtered_position
331331 coordinates = commons .parse_coordinates (coordinates )
332332
333333 # if radius is just a number we assume degrees
0 commit comments