Closed esheldon closed 1 year ago
Currently we always return rows in sorted order rather than requested order.
E.g. rows=[5, 2, 1] would return in order [1, 2, 5]
Fix this to return in the users requested order.
also support duplicates in the requested list rather than use unique. This is not a performance problem because cfitsio uses cacheing
Currently we always return rows in sorted order rather than requested order.
E.g. rows=[5, 2, 1] would return in order [1, 2, 5]
Fix this to return in the users requested order.
also support duplicates in the requested list rather than use unique. This is not a performance problem because cfitsio uses cacheing