igmhub / picca

set of tools for continuum fitting, correlation function calculation, cosmological fits...
GNU General Public License v3.0
29 stars 22 forks source link

ImageHDU as default format #955

Closed cramirezpe closed 1 year ago

cramirezpe commented 1 year ago

Had to change tests to force old format on them.

cramirezpe commented 1 year ago

I've updated the tutorial.

Tests that were made using the old method are still there, I've just changed the config file so they continue using the old BinTableHDU method. For ImageHDU, we generated a specific test.

So, most of the tests are still using BinTableHDU. If we are going to keep it indefinitely this should work.

Waelthus commented 1 year ago

Yes, this should be ok as long as we have at least one test checking that the default format works ok... Elsewise, I think the "examples" files need an update as well (i.e. the Pk1d versions there should use the old format, the BAO versions the new one)...