You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
copy_section(hdu, dest, range...) has an argument order reversed from the standard order, where the destination is the first argument. This would be easy to switch and deprecate the old version.
Perhaps the name should be copy_section! or just extend Base.copy!. This is slightly different than Base.copy! because dest::FITS and hdu::ImageHDU are not the same types of things.
The text was updated successfully, but these errors were encountered:
copy_section(hdu, dest, range...)
has an argument order reversed from the standard order, where the destination is the first argument. This would be easy to switch and deprecate the old version.Perhaps the name should be
copy_section!
or just extendBase.copy!
. This is slightly different thanBase.copy!
becausedest::FITS
andhdu::ImageHDU
are not the same types of things.The text was updated successfully, but these errors were encountered: