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

Header file for reading and writing micrograph parameters from and to the STAR format. More...

#include "mg_processing.h"
#include "mg_select.h"

Functions

int read_project_star (Bstring &filename, Bproject *project, int flag)
 Reading micrograph parameters from STAR files. More...
 
int write_project_star (Bstring &filename, Bproject *project, int mg_select, int rec_select)
 

Detailed Description

Header file for reading and writing micrograph parameters from and to the STAR format.

Author
Bernard Heymann
Date
Created: 20000426
Modified: 20220113

Function Documentation

◆ read_project_star()

int read_project_star ( Bstring filename,
Bproject project,
int  flag 
)

Reading micrograph parameters from STAR files.

Parameters
&filenamefile name (or comma-delimited list).
*projectinitialized project structure.
flagupdate tags.
Returns
int error code (<0 means failure).

◆ write_project_star()

int write_project_star ( Bstring filename,
Bproject project,
int  mg_select,
int  rec_select 
)