natverse / neuprintr

R client utilities for interacting with the neuPrint connectome analysis service
http://natverse.org/neuprintr
3 stars 3 forks source link

Update bodyId related documentation #74

Closed SridharJagannathan closed 4 years ago

SridharJagannathan commented 4 years ago

The documentation (http://natverse.org/neuprintr/articles/customquery.html#body-ids) mentions that the max value of bodyids can go upto (2^64)-1, which assumes that the bodyid is of type uint64, however a closer look at the docs (https://neuprint.janelia.org/public/neuprintuserguide_012420.pdf) mentions that bodyId: int64 which means that it follows signed representation and hence the max value can go up to (2^63)-1 which is equal to 9223372036854775807 More evidence from json specs here (https://github.com/connectome-neuprint/neuPrint/blob/b60062e60467ba0fcaf2c174edb9fa38c142787f/jsonspecs.md)