Commit e681de95742aa22ce03b1375aa838142d6f505d3
Exists in
master
Merge branch 'master' of gitlab1.irap.omp.eu:CDPP/CDF_tools
Showing
1 changed file
with
7 additions
and
6 deletions
Show diff stats
specs/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 | |
... | ... | @@ -249,7 +249,7 @@ The value of node `NumericalData/ResourceHeader/AlternateName`, from the SPASE f |
249 | 249 | > |
250 | 250 | > Saturn |
251 | 251 | |
252 | -### Observation_type | |
252 | +### PDS_Observation_type | |
253 | 253 | |
254 | 254 | Look for the child node in `NumericalData/Parameter` node, from the SPASE file *NumericalData* corresponding to the granule. |
255 | 255 | |
... | ... | @@ -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 | |
... | ... | @@ -424,3 +424,4 @@ type: CDF_UINT1 |
424 | 424 | > 255 |
425 | 425 | |
426 | 426 | ### UCD |
427 | + | ... | ... |