Jesse Mapel

Results 20 comments of Jesse Mapel

We've seen SPICE errors from concurrent kernel pool reads using bodvar_c, so I don't think it's safe to just lock kernel loading and unloading.

You want the [FetchContent](https://cmake.org/cmake/help/latest/module/FetchContent.html) function in cmake. It allows you to download stuff like git repos and release tarballs and then hook into any cmake files located in them. CSPICE...

There's a few obvious approaches here: 1. Add an optional scale keyword to the ISD 2. Modify the ISD parameters to "double" the pixel sizes Either of this would require...

A whole bunch of stereo testing examples can be found here: https://github.com/USGS-Astrogeology/usgscsm/wiki/CSM-Stereo-Testing-Examples There's also test results on Knoten https://github.com/USGS-Astrogeology/knoten Some of the notebooks also have processing steps for going from...

The ALE README has some basic instructions for load/loads https://github.com/USGS-Astrogeology/ale The ALE docs also have some more information about data setup https://ale.readthedocs.io/en/latest/tutorials/quick_start.html

ASP's CSM documentation https://stereopipeline.readthedocs.io/en/latest/examples.html#community-sensor-model-csm

LRO WAC instructions https://github.com/USGS-Astrogeology/usgscsm/issues/365#issuecomment-1115097769

@sminster Would it be possible to get the script for the def file? We can't get successful builds with the new cmake system without it. I'm currently trying to get...

@sminster :+1: great thank you!

CMake has a convenient flag that does all of this for you, [WINDOWS_EXPORT_ALL_SYMBOLS](https://cmake.org/cmake/help/latest/prop_tgt/WINDOWS_EXPORT_ALL_SYMBOLS.html#prop_tgt:WINDOWS_EXPORT_ALL_SYMBOLS). You don't even need macros in the source code for it.