Skip to content

[WIP] Propagate all information (FITS headers) when creating a new object.

Simon Conseil requested to merge propagate-header into master

Headers are not propagated when creating for example an image from a cube. More generally, to simplify the creation of a new object with the same attributes as another one, I added a DataArray.from_obj class method. Does it seem good ?

I will check if it can be used at other places.

Merge request reports