GLAMERDOC++
Gravitational Lensing Code Library
|
This is an old version that should not be used anymore in favor of ImageInfo. More...
#include <image_info.h>
Public Attributes | |
Point * | points |
Array of points in image, SHOULD NOT BE USED IN FAVOR OF imagekist! Still used by caustic finding routines. | |
unsigned long | Npoints |
Number of points in image, SHOULD NOT BE USED IN FAVOR OF imagekist->Nunits(). Still used by caustic finding routines. | |
PosType | gridrange [3] |
later addition, holds all points in image, will replace points eventually | |
PosType | centroid [2] |
Centroid of image. | |
PosType | area |
area of image or, when using map_images(), the total brightness of the image | |
PosType | area_error |
error on the estimate of area | |
Kist< Point > * | innerborder |
the points on the inner border of the image | |
Kist< Point > * | outerborder |
the points on the outer border of the image, i.e. not in the image | |
short | ShouldNotRefine |
This is an old version that should not be used anymore in favor of ImageInfo.
This type is still used in the critical curve finding and handling routines. The results of these routines should be returned in the form of and array of ImageInfo's now.
PosType OldImageInfo::gridrange[3] |
later addition, holds all points in image, will replace points eventually
gridrange[2] minimum grid size in image, gridrange[0] maximum grid size in outerborder, gridrange[1] maximum grid size in image