spacetelescope / stginga

Ginga products specific to STScI data analysis.
https://stginga.readthedocs.io
BSD 3-Clause "New" or "Revised" License
6 stars 10 forks source link

Have MIPick coexists with Pick #97

Closed pllim closed 8 years ago

pllim commented 8 years ago

I think as a side effect of #63, if I have both Pick (parent class) and MIPick (subclass) up at the same time, one of them does not work. Need to sort this out. But not critical because no one would try this, right, right?

ejeschke commented 8 years ago

I think they should work. The MPick instance should have its own copy of everything. They would be sharing some of the same names for tags, but those should be on different canvases, so no problem.

Can you explain how it does not work? Is there an error message?

pllim commented 8 years ago

I think it's because I use the same layer tag. I'll see if renaming the layer tag in subclass would work. I don't think the fix will be complicated.

ejeschke commented 8 years ago

Yeah, that sounds right.