Jesse Mapel

Results 11 issues of Jesse Mapel

It would be really helpful to have DOIs for each new release. More information about how this can be setup is [here](https://guides.github.com/activities/citable-code/)

The script tests create several files but don't clean them up. There's also the potential for some race conditions if running the tests in a threaded fashion because they all...

Using quaternions causes a lot of issues with correction because they aren't very well behaved and we can't constain them to unit quaternions through the CSM API. Instead we should...

We can't use the standard getopts header because it's not available on windows. Is there some other argument parsing tool we can use for our scripts? Ideally it will be:...

enhancement

Eventually Arecibo was used as the emitter for LRO Mini-RF observations. This complicates the model as now the sensor is not both the emitter and receiver. We'll need to add...

enhancement

From section 5.5 of the 3.0.3 API: > The name of a CSM library must uniquely identify it. It shall be named by concatenating the platform name or abbreviation (e.g....

We tested this back at the end of the original SAR work and everything lined up nicely in stereo. Testing with the dlls from both #313 and #288 on the...

The parameter should be shared for all sensors that are the same physical sensor. CSM supports parameter sharing criteria through the SharingCriteria struct and the following functions: GeometricModel::hasShareableParameters GeometricModel::isParameterShareable GeometricModel::getParameterSharingCriteria

In the ISIS serial number translation logic, the SQLAlchemy model converts the PVL translation string into a [NextedJsonObject](https://github.com/USGS-Astrogeology/plio/blob/master/plio/io/io_db.py#L37) which removes duplicate keys such as the multiple translations. Then, the JSON...

ISIS control networks store covariance matrices in compressed format, just one triangle, because they are symmetric matrices. Here's the actual storage order, numbers indicate index in the storage array and...