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
Is there any reason why :naxis isn't included in setproperty!? For example I'm interested in a function like sub(n) in astropy.wcs that truncates the axes. It looks like the easiest way to implement this is to change naxis because everything else references that in getproperty, but I can't do that with setproperty! and had to call setfield!, so I wonder if there's some consideration behind the choice that I'm not aware of, or maybe that could be easily added? Thanks so much!
The text was updated successfully, but these errors were encountered:
Is there any reason why
:naxis
isn't included insetproperty!
? For example I'm interested in a function like sub(n) in astropy.wcs that truncates the axes. It looks like the easiest way to implement this is to changenaxis
because everything else references that ingetproperty
, but I can't do that withsetproperty!
and had to callsetfield!
, so I wonder if there's some consideration behind the choice that I'm not aware of, or maybe that could be easily added? Thanks so much!The text was updated successfully, but these errors were encountered: