astro-datalab / fits2db

2 stars 3 forks source link

support multidimensional array columns #9

Closed iglesu closed 1 year ago

iglesu commented 1 year ago

Currently we support only one dimension, but fits and Postgres allow multidimensional arrays.

iglesu commented 1 year ago

I can be argued the code already supports multidimensional arrays, only that it flattens it to one dimension.

so for 3 dim array the value i, j, k, in the one dimension will be the value in cell ijk

Implementing a full multidimensional solution would imply too many changes, so I'm closing this issue.