ggmichael / craterstats

Craterstats - a tool to analyse and plot crater count data for planetary surface dating
BSD 3-Clause "New" or "Revised" License
31 stars 13 forks source link

Inconsistencies in Setup #22

Closed ColteRodriguez closed 6 months ago

ColteRodriguez commented 6 months ago
  1. $ cd demo works in terminal but /demo doesn't appear to be a subdirectory within craterstats parent directory, only openable with $ open . -- This is fine, but annoying to realize and would have benefitted from some mention in the Readme
  2. The ',' syntax for defining an overplot does not work on Mac OS. Still working this one out
ColteRodriguez commented 6 months ago

Update: ',' overplot syntax does work, but '&' can be misinterpreted as a function call. Easily fixed by passing params as string. E.g:

~ % craterstats -pr hartmann -cs 'h&d2016' --equilibrium hartmann -title Hartmann style plot -subtitle 'with H&D 2016 production function' -isochrons 4s,3.7s,3s,1,.1,.01,.001,1e-4,1e-5,1e-6,1e-7,1e-8,1e-9 -p source=%sample%/Pickering.scc,psym=o

ggmichael commented 6 months ago

/demo is created in the directory where you run 'craterstats -demo'. Made explicit in readme.