GLAMERDOC++
Gravitational Lensing Code Library
Loading...
Searching...
No Matches
OldImageInfo Struct Reference

This is an old version that should not be used anymore in favor of ImageInfo. More...

#include <image_info.h>

Collaboration diagram for OldImageInfo:

Public Attributes

Pointpoints
 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
 

Detailed Description

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.

Member Data Documentation

◆ gridrange

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


The documentation for this struct was generated from the following files: