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
It is also not a standard fits keyword and doesn't appear to be produced by astropy.
I don't see how this could be produced by adding it to a schema since it contains a count of the number of extensions in the file.
Supporting this would require changes to stdatamodels when it produces the hdulist. After the hdulist is produced (and the count is determined) the NEXTEND keyword could be filled in.
Alternatively this could be dropped from the keyword dictionary.
The text was updated successfully, but these errors were encountered:
NEXTEND is listed in the keyword dictionary.
It is also not a standard fits keyword and doesn't appear to be produced by astropy.
I don't see how this could be produced by adding it to a schema since it contains a count of the number of extensions in the file.
Supporting this would require changes to stdatamodels when it produces the hdulist. After the hdulist is produced (and the count is determined) the NEXTEND keyword could be filled in.
Alternatively this could be dropped from the keyword dictionary.
The text was updated successfully, but these errors were encountered: