dendrograms / astrodendro

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

Trim index_map at the end of compute #18

Closed ChrisBeaumont closed 11 years ago

ChrisBeaumont commented 11 years ago

Dendrogram.index_map gives the structure ID at each pixel. This map is created with a 1 pixel border within compute, for edge-checking reasons. However, this border should probably be removed at the end of compute. Otherwise, the node_at behavior is broken.

astrofrog commented 11 years ago

Oh, good point. I can submit a PR for the once #17 is done.

astrofrog commented 11 years ago

I think this can be closed since it was done as part of #20?

ChrisBeaumont commented 11 years ago

Yep, closing