Mantid
Loading...
Searching...
No Matches
Public Attributes | List of all members
Mantid::DataHandling::FITSInfo Struct Reference

Public Attributes

std::vector< size_t > axisPixelLengths
 
int bitsPerPixel
 
std::string extension
 
std::string filePath
 
std::vector< std::string > headerItems
 
std::map< std::string, std::string > headerKeys
 
int headerSizeMultiplier
 
std::string imageKey
 
bool isFloat
 
int numberOfAxis
 
int offset
 
double scale
 

Detailed Description

Definition at line 48 of file LoadFITS.cpp.

Member Data Documentation

◆ axisPixelLengths

std::vector<size_t> Mantid::DataHandling::FITSInfo::axisPixelLengths

◆ bitsPerPixel

int Mantid::DataHandling::FITSInfo::bitsPerPixel

◆ extension

std::string Mantid::DataHandling::FITSInfo::extension

Definition at line 58 of file LoadFITS.cpp.

Referenced by Mantid::DataHandling::LoadFITS::headerSanityCheck().

◆ filePath

std::string Mantid::DataHandling::FITSInfo::filePath

◆ headerItems

std::vector<std::string> Mantid::DataHandling::FITSInfo::headerItems

Definition at line 49 of file LoadFITS.cpp.

Referenced by Mantid::DataHandling::LoadFITS::parseHeader().

◆ headerKeys

std::map<std::string, std::string> Mantid::DataHandling::FITSInfo::headerKeys

◆ headerSizeMultiplier

int Mantid::DataHandling::FITSInfo::headerSizeMultiplier

◆ imageKey

std::string Mantid::DataHandling::FITSInfo::imageKey

Definition at line 57 of file LoadFITS.cpp.

Referenced by Mantid::DataHandling::LoadFITS::addAxesInfoAndLogs().

◆ isFloat

bool Mantid::DataHandling::FITSInfo::isFloat

◆ numberOfAxis

int Mantid::DataHandling::FITSInfo::numberOfAxis

Definition at line 52 of file LoadFITS.cpp.

Referenced by Mantid::DataHandling::LoadFITS::headerSanityCheck().

◆ offset

int Mantid::DataHandling::FITSInfo::offset

◆ scale

double Mantid::DataHandling::FITSInfo::scale

The documentation for this struct was generated from the following file: