lmrcSinogramFETnormalizedMap(API)

提供: Eospedia
2014年5月13日 (火) 02:11時点におけるKinoshita (トーク | 投稿記録)による版

(差分) ←前の版 | 最新版 (差分) | 次の版→ (差分)
移動: 案内検索

DataManip/mrcImage/src/lmrcSinogramFETnormalizedMapmrcSinogramFETnormalizedMapのためのAPI です。

定数

構造体

typedef struct lmrcSinogramFETnormalizedMapInfo {
	FILE* In;
	mrcImage* outFET;
	mrcImage* outMAP;
	mrcImage* weight;
	FILE* fptOut;
	FILE* comList;
	int fetz, mapz;
	int flagcomList;
	int flagWeight;
	int flagOutMAP;
	int mode;
	int aatestmode;
}lmrcSinogramFETnormalizedMapInfo;
typedef struct lmrcSinogramFETnormalizedMapAAtestInfo {
	mrcImage* in;
	FILE* comList;
	//mrcImage* out;
	mrcImage* weight;
	int mode;
	int aatestmode;
}lmrcSinogramFETnormalizedMapAAtestInfo; 
typedef struct lmrcSinogramFETnormalizedMapNormalizeInfo {
	mrcImage* in;
	mrcImage* out;
	mrcImage* avesd;
	int mode;
}lmrcSinogramFETnormalizedMapNormalizeInfo;

API

extern void lmrcSinogramFETnormalizedMap(lmrcSinogramFETnormalizedMapInfo in, int mode);
extern void lmrcSinogramFETnormalizedMapNormalize(lmrcSinogramFETnormalizedMapNormalizeInfo in, int mode);
extern void lmrcSinogramFETnormalizedMapAAtest(lmrcSinogramFETnormalizedMapAAtestInfo in, int mode);