Skip to content

Commit

Permalink
remove utils.hfov_from_table
Browse files Browse the repository at this point in the history
  • Loading branch information
Iburelli committed Jan 6, 2024
1 parent 47c2bd8 commit 13d89ed
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions divtel/array.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 13d89ed

Please sign in to comment.