openworm / tracker-commons

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

Usage examples are minimal / missing #111

Closed Ichoran closed 7 years ago

Ichoran commented 8 years ago

There are very few examples of using the WCON reader/writers to do anything. Every language should have a few examples. Better yet, every language should have the same examples.

Some ideas for small examples on a real data set:

I don't think we need all of these, but something that shows basic data extraction and writing would be valuable.

cheelee commented 8 years ago

I think those are great examples. And if we have the owat visualizers ready to use WCON data, that last example will be very nice. I'll go ahead and adopt a subset of those example ideas for Octave, C, and C++ once they are ready. C++ will probably be the lowest-hanging fruit.

Ichoran commented 7 years ago

Closing this in favor of a more extensive yet less ambitious set of possible examples in #141 (which adhere more strictly to just what WCON encodes and requires less non-WCON coding to produce a result).