Mantid
|
Run header (80 bytes) More...
#include <isisraw.h>
Public Member Functions | |
HDR_STRUCT () | |
Public Attributes | |
char | hd_date [12] |
start date More... | |
char | hd_dur [8] |
run duration (uA.hour) constructor More... | |
char | hd_run [5] |
run number More... | |
char | hd_time [8] |
start time More... | |
char | hd_title [24] |
short title More... | |
char | hd_user [20] |
user name More... | |
char | inst_abrv [3] |
instrument abbreviated name More... | |
char HDR_STRUCT::hd_date[12] |
start date
Definition at line 27 of file isisraw.h.
Referenced by Mantid::DataHandling::LoadRawHelper::extractStartTime(), and ISISRAW::updateFromCRPT().
char HDR_STRUCT::hd_dur[8] |
run duration (uA.hour) constructor
Definition at line 29 of file isisraw.h.
Referenced by Mantid::DataHandling::LoadRawHelper::loadRunParameters(), and ISISRAW::updateFromCRPT().
char HDR_STRUCT::hd_run[5] |
char HDR_STRUCT::hd_time[8] |
start time
Definition at line 28 of file isisraw.h.
Referenced by Mantid::DataHandling::LoadRawHelper::extractStartTime(), and ISISRAW::updateFromCRPT().
char HDR_STRUCT::hd_title[24] |
char HDR_STRUCT::hd_user[20] |
user name
Definition at line 25 of file isisraw.h.
Referenced by Mantid::DataHandling::LoadRawHelper::loadRunParameters(), and ISISRAW::updateFromCRPT().
char HDR_STRUCT::inst_abrv[3] |
instrument abbreviated name
Definition at line 23 of file isisraw.h.
Referenced by Mantid::DataHandling::LoadRawHelper::loadRunParameters(), and ISISRAW::updateFromCRPT().