astronomy-commons / lsdb

Large Survey DataBase
https://lsdb.io
BSD 3-Clause "New" or "Revised" License
19 stars 5 forks source link

Output of skymap should be a numpy array #211

Closed nevencaplar closed 7 months ago

nevencaplar commented 8 months ago

Refactor skymap so that the output is a numpy array that can be used a result in its own right, as well as sent for plotting. For an example of desired functionality, please consult https://github.com/mjuric/incubator/blob/master/lsdb/lsdb-dataframes.ipynb (e.g., cell 13).

nevencaplar commented 8 months ago

It might be better to have skymap.histogram or skymap_histogram being a numpy array containing the ``histogram;; and keep the skymap (being a map) a figure.

smcguire-cmu commented 7 months ago

closed in #245