2931
2931
initially created on 2013/08/17
2932
2932
2933
2933
Format specifications:
2934
- Binary JData (BJData):https://github.com/fangq /bjdata
2934
+ Binary JData (BJData):https://github.com/NeuroJSON /bjdata
2935
2935
UBJSON: https://github.com/ubjson/universal-binary-json
2936
2936
MessagePack: https://github.com/msgpack/msgpack
2937
2937
@@ -3074,7 +3074,7 @@ LOADMSGPACK parses a msgpack byte buffer into Matlab data structures
3074
3074
including uint16(u), uint32(m), uint64(M) and half-precision float (h)
3075
3075
3076
3076
Format specifications:
3077
- Binary JData (BJD): https://github.com/fangq /bjdata
3077
+ Binary JData (BJD): https://github.com/NeuroJSON /bjdata
3078
3078
UBJSON: https://github.com/ubjson/universal-binary-json
3079
3079
MessagePack: https://github.com/msgpack/msgpack
3080
3080
@@ -3430,7 +3430,7 @@ LOADMSGPACK parses a msgpack byte buffer into Matlab data structures
3430
3430
3431
3431
savejmesh(node,face,elem,fname,opt)
3432
3432
3433
- export a mesh to the JMesh format defined in http://github.com/fangq /jmesh
3433
+ export a mesh to the JMesh format defined in http://github.com/NeuroJSON /jmesh
3434
3434
3435
3435
3436
3436
input:
@@ -3469,7 +3469,7 @@ LOADMSGPACK parses a msgpack byte buffer into Matlab data structures
3469
3469
jnii=loadjnifti(inputfile, 'Param1',value1, 'Param2',value2,...)
3470
3470
3471
3471
Load a standard NIFTI-1/2 file or text or binary JNIfTI file with
3472
- format defined in JNIfTI specification: https://github.com/fangq /jnifti
3472
+ format defined in JNIfTI specification: https://github.com/NeuroJSON /jnifti
3473
3473
3474
3474
3475
3475
input:
@@ -3504,7 +3504,7 @@ LOADMSGPACK parses a msgpack byte buffer into Matlab data structures
3504
3504
savejnifti(jnii, outputfile, 'Param1',value1, 'Param2',value2,...)
3505
3505
3506
3506
Save an in-memory JNIfTI structure into a JNIfTI file with format
3507
- defined in JNIfTI specification: https://github.com/fangq /jnifti
3507
+ defined in JNIfTI specification: https://github.com/NeuroJSON /jnifti
3508
3508
3509
3509
3510
3510
input:
@@ -3559,7 +3559,7 @@ LOADMSGPACK parses a msgpack byte buffer into Matlab data structures
3559
3559
img: this is a numerical array to be stored in the NIfTI file
3560
3560
filename: output file name, can have a suffix of '.nii' or '.nii.gz'
3561
3561
if a .gz suffix is used, this function needs the JSONLab
3562
- (http://gitlab.com/fangq/jsonlab) and ZMat (http://gitlab.com/fangq /zmat)
3562
+ (http://gitlab.com/fangq/jsonlab) and ZMat (http://gitlab.com/NeuroJSON /zmat)
3563
3563
to perform the compression.
3564
3564
rawhdr (optional): a struct, as a pre-created/loaded NIfTI header data structure
3565
3565
if rawhdr is 'nifti1' or 'nifti2', this function calls
@@ -3767,7 +3767,7 @@ LOADMSGPACK parses a msgpack byte buffer into Matlab data structures
3767
3767
fname: (optional) output file name; if not given, save to 'jamdata.jamm'
3768
3768
if fname has a '.json' or '.jdt' suffix, a text-based
3769
3769
JSON/JData file will be created (slow); if the suffix is '.jamm' or
3770
- '.jdb', a Binary JData (https://github.com/fangq /bjdata/) file will be created.
3770
+ '.jdb', a Binary JData (https://github.com/NeuroJSON /bjdata/) file will be created.
3771
3771
opt: (optional) a struct to store parsing options, opt can be replaced by
3772
3772
a list of ('param',value) pairs - the param string is equivallent
3773
3773
to a field in opt. opt can have the following
@@ -3868,7 +3868,7 @@ LOADMSGPACK parses a msgpack byte buffer into Matlab data structures
3868
3868
input:
3869
3869
img: set the jnii.NIFTIData section
3870
3870
'header_i': the header subfield name defined in the JNIfTI
3871
- specification, see https://github.com/fangq /jnifti
3871
+ specification, see https://github.com/NeuroJSON /jnifti
3872
3872
value_i: set the value for the specified JNIfTI header field
3873
3873
3874
3874
output:
@@ -3903,7 +3903,7 @@ LOADMSGPACK parses a msgpack byte buffer into Matlab data structures
3903
3903
3904
3904
A fast and portable NIFTI-1/2 and Analyze7.5 file parser and converter
3905
3905
to the text and binary JNIfTI formats defined in JNIfTI specification:
3906
- https://github.com/fangq /jnifti
3906
+ https://github.com/NeuroJSON /jnifti
3907
3907
3908
3908
This function is compatible with both MATLAB and GNU Octave.
3909
3909
It accepts .nii, .nii.gz, .hdr/.img and .hdr.gz/.img.gz input files
@@ -3952,7 +3952,7 @@ LOADMSGPACK parses a msgpack byte buffer into Matlab data structures
3952
3952
No external dependency if reading .nii/.hdr/.img files;
3953
3953
3954
3954
To load gzipped input files (.nii.gz/.hdr.gz/.img.gz), one must
3955
- install the ZMat Toolbox (http://github.com/fangq /zmat) and
3955
+ install the ZMat Toolbox (http://github.com/NeuroJSON /zmat) and
3956
3956
JSONLab Toolbox (http://github.com/fangq/jsonlab);
3957
3957
3958
3958
To save files into the text/binary JNIfTI formatted files, one
@@ -4007,7 +4007,7 @@ LOADMSGPACK parses a msgpack byte buffer into Matlab data structures
4007
4007
dependency:
4008
4008
4009
4009
To load a JNIfTI file with compression or niifile ends with (.nii.gz/.hdr.gz/.img.gz),
4010
- one must install the ZMat Toolbox (http://github.com/fangq /zmat) and
4010
+ one must install the ZMat Toolbox (http://github.com/NeuroJSON /zmat) and
4011
4011
JSONLab Toolbox (http://github.com/fangq/jsonlab);
4012
4012
4013
4013
@@ -4074,7 +4074,7 @@ LOADMSGPACK parses a msgpack byte buffer into Matlab data structures
4074
4074
savebnii(jniidata, bniifile, 'Param1',value1, 'Param2',value2,...)
4075
4075
4076
4076
Save an in-memory JNIfTI structure into a binary-JNIfTI file with format
4077
- defined in JNIfTI specification: https://github.com/fangq /jnifti
4077
+ defined in JNIfTI specification: https://github.com/NeuroJSON /jnifti
4078
4078
4079
4079
4080
4080
input:
@@ -4103,7 +4103,7 @@ LOADMSGPACK parses a msgpack byte buffer into Matlab data structures
4103
4103
savejnii(jniidata, jniifile, 'Param1',value1, 'Param2',value2,...)
4104
4104
4105
4105
Save an in-memory JNIfTI structure into a text-JNIfTI file with format
4106
- defined in JNIfTI specification: https://github.com/fangq /jnifti
4106
+ defined in JNIfTI specification: https://github.com/NeuroJSON /jnifti
4107
4107
4108
4108
4109
4109
input:
@@ -4135,7 +4135,7 @@ LOADMSGPACK parses a msgpack byte buffer into Matlab data structures
4135
4135
Compress a string or numerical array using the ZLIB-compression
4136
4136
4137
4137
This function depends on JVM in MATLAB or, can optionally use the ZMat
4138
- toolbox (http://github.com/fangq /zmat)
4138
+ toolbox (http://github.com/NeuroJSON /zmat)
4139
4139
4140
4140
Copyright (c) 2012, Kota Yamaguchi
4141
4141
URL: https://www.mathworks.com/matlabcentral/fileexchange/39526-byte-encoding-utilities
@@ -4164,7 +4164,7 @@ LOADMSGPACK parses a msgpack byte buffer into Matlab data structures
4164
4164
4165
4165
Decompressing a ZLIB-compressed byte-stream to recover the original data
4166
4166
This function depends on JVM in MATLAB or, can optionally use the ZMat
4167
- toolbox (http://github.com/fangq /zmat)
4167
+ toolbox (http://github.com/NeuroJSON /zmat)
4168
4168
4169
4169
Copyright (c) 2012, Kota Yamaguchi
4170
4170
URL: https://www.mathworks.com/matlabcentral/fileexchange/39526-byte-encoding-utilities
@@ -4197,7 +4197,7 @@ LOADMSGPACK parses a msgpack byte buffer into Matlab data structures
4197
4197
Compress a string or numerical array using the GZIP-compression
4198
4198
4199
4199
This function depends on JVM in MATLAB or, can optionally use the ZMat
4200
- toolbox (http://github.com/fangq /zmat)
4200
+ toolbox (http://github.com/NeuroJSON /zmat)
4201
4201
4202
4202
Copyright (c) 2012, Kota Yamaguchi
4203
4203
URL: https://www.mathworks.com/matlabcentral/fileexchange/39526-byte-encoding-utilities
@@ -4226,7 +4226,7 @@ LOADMSGPACK parses a msgpack byte buffer into Matlab data structures
4226
4226
4227
4227
Decompressing a GZIP-compressed byte-stream to recover the original data
4228
4228
This function depends on JVM in MATLAB or, can optionally use the ZMat
4229
- toolbox (http://github.com/fangq /zmat)
4229
+ toolbox (http://github.com/NeuroJSON /zmat)
4230
4230
4231
4231
Copyright (c) 2012, Kota Yamaguchi
4232
4232
URL: https://www.mathworks.com/matlabcentral/fileexchange/39526-byte-encoding-utilities
@@ -4258,7 +4258,7 @@ LOADMSGPACK parses a msgpack byte buffer into Matlab data structures
4258
4258
4259
4259
Compress a string or a numerical array using LZMA-compression
4260
4260
4261
- This function depends on the ZMat toolbox (http://github.com/fangq /zmat)
4261
+ This function depends on the ZMat toolbox (http://github.com/NeuroJSON /zmat)
4262
4262
4263
4263
4264
4264
input:
@@ -4283,7 +4283,7 @@ LOADMSGPACK parses a msgpack byte buffer into Matlab data structures
4283
4283
output = lzmadecode(input,info)
4284
4284
4285
4285
Decompressing an LZMA-compressed byte-stream to recover the original data
4286
- This function depends on the ZMat toolbox (http://github.com/fangq /zmat)
4286
+ This function depends on the ZMat toolbox (http://github.com/NeuroJSON /zmat)
4287
4287
4288
4288
4289
4289
input:
@@ -4312,7 +4312,7 @@ LOADMSGPACK parses a msgpack byte buffer into Matlab data structures
4312
4312
4313
4313
Compress a string or a numerical array using LZip-compression
4314
4314
4315
- This function depends on the ZMat toolbox (http://github.com/fangq /zmat)
4315
+ This function depends on the ZMat toolbox (http://github.com/NeuroJSON /zmat)
4316
4316
4317
4317
4318
4318
input:
@@ -4337,7 +4337,7 @@ LOADMSGPACK parses a msgpack byte buffer into Matlab data structures
4337
4337
output = lzipdecode(input,info)
4338
4338
4339
4339
Decompressing an Lzip-compressed byte-stream to recover the original data
4340
- This function depends on the ZMat toolbox (http://github.com/fangq /zmat)
4340
+ This function depends on the ZMat toolbox (http://github.com/NeuroJSON /zmat)
4341
4341
4342
4342
4343
4343
input:
@@ -4366,7 +4366,7 @@ LOADMSGPACK parses a msgpack byte buffer into Matlab data structures
4366
4366
4367
4367
Compress a string or a numerical array using LZ4-compression
4368
4368
4369
- This function depends on the ZMat toolbox (http://github.com/fangq /zmat)
4369
+ This function depends on the ZMat toolbox (http://github.com/NeuroJSON /zmat)
4370
4370
4371
4371
4372
4372
input:
@@ -4391,7 +4391,7 @@ LOADMSGPACK parses a msgpack byte buffer into Matlab data structures
4391
4391
output = lz4decode(input,info)
4392
4392
4393
4393
Decompressing an LZ4-compressed byte-stream to recover the original data
4394
- This function depends on the ZMat toolbox (http://github.com/fangq /zmat)
4394
+ This function depends on the ZMat toolbox (http://github.com/NeuroJSON /zmat)
4395
4395
4396
4396
4397
4397
input:
@@ -4420,7 +4420,7 @@ LOADMSGPACK parses a msgpack byte buffer into Matlab data structures
4420
4420
4421
4421
Compress a string or a numerical array using LZ4HC-compression
4422
4422
4423
- This function depends on the ZMat toolbox (http://github.com/fangq /zmat)
4423
+ This function depends on the ZMat toolbox (http://github.com/NeuroJSON /zmat)
4424
4424
4425
4425
4426
4426
input:
@@ -4445,7 +4445,7 @@ LOADMSGPACK parses a msgpack byte buffer into Matlab data structures
4445
4445
output = lz4hcdecode(input,info)
4446
4446
4447
4447
Decompressing an LZ4HC-compressed byte-stream to recover the original data
4448
- This function depends on the ZMat toolbox (http://github.com/fangq /zmat)
4448
+ This function depends on the ZMat toolbox (http://github.com/NeuroJSON /zmat)
4449
4449
4450
4450
4451
4451
input:
@@ -4472,7 +4472,7 @@ LOADMSGPACK parses a msgpack byte buffer into Matlab data structures
4472
4472
4473
4473
Decoding a Base64-encoded byte-stream to recover the original data
4474
4474
This function depends on JVM in MATLAB or, can optionally use the ZMat
4475
- toolbox (http://github.com/fangq /zmat)
4475
+ toolbox (http://github.com/NeuroJSON /zmat)
4476
4476
4477
4477
Copyright (c) 2012, Kota Yamaguchi
4478
4478
URL: https://www.mathworks.com/matlabcentral/fileexchange/39526-byte-encoding-utilities
@@ -4499,7 +4499,7 @@ LOADMSGPACK parses a msgpack byte buffer into Matlab data structures
4499
4499
Encoding a binary vector or array using Base64
4500
4500
4501
4501
This function depends on JVM in MATLAB or, can optionally use the ZMat
4502
- toolbox (http://github.com/fangq /zmat)
4502
+ toolbox (http://github.com/NeuroJSON /zmat)
4503
4503
4504
4504
Copyright (c) 2012, Kota Yamaguchi
4505
4505
URL: https://www.mathworks.com/matlabcentral/fileexchange/39526-byte-encoding-utilities
0 commit comments