davidcsterratt / retistruct

Computational reconstruction and transformation of flattened retinae
http://davidcsterratt.github.io/retistruct/
7 stars 7 forks source link

CSV format should read files containing counts #7

Closed davidcsterratt closed 7 years ago

davidcsterratt commented 8 years ago

In correspondence with Nicolas Nagloo, it's emerged that it would be good to read in "grouped" data when using the CSV format. Retistruct can already deal with this data, and interpolate it. I propose that such data is stored in a file "datacounts.csv", a mulitiple of three-column file, in the format:

dataset1-name,dataset1-colour,,dataset2-name,dataset2-colour,...
X1[1],Y1[2],Value1[2],X2[2],Y2[2],Value2[2]
X1[2],Y1[2],Value1[2],X2[2],Y2[2],Value2[2]