steo85it / pyxover

Altimetry Analysis Tools For Planetary Geodesy
GNU General Public License v3.0
3 stars 3 forks source link

Flexibility for the SPICE kernels list #6

Closed wdesprats closed 1 year ago

wdesprats commented 1 year ago

The kernels to be load are currently to be listed in a file named mymeta. In case a user wants to use different kernels, which are ambiguous (same timespan, same probe ...), the mymeta file has to be actively externally modified, which can be cumbersome, and dangerous in case of several runs in parallel.

I would recommend to passe the name of the mymeta file as an option (XovOpt), or to directly add a list of kernels in the options (keeping a rather general mymeta).

steo85it commented 1 year ago

This sounds reasonable and quite easy to address as you suggest (adding a XovOpt['spice_meta'] option to the config file). Will do asap (or feel free to).

wdesprats commented 1 year ago

Already did it yesterday (with this exact option name). I will soon commit it.

steo85it commented 1 year ago

closed by 3ee54cf