askap-vast / vast-tools

A collection of tools that are useful for the VAST project and for exploration of results from the VAST Pipeline.
https://vast-survey.org/vast-tools/
MIT License
8 stars 0 forks source link

Source.plot_lightcurve(): Make forced extractions clearer #200

Closed ddobie closed 4 years ago

ddobie commented 4 years ago

Currently the only distinction between selavy measurements and forced extractions is a circle vs diamond marker. This is not conducive to quickly flicking through lightcurves searching for interesting sources.

I propose we replace we make the distinction clearer by using open markers for forced extractions. It may also be useful to increase the marker size slightly.

ajstewart commented 4 years ago

I thought this as well, actually that's why the markerfillcolor options are in the code, I forget why I didn't turn this on now.

ajstewart commented 4 years ago

I remember now, I'm an idiot I was using None and so the errors bars showed up behind. Of course I should have just used 'white'...