26#ifndef FITS_BASICFITS_H
27#define FITS_BASICFITS_H
29#include <casacore/casa/aips.h>
31#include <casacore/casa/Arrays/Vector.h>
92 std::map<String, Double> *keywords = 0,
133 const char *unitName = 0,
138 const std::map<String, Double> *keywords = 0,
139 const char *objectName = 0,
String: the storage and methods of handling collections of characters.
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.
bool Bool
Define the standard types used by Casacore.
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
write a FITS file to a Casacore array
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