Skip to content

AFNI/NIfTI Server

Sections
Personal tools
You are here: Home » AFNI » Documentation

Doxygen Source Code Documentation


Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals   Search  

pcor.h File Reference

#include <stdlib.h>
#include <stdio.h>
#include <math.h>

Go to the source code of this file.


Data Structures

struct  references
struct  thresh_result
struct  voxel_corr

Defines

#define SQR(x)   ((x)*(x))
#define MAX(x, y)   (((x)>(y)) ? (x) : (y))
#define MIN(x, y)   (((x)<(y)) ? (x) : (y))
#define EXPAND_UPDATE
#define REF_EPS   1.0e-13
#define RCH(rr, ii, jj)   (rr->chol[(ii)][(jj)])
#define VCH(vv, vox, jj)   (vv->chrow[(jj)+(vox)*(vv->nref+1)])

Typedefs

typedef double ref_float
typedef float vox_data

Functions

referencesnew_references ()
void update_references ()
voxel_corrnew_voxel_corr ()
void free_voxel_corr ()
void free_references ()
void update_voxel_corr ()
void get_pcor ()
void get_coef ()
void get_pcor_thresh_coef ()
void get_variances ()
void get_lsqfit ()

Define Documentation

#define EXPAND_UPDATE
 

Definition at line 44 of file pcor.h.

#define MAX x,
y       (((x)>(y)) ? (x) : (y))
 

Definition at line 33 of file pcor.h.

#define MIN x,
y       (((x)<(y)) ? (x) : (y))
 

Definition at line 37 of file pcor.h.

#define RCH rr,
ii,
jj       (rr->chol[(ii)][(jj)])
 

Definition at line 95 of file pcor.h.

#define REF_EPS   1.0e-13
 

Definition at line 56 of file pcor.h.

#define SQR      ((x)*(x))
 

Definition at line 29 of file pcor.h.

#define VCH vv,
vox,
jj       (vv->chrow[(jj)+(vox)*(vv->nref+1)])
 

Definition at line 137 of file pcor.h.


Typedef Documentation

typedef double ref_float
 

Definition at line 55 of file pcor.h.

typedef float vox_data
 

Definition at line 65 of file pcor.h.


Function Documentation

void free_references  
 

Referenced by main().

void free_voxel_corr  
 

Referenced by main().

void get_coef  
 

Referenced by main().

void get_lsqfit  
 

Referenced by main().

void get_pcor  
 

Referenced by main().

void get_pcor_thresh_coef  
 

void get_variances  
 

references* new_references  
 

Referenced by main().

voxel_corr* new_voxel_corr  
 

Referenced by main().

void update_references  
 

Referenced by main().

void update_voxel_corr  
 

Referenced by main().

 

Powered by Plone

This site conforms to the following standards: