Commit 36233ebbc901247dd3eb04e315b7da8260be3275
Exists in
master
Merge branch 'edit_BC' into 'master'
Edit bc See merge request !2
Showing
1 changed file
with
6 additions
and
5 deletions
Show diff stats
CDF_spec.md
... | ... | @@ -38,11 +38,11 @@ Instrument name |
38 | 38 | |
39 | 39 | ### Discipline |
40 | 40 | |
41 | -- If target name is `sun` or `earth` : ***Space Physics*** | |
41 | +- If target name is `Sun` or `Earth` : ***Space Physics*** | |
42 | 42 | - otherwise, look for node value of `NumericalData/ObservedRegion` from the *NumericalData* SPASE file corresponding to the granule: |
43 | - - if it's `Magnetosphere`: ***Space Physics>Magnetospheric Science***; | |
44 | - - if it's `NearSurface`: ***Space Physics>Ionospheric Science***; | |
45 | - - if it's `Heliosphere`: ***Space Physics>Interplanetary Studies***. | |
43 | + - if it contains `Magnetosphere`: ***Space Physics>Magnetospheric Science***; | |
44 | + - if it contains `NearSurface`: ***Space Physics>Ionospheric Science***; | |
45 | + - if it contains `Heliosphere`: ***Space Physics>Interplanetary Studies***. | |
46 | 46 | |
47 | 47 | ### Generated_by |
48 | 48 | |
... | ... | @@ -276,7 +276,7 @@ Add other epn-core parameters, with `VESPA_` prefix, only if: |
276 | 276 | |
277 | 277 | See [the ISTP guidelines for variables](https://spdf.gsfc.nasa.gov/istp_guide/variables.html). |
278 | 278 | |
279 | -To create new variables with [spacepy.pycdf)(http://pythonhosted.org/SpacePy/pycdf.html), use [cdf.new()](http://pythonhosted.org/SpacePy/autosummary/spacepy.pycdf.CDF.html#spacepy.pycdf.CDF.new) and not `attr[]`. | |
279 | +To create new variables with [spacepy.pycdf](http://pythonhosted.org/SpacePy/pycdf.html), use [cdf.new()](http://pythonhosted.org/SpacePy/autosummary/spacepy.pycdf.CDF.html#spacepy.pycdf.CDF.new) and not `attr[]`. | |
280 | 280 | |
281 | 281 | To name variables, use the `NumericalData/Parameter/ParameterKey` parameter from the SPASE file. |
282 | 282 | |
... | ... | @@ -418,3 +418,4 @@ type: CDF_UINT1 |
418 | 418 | > 255 |
419 | 419 | |
420 | 420 | ### UCD |
421 | + | ... | ... |