lsst.afw
g3a5ebb7d8a+28b83bf6a5
Toggle main menu visibility
Loading...
Searching...
No Matches
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
INSTANTIATE
#define INSTANTIATE(FROMSYS, TOSYS)
Definition
Detector.cc:509
ImageFitsReader.h
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::image::ImageBaseFitsReader::readArray
ndarray::Array< T, 2, 2 > readArray(lsst::geom::Box2I const &bbox, ImageOrigin origin=PARENT, bool allowUnsafe=false)
Read the image's data array.
Definition
ImageBaseFitsReader.cc:171
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::Image
A class to represent a 2-dimensional array of pixels.
Definition
Image.h:51
lsst::geom::Box2I
std::uint16_t
lsst::afw::image
Definition
imageAlgorithm.dox:1
lsst::afw::image::ImageOrigin
ImageOrigin
Definition
ImageBase.h:94
lsst::afw
Definition
imageAlgorithm.dox:1
lsst
Generated on
for lsst.afw by
1.17.0