dendrograms / astrodendro

Generate a dendrogram from a dataset
https://dendrograms.readthedocs.io/
Other
37 stars 38 forks source link

get_mask should default to shape of generating image #83

Closed keflavich closed 10 years ago

keflavich commented 10 years ago

While it is possible to have a dendrogram structure without the image it is generated from, it makes sense to have the structure know at least about the shape of the image from which it was generated. The pixel coordinates within each node don't really make sense without that information.

get_mask() should work by default.

astrofrog commented 10 years ago

Working on this now

astrofrog commented 10 years ago

@keflavich - done!

keflavich commented 10 years ago

Excellent. :+1:.

ChrisBeaumont commented 10 years ago

Looks good.