Goals: Add links that are reasonable and good explanations of how stuff works. No hype and no vendor content if possible. Practical first-hand accounts of models in prod eagerly sought.
| from functools import partial | |
| import dateutil.parser as dup | |
| import spacepy.datamodel as dm | |
| def read_list(fname='richardson_cane_ICME_list.txt'): | |
| """Read Richardson-Cane ICME list from file | |
| Parameters | |
| ---------- |