read_fits_polygons¶
-
pydl.pydlutils.mangle.read_fits_polygons(filename, convert=False)[source]¶ Read a “polygon” format FITS file.
This function returns a subclass of
FITS_recthat provides some convenient aliases for the columns of a typical FITS polygon file (which might be all upper-case).Parameters: filename :
strName of FITS file to read.
convert :
bool, optionalIf
True, convert the data to a list ofManglePolygonobjects. Caution: This could result in some data being discarded!Returns: FITS_polygonorlistThe data contained in HDU 1 of the FITS file.