DOI-USGS / usgscsm

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

Remove the dependency on getopt.h #380

Closed oleg-alexandrov closed 2 years ago

oleg-alexandrov commented 2 years ago

I added some simple parsing which assumes each option has only one value. We could incorporate getopt.h into the code but that one is GPL, which can be problematic. This seems to work. Let's see how the windows build is working out.

oleg-alexandrov commented 2 years ago

I think it made it. Now, it look that the recent logic Jessie put in, related to OrbitalPushFrameSensorModel, is making some tests fail. But nothing related to the tool I am adding.

oleg-alexandrov commented 2 years ago

Thanks for the merge. Discussion to be continued at https://github.com/USGS-Astrogeology/usgscsm/issues/381.