DOI-USGS / usgscsm

This repository stores USGS Community Sensor Model (CSM) camera models
Other
26 stars 33 forks source link

Initialize m_startingDetectorLine #428

Closed oleg-alexandrov closed 1 year ago

oleg-alexandrov commented 1 year ago

This is a housekeeping fix. The variable m_startingDetectorLine was not being initialized during the reset() call. Normally that's not an issue if the linescan model is being read from an isd, but may be an issue if it is created from scratch. Now this is also going to be consistent with m_startingDetectorSample (line right above).

jessemapel commented 1 year ago

@oleg-alexandrov Can you pull in the most recent changes so CI runs on this. It should be totally fine, but I just want to double check.

oleg-alexandrov commented 1 year ago

I did.