project8 / psyllid

Data acquisition package for the ROACH2 system
Other
0 stars 1 forks source link

Truncated FMT Mask Files #27

Closed nsoblath closed 7 years ago

nsoblath commented 7 years ago

The JSON files being output by the FMT node are getting truncated around 73k characters. I attempted to update RapidJSON to fix this, but the problem persisted. It may be writing more characters now, but it's still being truncated. There is no error message associated with the problem.

When running the roach simulator such that the frequency mask is an exact integer, so fewer characters are written, it writes out the entire file.

This was first spotted by Christine on Zeppelin, and I'v e now confirmed it on my mac.

nsoblath commented 7 years ago

This was fixed by switching to YAML output. Not sure what the actual problem was with the JSON.