LSSTDESC / tables_io

A small package to provide tools to read / write and convert tabular data for DESC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add utilities to manipulate dictionaries of numpy arrays.

eacharles opened this issue · comments

The idea is NOT to reproduce lots of table functionality, if people want that they should use tables.
But rather to provide a few very key functions:

  • printShape(odict)
  • slice(odict, theSlice)
  • vstack(odicts)

Done in #12