sot / proseco

Probabilistic star evaluation and catalog optimization
https://sot.github.io/proseco
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Set stars for plot() if needed #290

Closed jeanconn closed 5 years ago

jeanconn commented 5 years ago

Set stars for plot() if needed

taldcroft commented 5 years ago

I wanted to completely re-work the stars attribute handling in a fashion similar to dark, but it turns out to be slightly trickier and I punted. Did you want this for 4.4?

taldcroft commented 5 years ago

But to be clear getting the stars attribute automatically working and getting rid of set_stars() is a priority.

jeanconn commented 5 years ago

Not critical for 4.4, I just wasn't sure if there was any reason not to throw something like this in for the time being. But given that the use case is mostly so I can make debugging plots, there's no rush now that I'm comfortable with just doing

aca.set_stars()
aca.plot()

on a pickle-loaded catalog as needed.