Commit 48b0a52e4801a384e2d2bd7173489ce38d51958a

Authored by Baptiste Cecconi
1 parent ac3f0179
Exists in master

smala other fixes

Showing 1 changed file with 3 additions and 2 deletions   Show diff stats
CDF_spec.md
... ... @@ -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  
... ... @@ -418,3 +418,4 @@ type: CDF_UINT1
418 418 > 255
419 419  
420 420 ### UCD
  421 +
... ...