mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
Loading...
Searching...
No Matches
ioutils.hpp
Go to the documentation of this file.
1/** \file ioutils.hpp
2 * \author Jared R. Males
3 * \brief Library nclude for the ioutils module
4 * \ingroup image_processing_files
5 *
6 */
7
8//***********************************************************************//
9// Copyright 2023 Jared R. Males (jaredmales@gmail.com)
10//
11// This file is part of mxlib.
12//
13// mxlib is free software: you can redistribute it and/or modify
14// it under the terms of the GNU General Public License as published by
15// the Free Software Foundation, either version 3 of the License, or
16// (at your option) any later version.
17//
18// mxlib is distributed in the hope that it will be useful,
19// but WITHOUT ANY WARRANTY; without even the implied warranty of
20// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21// GNU General Public License for more details.
22//
23// You should have received a copy of the GNU General Public License
24// along with mxlib. If not, see <http://www.gnu.org/licenses/>.
25//***********************************************************************//
26
27#ifndef ioutils_hpp
28#define ioutils_hpp
29
30#include "binVector.hpp"
31#include "fileUtils.hpp"
32#include "pout.hpp"
33#include "rawBinary.hpp"
34#include "readColumns.hpp"
35#include "stringUtils.hpp"
36#include "textTable.hpp"
37
38#include "fits/fitsFile.hpp"
40#include "fits/fitsHeader.hpp"
41#include "fits/fitsUtils.hpp"
42
43#endif // ioutils_hpp
A utility to read/write vectors of data from/to a binary file.
Declarations of utilities for working with files.
Declares and defines a class to work with a FITS file.
A class to work with a FITS header card.
Declares and defines a class to work with a FITS header.
Declares and defines utilities to work with FITS files.
Declaration and definition of a simple formatted output function.
Provides functions for working with raw binary files.
A utility to read in columns from a text file.
Utilities for working with strings.
declares and defines a simple text table manager