Main Neurospaces logo neurospaces 0.1675 Thu, 27 Dec 2007 15:58:18 -0600 hugo

Index of group ./specifications/nineml/loading


Index
Up

loading of nineml files

1. Low-level yaml export of the loaded neuroml

1. Low-level yaml export of the loaded neuroml

Startup command : bin/neurospaces_exchange library/NineML/poissonianSpiker.xml --yaml-stdout --commands export no ndf STDOUT /**


1.1. Does the yamlified XML have the necessary information?

1. Expected output
definition:
  url: http://www.nineml.org/neurons/Poisson.xml
name: E_ext
note:
  text: Poisson input (page 185)
properties:
  random:
    reference: NineML/RNG
  rate:
    unit: Hz
    value: 10

1.2. Is the exported NDF valid?

1. Expected output
#!neurospacesparse
// -*- NEUROSPACES -*-

NEUROSPACES NDF

IMPORT
END IMPORT

PRIVATE_MODELS
  RANDOMVALUE NineML/RNG
    PARAMETERS
      PARAMETER ( RANDOMSEED = 452145 ),
    END PARAMETERS
  END RANDOMVALUE
END PRIVATE_MODELS

PUBLIC_MODELS
  FIBER E_ext
    PARAMETERS
      PARAMETER ( RATE = 10 ),
    END PARAMETERS
    CHILD NineML/RNG NineML/RNG
    END CHILD
  END FIBER
END PUBLIC_MODELS