openworm / tracker-commons

Compilation of information and code bases related to open-source trackers for C. elegans
11 stars 12 forks source link

Large WCON example missing "cx" and "cy" entries #62

Closed MichaelCurrie closed 8 years ago

MichaelCurrie commented 8 years ago

The WCON file here (Google Drive) and here (DropBox) is missing "cx" and "cy" units entries.

    "lab": { "PI": "Kerr", "location": "Janelia Farm Research Campus" },
    "protocol": [
      "Chemotaxis + tap assay",
      "Ask Rex for details"
    ],
    "software": [
      { "name": "MWT", "version": "1.3" },
      { "featureID": "@XJ", "name": "Choreography", "version": "1.3" }
    ],
    "stage": "adult",
    "strain": "N2",
    "who": "Rex Kerr"
  },
  "units": { "age": "hr", "t": "s", "taps": "s", "x": "mm", "y": "mm", "cx":"mm", "cy":"mm" }
}
MichaelCurrie commented 8 years ago

I've added them now.