MickaelRigault / pysedm

Data Reduction Pipeline for the SEDmachine
Apache License 2.0
9 stars 6 forks source link

cube.index_to_xy() > cube.id_to_xy() ?? #12

Open Young-Lo opened 4 years ago

Young-Lo commented 4 years ago

I think it should be cube.id_to_xy().

Young-Lo commented 4 years ago

And cube.indexes returns spaxel IDs, not indexes. It returns like array([ 19, 20, 21, ..., 1564, 1568, 1569]).