Bsoft 2.1.4
Bernard's software package
rwASCII.h File Reference

Header file for reading and writing ASCII files. More...

#include "rwimg.h"

Functions

int readASCII (Bimage *p, int readdata)
 Reading an ASCII or text image format. More...
 
int writeASCII (Bimage *p)
 Writing an ASCII or text image format. More...
 

Detailed Description

Header file for reading and writing ASCII files.

Author
Bernard Heymann
Date
Created: 20000318
Modified: 20111217
Format: Generic ASCII image file format

Function Documentation

◆ readASCII()

int readASCII ( Bimage p,
int  readdata 
)

Reading an ASCII or text image format.

Parameters
*pthe image structure.
readdataflag to activate reading of image data.
Returns
int error code (<0 means failure).

This function reads an ASCII image file with up to five dimensions in the order: c (channels), x, y, z, n (number of images) Default data type is Float Data is given as real (R) or complex (R and I or A and P), and may include an optional FOM (F) Column labels: Images: C X Y Z N R I F Structure factors: H K L A P R I F

◆ writeASCII()

int writeASCII ( Bimage p)

Writing an ASCII or text image format.

Parameters
*pthe image structure.
Returns
int error code (<0 means failure).

This function writes an ascii image file with up to five dimensions in the order: c (channels), x, y, z, n (number of images) Default data type is Float Data is given as real (R) or complex (R and I or A and P), and may include an optional FOM (F) Column labels: Images: C X Y Z N R I F Structure factors: H K L A P R I F