lsst.afw g4230fac9de+4fc97e16b9
Loading...
Searching...
No Matches
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
const int DEFAULT_HDU
Specify that the default HDU should be read.
Definition: fitsDefaults.h:18