Info about a patch.
More...
#include <PatchInfo.h>
◆ PatchInfo() [1/2]
| dp3::parmdb::PatchInfo::PatchInfo |
( |
| ) |
|
|
inline |
◆ PatchInfo() [2/2]
| dp3::parmdb::PatchInfo::PatchInfo |
( |
const std::string & |
name, |
|
|
double |
ra, |
|
|
double |
dec, |
|
|
int |
category, |
|
|
double |
apparentBrightness |
|
) |
| |
|
inline |
Create from patch name, category, ra, dec, and apparent brightness (Jy). Ra and dec must be in radians in J2000.
◆ apparentBrightness()
| double dp3::parmdb::PatchInfo::apparentBrightness |
( |
| ) |
const |
|
inline |
Get the apparent brightness of the patch (in Jy).
◆ getCategory()
| int dp3::parmdb::PatchInfo::getCategory |
( |
| ) |
const |
|
inline |
◆ getDec()
| double dp3::parmdb::PatchInfo::getDec |
( |
| ) |
const |
|
inline |
Get the declination in radians (J2000).
◆ getName()
| const std::string& dp3::parmdb::PatchInfo::getName |
( |
| ) |
const |
|
inline |
◆ getRa()
| double dp3::parmdb::PatchInfo::getRa |
( |
| ) |
const |
|
inline |
Get the right ascension in radians (J2000).
◆ setApparentBrightness()
| void dp3::parmdb::PatchInfo::setApparentBrightness |
( |
double |
apparentBrightness | ) |
|
|
inline |
Set the apparent brightness of the patch (in Jy).
◆ setDec()
| void dp3::parmdb::PatchInfo::setDec |
( |
double |
dec | ) |
|
|
inline |
Set the declination in radians (J2000).
◆ setRa()
| void dp3::parmdb::PatchInfo::setRa |
( |
double |
ra | ) |
|
|
inline |
Set the right ascension in radians (J2000).
The documentation for this class was generated from the following file: