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

Library routines to read and write FSC curves. More...

#include "ps_plot.h"
#include "utilities.h"

Macros

#define FSCX   "Resolution (A-1)"
 
#define FSCY   "Correlation Coefficient"
 

Functions

Bplotxml_read_fsc (Bstring &filename)
 Reads an XML file with an FSC curve. More...
 
void xml_write_fsc (Bstring &filename, Bplot *plot)
 

Variables

int verbose
 

Detailed Description

Library routines to read and write FSC curves.

Author
Bernard Heymann
Date
Created: 20121216
Modified: 20140423

Macro Definition Documentation

◆ FSCX

#define FSCX   "Resolution (A-1)"

◆ FSCY

#define FSCY   "Correlation Coefficient"

Function Documentation

◆ xml_read_fsc()

Bplot * xml_read_fsc ( Bstring filename)

Reads an XML file with an FSC curve.

Parameters
&filenameinput file name.
Returns
Bplot* new plot.
A new plot with two columns is generated.

◆ xml_write_fsc()

void xml_write_fsc ( Bstring filename,
Bplot plot 
)

Variable Documentation

◆ verbose

int verbose
extern