top | previous

Create an FSGD file

The FSGDF format uses tags to identify information, as shown below (this is just for example, and not something that can be made from the tutorial data):

  Example of a legal file:
  ------------------------- cut here ------------------
  GroupDescriptorFile 1
  Title MyTitle
  Class Class1 plus blue
  Class Class2 circle green
  Variables             Age  Weight   IQ
  Input subjid1 Class1   10    100   1000
  Input subjid2 Class2   20    200   2000
  #Input subjid3 Class2   20    200   2000
  DefaultVariable Age
  ------------------------- cut here ------------------

Notes:

General rules:

FsTutorial/CreateFsgdFile (last edited 2008-04-29 11:46:13 by localhost)