#include <psPhotometry.h>
The photometric system is defined by the psPhotSystem structure. A photometric system is identified by a human-readable name (ie, SDSS.g, Landolt92.B, GPC1.OTA32.r). Each photometric system is given a unique identifier ID. Observations taken with a specific camera, detector, and filter represent their own photometric system, and it may be necessary to perform transformations between these systems. Photometric systems associated with observations from a specific camera/ detector/filter combination can be associated with those components.
Definition at line 42 of file psPhotometry.h.
Data Fields | |
| const psS32 | ID |
| ID number for this photometric system. | |
| const char * | name |
| Name of photometric system. | |
| const char * | camera |
| Camera for photometric system. | |
| const char * | filter |
| Filter used for photometric system. | |
| const char * | detector |
| Detector used for photometric system. | |
|
|
Camera for photometric system.
Definition at line 46 of file psPhotometry.h. |
|
|
Detector used for photometric system.
Definition at line 48 of file psPhotometry.h. |
|
|
Filter used for photometric system.
Definition at line 47 of file psPhotometry.h. |
|
|
ID number for this photometric system.
Definition at line 44 of file psPhotometry.h. |
|
|
Name of photometric system.
Definition at line 45 of file psPhotometry.h. |
1.4.1