Go to the documentation of this file.
28 #ifndef FITS_BASICFITS_H
29 #define FITS_BASICFITS_H
31 #include <casacore/casa/aips.h>
33 #include <casacore/casa/Arrays/Vector.h>
94 std::map<String, Double> *keywords = 0,
135 const char *unitName = 0,
140 const std::map<String, Double> *keywords = 0,
141 const char *objectName = 0,
read a FITS file from a Casacore array
Array< Float > ReadFITS(const char *FileName, Bool &ok, String &ErrorMessage, String *unitName=0, Vector< String > *axisNames=0, Vector< Float > *refPixel=0, Vector< Float > *refLocation=0, Vector< Float > *delta=0, std::map< String, Double > *keywords=0, String *objectName=0)
blabla
this file contains all the compiler specific defines
TableExprNode array(const TableExprNode &values, const TableExprNodeSet &shape)
Create an array of the given shape and fill it with the values.
String: the storage and methods of handling collections of characters.
write a FITS file to a Casacore array
bool Bool
Define the standard types used by Casacore.
A 1-D Specialization of the Array class.
Bool WriteFITS(const char *FileName, const Array< Float > &array, String &ErrorMessage, const char *unitName=0, const Vector< String > *axisNames=0, const Vector< Float > *refPixel=0, const Vector< Float > *refLocation=0, const Vector< Float > *delta=0, const std::map< String, Double > *keywords=0, const char *objectName=0, Int BITPIX=-32, Float minPix=1.0, Float maxPix=-1.0)
blabla