Qianqian Fang

Results 71 comments of Qianqian Fang

I just want to let everyone know I am currently working on a new neuroimaging data interchange format, called JNIfTI. My current draft of the file specification can be found...

@danhambleton, do you mind sharing your lines for the remeshing work? just want to get some ideas how to apply the remesh feature after a boolean operation. thanks!

FYI, the remesh function is now exposed in my fork as `-remesh in out`, also double-dash commands, like `--command`, apply a remesh to the boolean output, see https://github.com/fangq/cork/commit/33bea813f6936f55ec4b2b12ae55f4c878bbc105

I am interested in developing couchdb/nosql databases for storing hierarchical scientific data - for example, imaging data of different binary types, dimensions, with/without compression - I've developed specifications to enable...

just a quick update - I just received a 5-year (U24) grant from the NIH (National Institute of Heath) to help migrate a vast field of neuroimaging software and data...

thanks @wohali for the heads up - not necessarily related to supporting UBJSON/msgpack, just for the kind of data I work with, attachment feature will be necessary- so I hope...

@schoffelen and @robertoostenveld, please see my above PR. This lightweight patch allows fieldtrip to read and write basic JMesh files. The JMesh spec supports [various shape and mesh constructs](https://github.com/NeuroJSON/jmesh/blob/master/JMesh_specification.md#mesh-data-keywords), but...

@schoffelen, with a quick look at #2183, I don't see any potential conflicts (they are under separate `case` and `elseif`), and git should merge smoothly. from reading the code you...

@schoffelen, thanks for the detailed explanation. I just pushed [this commit](https://github.com/fieldtrip/fieldtrip/pull/2187/commits/b72df177a959855da4b37883dd311bdf0e83ae6e) to PR #2187, adding `shape.orig` and `shape.hex`

@robertoostenveld, I mapped additional fields in [this commit](https://github.com/fieldtrip/fieldtrip/pull/2187/commits/95b1ad3b337d5fd18177e1d49d5248ac12cac4a1) * `MeshEdge` -> `shape.line` * `MeshPLC` -> `shape.poly` for `color`, I wonder what format does FT expect? I can translate [`MeshVertex3.Properties.Color`](https://github.com/NeuroJSON/jmesh/blob/master/JMesh_specification.md#color) if...