lsst.afw g5c39d4753b+955d02b84f
fitsDefaults.h
Go to the documentation of this file.
1// -*- lsst-c++ -*-
2#ifndef LSST_AFW_fitsDefaults_h_INCLUDED
3#define LSST_AFW_fitsDefaults_h_INCLUDED
4
5#include <climits>
6
7namespace lsst {
8namespace afw {
9namespace fits {
10
18const int DEFAULT_HDU = INT_MIN;
19
20} // namespace fits
21} // namespace afw
22} // namespace lsst
23
24#endif
Fits * fits
Definition: FitsWriter.cc:90
const int DEFAULT_HDU
Specify that the default HDU should be read.
Definition: fitsDefaults.h:18
A base class for image defects.