Doxygen Source Code Documentation
Info_1D.m File Reference
Go to the source code of this file.
Functions | |
if (isempty(v)) | |
fprintf (2,'Error%s:\nEmpty M.\n', FuncName) | |
end some fake Info stuff | if (nargin==2) |
Variables | |
function [err, Info] | |
an Info structure for a D file To use with WriteBrik Specify name if you want Info RootName and Info Extension_1D to be filled out | otherwise |
an Info structure for a D file To use with WriteBrik Specify name if you want Info RootName and Info Extension_1D to be filled out you can do that on your own later see also | Read_1D |
an Info structure for a D file To use with WriteBrik Specify name if you want Info RootName and Info Extension_1D to be filled out you can do that on your own later see also | BrikLoad |
an Info structure for a D file To use with WriteBrik Specify name if you want Info RootName and Info Extension_1D to be filled out you can do that on your own later see also and BrikInfo Ziad S Saad ziad nih | gov |
an Info structure for a D file To use with WriteBrik Specify name if you want Info RootName and Info Extension_1D to be filled out you can do that on your own later see also and BrikInfo Ziad S Saad ziad nih SSCC NIMH NIH USA | FuncName = 'Info_1D' |
err = 1 | |
Info = [] | |
return | |
end some fake Info stuff else | fname = Remove1DExtension(fname) '' |
Info | RootName = '' |
Info | Extension_1D = '' |
end Info | TypeName = '' |
Info | TypeBytes = 0 |
Info | Orientation = '' |
Info | ByteOrder = '' |
Info | FileFormat = '1D' |
Info | DATASET_DIMENSIONS = [size(v, 1) 1 1 0 0] |
Info | DATASET_RANK = [3 size(v,2) 0 0 0 0 0 0] |
Info | BRICK_TYPES = [] |
Info | BRICK_STATS = [] |
Info | BRICK_FLOAT_FACS = '' |
Info | BYTEORDER_STRING = '' |
Info | ORIENT_SPECIFIC = [] |
Info | ORIGIN = [0.0 0.0 0.0] |
Info | DELTA = [1 1 1] |
Info | BRICK_LABS = '' |
Info | BRICK_KEYWORDS = '' |
Info | SCENE_DATA = [] |
Info | TYPESTRING = '' |
Info | IDCODE_STRING = '' |
Info | IDCODE_DATE = '' |
Info | BRICK_STATAUX = [] |
Info | STAT_AUX = [] |
Info | HISTORY_NOTE = [] |
Info | IDCODE_ANAT_PARENT = '' |
Function Documentation
|
|
|
|
|
|
Variable Documentation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 282 of file WriteBrik.m. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Initial value: |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|