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

Routines to read and write XPLOR reflection files. More...

#include "rwXPLOR.h"
#include "linked_list.h"
#include "Complex.h"
#include "utilities.h"
#include <fstream>

Functions

int readXPLORmap (Bimage *p, int readdata)
 
int readXPLORsf (Bimage *p, int readdata)
 
int writeXPLORmap (Bimage *p)
 
int writeXPLORsf (Bimage *p)
 
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...
 

Variables

int verbose
 

Detailed Description

Routines to read and write XPLOR reflection files.

Author
Bernard Heymann
Date
Created: 19981229
Modified: 20130429

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).

◆ readXPLORmap()

int readXPLORmap ( Bimage p,
int  readdata 
)

◆ readXPLORsf()

int readXPLORsf ( Bimage p,
int  readdata 
)

◆ 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).

◆ writeXPLORmap()

int writeXPLORmap ( Bimage p)

◆ writeXPLORsf()

int writeXPLORsf ( Bimage p)

Variable Documentation

◆ verbose

int verbose
extern