LSSTApplications
20.0.0
LSSTDataManagementBasePackage
stack
1a1d771
Linux64
afw
20.0.0
src
image
ImageFitsReader.cc
Go to the documentation of this file.
1
/*
2
* Developed for the LSST Data Management System.
3
* This product includes software developed by the LSST Project
4
* (https://www.lsst.org).
5
* See the COPYRIGHT file at the top-level directory of this distribution
6
* for details of code ownership.
7
*
8
* This program is free software: you can redistribute it and/or modify
9
* it under the terms of the GNU General Public License as published by
10
* the Free Software Foundation, either version 3 of the License, or
11
* (at your option) any later version.
12
*
13
* This program is distributed in the hope that it will be useful,
14
* but WITHOUT ANY WARRANTY; without even the implied warranty of
15
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
* GNU General Public License for more details.
17
*
18
* You should have received a copy of the GNU General Public License
19
* along with this program. If not, see <https://www.gnu.org/licenses/>.
20
*/
21
22
#include "
lsst/afw/image/ImageFitsReader.h
"
23
24
namespace
lsst
{
namespace
afw
{
namespace
image
{
25
26
template
<
typename
PixelT>
27
Image<PixelT>
ImageFitsReader::read
(
lsst::geom::Box2I
const
&
bbox
,
ImageOrigin
origin,
bool
allowUnsafe) {
28
return
Image<PixelT>
(readArray<PixelT>(
bbox
, origin, allowUnsafe),
false
,
readXY0
(
bbox
, origin));
29
}
30
31
#define INSTANTIATE(T) \
32
template Image<T> ImageFitsReader::read(lsst::geom::Box2I const &, ImageOrigin, bool)
33
34
INSTANTIATE
(
std::uint16_t
);
35
INSTANTIATE
(
int
);
36
INSTANTIATE
(
float
);
37
INSTANTIATE
(
double
);
38
INSTANTIATE
(
std::uint64_t
);
39
40
}}}
// lsst::afw::image
lsst::afw::image
Backwards-compatibility support for depersisting the old Calib (FluxMag0/FluxMag0Err) objects.
Definition:
imageAlgorithm.dox:1
lsst::afw::image::ImageFitsReader::read
Image< PixelT > read(lsst::geom::Box2I const &bbox=lsst::geom::Box2I(), ImageOrigin origin=PARENT, bool allowUnsafe=false)
Read the Image.
Definition:
ImageFitsReader.cc:27
lsst::afw::image::ImageBaseFitsReader::readXY0
lsst::geom::Point2I readXY0(lsst::geom::Box2I const &bbox=lsst::geom::Box2I(), ImageOrigin origin=PARENT)
Read the image origin from the on-disk image or a subimage thereof.
Definition:
ImageBaseFitsReader.cc:94
lsst::afw
Definition:
imageAlgorithm.dox:1
std::uint16_t
ImageFitsReader.h
lsst
A base class for image defects.
Definition:
imageAlgorithm.dox:1
INSTANTIATE
#define INSTANTIATE(T)
Definition:
ImageFitsReader.cc:31
lsst::geom::Box2I
An integer coordinate rectangle.
Definition:
Box.h:55
lsst::afw::image::ImageOrigin
ImageOrigin
Definition:
ImageBase.h:94
lsst::afw::image::Image
A class to represent a 2-dimensional array of pixels.
Definition:
Image.h:58
bbox
AmpInfoBoxKey bbox
Definition:
Amplifier.cc:117
Generated on Wed Jun 24 2020 18:10:03 for LSSTApplications by
1.8.18