karpov-sv / stdpipe

Simple Transient Detection Pipeline
https://stdpipe.readthedocs.io
MIT License
12 stars 8 forks source link

cutouts #10

Closed mcoughlin closed 1 year ago

mcoughlin commented 1 year ago

It would be nice if there was an option to overlay a circular aperture indicating the object in the center of the cutout.

karpov-sv commented 1 year ago

There is already a set of options for overlaying a circle onto all cutouts in plot_cutout() - mark_x, mark_y, mark_r. Currently it only works in pixel coordinates, and the color/linewidth are hardcoded. Do you need more configurability for it?

karpov-sv commented 1 year ago

A bit more control added in 081ba9aa9448bc0e4675a52ef1fdb16e9c8d9f99

mcoughlin commented 1 year ago

It's great, thanks @karpov-sv