data-format.txt 1.1 KB

1234567891011121314151617181920212223242526272829303132333435
  1. The data files are the “event files”, in csv.gz format. They are in folders titled 
  2. • event50-rf12
  3. • event50-rf12s14
  4. • event50-rf12s16
  5. • event50-rf14
  6. • event50-rf14s14
  7. • event50-rf14s16
  8. • event50-rf16
  9. • event50-rf16s14
  10. • event50-rf16s16
  11. • event50-rf18
  12. • event50-rf18s14
  13. • event50-rf18s16
  14. • event50-rg
  15. • event50-rf20s14
  16. • event50-rf20s16
  17. Note: the folders without the "s--" suffix correspond to place field size 15. Also, event50-rg corresponds to mean firing rate 20, place field size 15. 
  18. There are 75000 files in these 15 folders. The total uncompressed size is 27916 MB. 
  19. FORMAT: The file names are in the form described as follows:
  20. eventA-150-f3-f-B-CCCC.csv, where A ranges from 0 to 4 (number of holes in arena), B ranges from 0-9 (corresponding to 10 trials), and CCCC corresponds to the tau value, ranging from 50 to 5000 in steps of size 50. 
  21. Inside each file, the first line is 150, the number of 0-cells. Next, each line has the form
  22. <time>, <add or delete vertex/edge/face>, <list of vertices>
  23. So a line of the form 
  24. 7, ae, 14, 99
  25. means that at time 7, add the edge [14,99].