BEAST-Fitting / beast

Bayesian Extinction And Stellar Tool
http://beast.readthedocs.io
23 stars 34 forks source link

Create diagonal shapely boxes #707

Open christinawlindberg opened 3 years ago

christinawlindberg commented 3 years ago

Need to implement diagonal shapely boxes, as a response to Issue #704 in order to preserve the xy functionality of make_ast_xy_list.py.

karllark commented 2 years ago

Is this a duplicate of #704 now?

christinawlindberg commented 2 years ago

Not really. For #704, I ended up just switching the coordinates the BEAST drew the boundaries in. Now it tries drawing it in RA/Dec first and then x/y second. The xy functionality is still broken though.

karllark commented 2 years ago

So is #704 an issue that can/should be closed?