代码搜索:VMP
找到约 43 项符合「VMP」的源代码
代码结果 43
www.eeworm.com/read/349902/10786661
bff vmp.bff
# BinaryFileFormat (leave this tag as its own magic token!)
# BVQX file format for *.VMP files (Volumetric MaP)
# VMP FileVersions supported: 2, 3, 4, 5
#
# Added new VMP (old CMP) support of BV
www.eeworm.com/read/349902/10786884
m vmp_converttonatres.m
function hfile = vmp_ConvertToNatRes(hfile, res)
% VMP::ConvertToNatRes - convert to native resolution map
%
% FORMAT: [vmp] = vmp.ConvertToNatRes([res]);
%
% Input fields:
%
% res
www.eeworm.com/read/349902/10786906
m vmp_makehiresvmp.m
function hvmp = vmp_MakeHiResVMP(hfile, mapno)
% VMP::MakeHiResVMP - convert one of the VMP maps to hi-res
%
% FORMAT: hvmp = vmp.MakeHiResVMP([mapno])
%
% Input fields:
%
% mapno
www.eeworm.com/read/349902/10786929
m vmp_importspmmaps.m
function hfile = vmp_ImportSPMMaps(hfile, maps, opts)
% VMP::ImportSPMMaps - import SPM based maps from Analzye/NIftI files
%
% FORMAT: vmp.ImportSPMMaps(maps [, opts])
%
% Input fields:
www.eeworm.com/read/349902/10786938
m vmp_createsmp.m
function smp = vmp_CreateSMP(hfile, srf, opts)
% VMP::CreateSMP - sample SMPs from the maps in a VMP
%
% FORMAT: smp = vmp.CreateSMP(srf, opts)
%
% Input fields:
%
% srf re
www.eeworm.com/read/349902/10786941
m vmp_clustertable.m
function [cs, ctab, vmp] = vmp_ClusterTable(hfile, mapno, threshold, opts)
% VMP::StatsTable - generate a table with clusters
%
% FORMAT: [cs, ctab, v] = vmp.ClusterTable(mapno [, thresh [,
www.eeworm.com/read/349902/10787019
m vmp_savesubset.m
function hfile2 = vmp_SaveSubset(hfile, sset, nfilename)
% VMP::SaveSubset - save a subset of maps to a new file
%
% FORMAT: [subset] = vmp.SaveSubset(sset, newfilename)
%
% Input fields:
www.eeworm.com/read/349902/10787022
m vmp_addconjunctionmap.m
function hfile = vmp_AddConjunctionMap(hfile, maps)
% VMP::AddConjunctionMap - add a conjunction map to a VMP
%
% FORMAT: [vmp] = vmp.AddConjunctionMap(maps)
%
% Input fields:
%
%
www.eeworm.com/read/349902/10787053
m vmp_update.m
function hfile = vmp_Update(hfile, F, S, V)
% VMP::Update - called after subsasgn for VMPs
% Version: v0.7b
% Build: 7083012
% Date: Aug-30 2007, 12:12 PM CEST
% Author: Jochen Weber
www.eeworm.com/read/349902/10787057
m vmp_voxelstats.m
function stats = vmp_VoxelStats(hfile, mapno, coords, ctype)
% VMP::VoxelStats - retrieve voxel statistics from map
%
% FORMAT: stats = vmp.VoxelStats(mapno, coords [, ctype])
%
% Input fi