From 13d89eded9b967a8d32a49222b0b31f03cbdc9c9 Mon Sep 17 00:00:00 2001 From: Iburelli Date: Sat, 6 Jan 2024 18:31:24 +0100 Subject: [PATCH] remove utils.hfov_from_table --- divtel/array.py | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/divtel/array.py b/divtel/array.py index 4ec716d..8236ba7 100644 --- a/divtel/array.py +++ b/divtel/array.py @@ -14,9 +14,6 @@ from astropy.coordinates import SkyCoord -from shapely.ops import unary_union, polygonize -from shapely.geometry import LineString, Point - import copy import healpy as hp @@ -221,14 +218,7 @@ def hFoV(self, m_cut=0, return_multiplicity=False, full_output=False): hFoV m_ave: float average of multiplicity - m_var: float - variance of multiplicity - multiplicity: array - array containing multiplicity and corresponding hFoV - overlaps: array - array containing the number of overlaps for each patch - geoms: shapely.ops.polygonize - geometry of each patch + """ if self.table.units == 'rad': self.__convert_units__(toDeg=True)