|
bool | FillFileInfoFromImage (CARTA::FileInfoExtended &ext_info, const std::string &hdu, std::string &message) |
|
void | StripHduName (std::string &hdu) |
|
casacore::Vector< casacore::String > | FitsHeaderStrings (casacore::String &name, unsigned int hdu) |
|
bool | GetFITSHeader (std::shared_ptr< casacore::ImageInterface< float > > image, const std::string &hdu, casacore::ImageFITSHeaderInfo &fhi, casacore::String &error_string) |
|
void | AddEntriesFromHeaderStrings (const casacore::Vector< casacore::String > &headers, const std::string &hdu, CARTA::FileInfoExtended &extended_info) |
|
void | ConvertHeaderValueToNumeric (const casacore::String &name, casacore::String &value, CARTA::HeaderEntry *entry) |
|
void | FitsHeaderInfoToHeaderEntries (casacore::ImageFITSHeaderInfo &fhi, CARTA::FileInfoExtended &extended_info) |
|
void | AddDataTypeEntry (CARTA::FileInfoExtended &extended_info, casacore::DataType data_type, casacore::DataType equivalent_type) |
|
void | AddShapeEntries (CARTA::FileInfoExtended &extended_info, const casacore::IPosition &shape, const AxesInfo &axes, casacore::Vector< casacore::String > &axes_names) |
|
void | AddInitialComputedEntries (const std::string &hdu, CARTA::FileInfoExtended &extended_info, const std::string &filename, AxesInfo &axes, CompressedFits *compressed_fits=nullptr) |
|
void | AddComputedEntries (CARTA::FileInfoExtended &extended_info, casacore::ImageInterface< float > *image, const AxesInfo &axes, bool use_image_for_entries, bool is_history_beam) |
|
void | AddComputedEntriesFromHeaders (CARTA::FileInfoExtended &extended_info, const AxesInfo &axes, CompressedFits *compressed_fits=nullptr) |
|
void | AddBeamEntry (CARTA::FileInfoExtended &extended_info, const casacore::ImageBeamSet &beam_set, bool is_history_beam) |
|
void | AddCoordRanges (CARTA::FileInfoExtended &extended_info, const casacore::CoordinateSystem &coord_system, const casacore::IPosition &image_shape) |
|
std::string | MakeAngleString (const std::string &type, double val, const std::string &unit) |
|
std::string | ConvertCoordsToDeg (const std::string &type, const casacore::Quantity &coord) |
|
std::string | ConvertIncrementToArcsec (const casacore::Quantity &inc0, const casacore::Quantity &inc1) |
|
void | GetCoordNames (std::string &ctype1, std::string &ctype2, std::string &radesys, std::string &projection) |
|
void | SplitCtypeDescriptor (std::string &ctype, std::string &descriptor) |
|