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

Header file for reading and writing XPLOR reflection files. More...

#include "rwimg.h"

Functions

int readXPLOR (Bimage *p, int readdata)
 Reading a XPLOR map or structure factor file format. A minimal implementation. More...
 
int writeXPLOR (Bimage *p)
 Writing a XPLOR map or structure factor file format. A text format used in X-ray crystallography. More...
 

Detailed Description

Header file for reading and writing XPLOR reflection files.

Author
Bernard Heymann
Date
Created: 19981229
Modified: 20000715
Format: 3D structure factor file format for the program XPLOR

Function Documentation

◆ readXPLOR()

int readXPLOR ( Bimage p,
int  readdata 
)

Reading a XPLOR map or structure factor file format. A minimal implementation.

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

◆ writeXPLOR()

int writeXPLOR ( Bimage p)

Writing a XPLOR map or structure factor file format. A text format used in X-ray crystallography.

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