generate_mask_polygons module

A script that examines an image and generates polygons (== contours) at locations where the signal in the image is above a specified level. It outputs the contours for analysis in later acripts

tw_source_finder.generate_mask_polygons.main(argv)[source]
class tw_source_finder.generate_mask_polygons.make_polygon(hdu, mask, morph_signal, file_name)[source]

Bases: object

__init__(hdu, mask, morph_signal, file_name)[source]
compare_fields()[source]
onclick(event)[source]
write(d=None)[source]