Mantid
|
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 |
Definition at line 48 of file LoadFITS.cpp.
std::vector<size_t> Mantid::DataHandling::FITSInfo::axisPixelLengths |
Definition at line 55 of file LoadFITS.cpp.
Referenced by Mantid::DataHandling::LoadFITS::addAxesInfoAndLogs(), Mantid::DataHandling::LoadFITS::headerSanityCheck(), Mantid::DataHandling::LoadFITS::makeWorkspace(), Mantid::DataHandling::LoadFITS::readDataToImgs(), and Mantid::DataHandling::LoadFITS::readDataToWorkspace().
int Mantid::DataHandling::FITSInfo::bitsPerPixel |
Definition at line 51 of file LoadFITS.cpp.
Referenced by Mantid::DataHandling::LoadFITS::readDataToImgs(), and Mantid::DataHandling::LoadFITS::readDataToWorkspace().
std::string Mantid::DataHandling::FITSInfo::extension |
Definition at line 58 of file LoadFITS.cpp.
Referenced by Mantid::DataHandling::LoadFITS::headerSanityCheck().
std::string Mantid::DataHandling::FITSInfo::filePath |
Definition at line 59 of file LoadFITS.cpp.
Referenced by Mantid::DataHandling::LoadFITS::headerSanityCheck(), Mantid::DataHandling::LoadFITS::makeWorkspace(), Mantid::DataHandling::LoadFITS::parseHeader(), and Mantid::DataHandling::LoadFITS::readInBuffer().
std::vector<std::string> Mantid::DataHandling::FITSInfo::headerItems |
Definition at line 49 of file LoadFITS.cpp.
Referenced by Mantid::DataHandling::LoadFITS::parseHeader().
std::map<std::string, std::string> Mantid::DataHandling::FITSInfo::headerKeys |
Definition at line 50 of file LoadFITS.cpp.
Referenced by Mantid::DataHandling::LoadFITS::addAxesInfoAndLogs(), Mantid::DataHandling::LoadFITS::isInstrOtherThanIMAT(), and Mantid::DataHandling::LoadFITS::parseHeader().
int Mantid::DataHandling::FITSInfo::headerSizeMultiplier |
Definition at line 54 of file LoadFITS.cpp.
Referenced by Mantid::DataHandling::LoadFITS::parseHeader(), and Mantid::DataHandling::LoadFITS::readInBuffer().
std::string Mantid::DataHandling::FITSInfo::imageKey |
Definition at line 57 of file LoadFITS.cpp.
Referenced by Mantid::DataHandling::LoadFITS::addAxesInfoAndLogs().
bool Mantid::DataHandling::FITSInfo::isFloat |
Definition at line 60 of file LoadFITS.cpp.
Referenced by Mantid::DataHandling::LoadFITS::readDataToImgs(), and Mantid::DataHandling::LoadFITS::readDataToWorkspace().
int Mantid::DataHandling::FITSInfo::numberOfAxis |
Definition at line 52 of file LoadFITS.cpp.
Referenced by Mantid::DataHandling::LoadFITS::headerSanityCheck().
int Mantid::DataHandling::FITSInfo::offset |
Definition at line 53 of file LoadFITS.cpp.
Referenced by Mantid::DataHandling::LoadFITS::readDataToImgs(), and Mantid::DataHandling::LoadFITS::readDataToWorkspace().
double Mantid::DataHandling::FITSInfo::scale |
Definition at line 56 of file LoadFITS.cpp.
Referenced by Mantid::DataHandling::LoadFITS::readDataToImgs(), and Mantid::DataHandling::LoadFITS::readDataToWorkspace().