Basic examples don't run
Trying to follow http://iancze.github.io/Starfish/current/example_wasp14.html :
When I use the 20-line example "YAML" file listed in "Just getting set up," and run "star.py --run_index 1", I get errors like
"KeyError: 'parname' "... because (I think) there is no 'parname' field in that 20-line example. From looking at other parts of the online documentation I was able to fill in some of the gaps, but am stuck at "KeyError: 'Phi'" because I'm not sure how "Phi" should be set.
So: it seems like the example YAML is missing key lines, preventing even this first, simplest example from running.
Since the wasp example was written the config.yaml file has change a couple of times.
Possibly try this config.yaml from the repo in 2015 803e5eb4e10149c15.
There may need to be a separate config.yaml for the wasp example kept separate from the main config.yaml that is subject to change.... and the documentation update to reflect that.