opencadc / caom2

Common Archive Observation Model
GNU Affero General Public License v3.0
5 stars 11 forks source link

invalid combination of naxis values in Chunk passes WCS validation #85

Closed pdowler closed 4 years ago

pdowler commented 6 years ago

Chunk.naxis=3 positionAxis1=null positionAxis2=null energyAxis=null timeAxis=3 time =

This should fail because no axes are assigned to specified as 1 and 2.

pdowler commented 6 years ago

Sane axis layout should be checked in CaomWCSValidator.validateChunk... before checking the individual WCS solutions

pdowler commented 4 years ago

fixed in caom2-compute-2.4.2