LSSTApplications  20.0.0
LSSTDataManagementBasePackage
Namespaces
OldWcs.cc File Reference
#include <algorithm>
#include <exception>
#include <memory>
#include "astshim.h"
#include "lsst/daf/base/PropertyList.h"
#include "lsst/afw/table/aggregates.h"
#include "lsst/afw/table/BaseRecord.h"
#include "lsst/afw/table/io/Persistable.h"
#include "lsst/afw/table/io/CatalogVector.h"
#include "lsst/afw/table/io/InputArchive.h"
#include "lsst/afw/geom/wcsUtils.h"
#include "lsst/afw/geom/SkyWcs.h"

Go to the source code of this file.

Namespaces

 lsst
 A base class for image defects.
 
 lsst::afw
 
 lsst::afw::geom
 

Variable Documentation

◆ cd

table::Key<table::Array<double> > cd

Definition at line 132 of file OldWcs.cc.

◆ crpix

table::PointKey<double> crpix

Definition at line 131 of file OldWcs.cc.

◆ crval

table::PointKey<double> crval

Definition at line 130 of file OldWcs.cc.

◆ ctype1

table::Key<std::string> ctype1

Definition at line 133 of file OldWcs.cc.

◆ ctype2

table::Key<std::string> ctype2

Definition at line 134 of file OldWcs.cc.

◆ cunit1

table::Key<std::string> cunit1

Definition at line 137 of file OldWcs.cc.

◆ cunit2

table::Key<std::string> cunit2

Definition at line 138 of file OldWcs.cc.

◆ equinox

table::Key<double> equinox

Definition at line 135 of file OldWcs.cc.

◆ radesys

table::Key<std::string> radesys

Definition at line 136 of file OldWcs.cc.

◆ schema

table::Schema schema

Definition at line 129 of file OldWcs.cc.