DOI-USGS / ISIS3

Integrated Software for Imagers and Spectrometers v3. ISIS3 is a digital image processing software package to manipulate imagery collected by current and past NASA and International planetary missions.
https://isis.astrogeology.usgs.gov
Other
200 stars 168 forks source link

Remove restrictive validity check in caminfo #5553

Closed AustinSanders closed 3 months ago

AustinSanders commented 4 months ago

Description

Removes polygon->isValid check. This check is unnecessary, and it does not allow the program to call FixGeometry on the polygon. Multiple validity checks are performed later in Despike, which is part of the control flow of this process.

Related Issue

Closes #5520

How Has This Been Validated?

Program runs to completion on 8.2.0_RC2. PVL was verified against a previous version (8.0.0). All values are the same except emission/incidence angles (which is an expected difference between 8.2.x and 8.0.x, and the footprint values are shifted by 1, i.e. the Polygon values are identical, but the order is slightly different.

Polygons were verified through geos::geom::Polygon::normalize() -- the new values conform to the standard.

Types of changes

Checklist:

Licensing

This project is mostly composed of free and unencumbered software released into the public domain, and we are unlikely to accept contributions that are not also released into the public domain. Somewhere near the top of each file should have these words:

This work is free and unencumbered software released into the public domain. In jurisdictions that recognize copyright laws, the author or authors of this software dedicate any and all copyright interest in the software to the public domain.