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
Most of the FITS libraries provide a copy function that allows cloning the header/data/whole HDU. Our FITS module doesn't have that convenience function. The required functionality is already present in the codebase but is not directly exposed to the user. A convenience function for HDU and its parts would be of great convenience to the users of our library.
The text was updated successfully, but these errors were encountered:
Most of the FITS libraries provide a copy function that allows cloning the header/data/whole HDU. Our FITS module doesn't have that convenience function. The required functionality is already present in the codebase but is not directly exposed to the user. A convenience function for HDU and its parts would be of great convenience to the users of our library.
The text was updated successfully, but these errors were encountered: