Functions | |
| VimosImage * | imageArith (VimosImage *ima1, VimosImage *ima2, VimosOperator optype) |
| VimosImage * | constArith (VimosImage *ima_in, double constant, VimosOperator optype) |
| int | imageArithLocal (VimosImage *ima1, VimosImage *ima2, VimosOperator optype) |
| int | constArithLocal (VimosImage *ima_in, double constant, VimosOperator optype) |
| VimosImage * | VmFrAveFil (VimosImage *ima_in, int filtsizex, int filtsizey, int excludeCenter) |
| VimosImage * | VmFrMedFil (VimosImage *ima_in, int filtsizex, int filtsizey, int excludeCenter) |
| VimosImage * | VmFrFilter (VimosImage *image, int xSize, int ySize, FilterMethod method, int excludeCenter) |
| VimosImage * | VmImNorm (VimosImage *ima_in, Method meth) |
| VimosImage * | frComb (VimosImage **ima_list, int num, CombMethod combMethod, CombParameters *combParameter, int flag) |
| VimosImage * | frCombSum (VimosImage **ima_list, int num) |
| VimosImage * | frCombAverage (VimosImage **ima_list, int num) |
| VimosImage * | frCombMedian (VimosImage **ima_list, int num, int flag) |
| VimosImage * | frCombMinMaxReject (VimosImage **ima_list, int minrej, int maxrej, int num) |
| VimosImage * | OLDfrCombMinMaxReject (VimosImage **ima_list, double minrej, double maxrej, int num) |
| VimosImage * | frCombKSigma (VimosImage **ima_list, double dklow, double dkhigh, int num) |
| float | imageMean (VimosImage *ima_in) |
| float | imageMedian (VimosImage *ima_in) |
| float | imageAverageDeviation (VimosImage *image, float level) |
| float | imageSigma (VimosImage *image) |
| float | imageMedSigma (VimosImage *image) |
| float | imageMinimum (VimosImage *ima_in) |
| float | imageMaximum (VimosImage *ima_in) |
| VimosDpoint * | imageHistogram (VimosImage *ima_in, unsigned int nbins) |
| float | imageMode (VimosImage *ima_in) |
| float | sumPixelsInImage (VimosImage *ima_in, int x, int y, int nx, int ny) |
| float * | collapse2Dto1D (VimosImage *ima_in, int x, int y, int nx, int ny, Direction collapse) |
| VimosPixel * | finePosition (VimosImage *ima_in, VimosPixel *p_list, int npix, double r1, double r2, double r3) |
| VimosPixel * | finePositionSimple (VimosImage *ima_in, VimosPixel *in_pixel, double r1) |
| VimosImage * | imageShift (VimosImage *imageIn, float xshift, float yshift, int outXlen, int outYlen, float outVal) |
| char ** | getFitsFileExtensionsNames (fitsfile *fptr, int *extNum) |
| VimosBool | createFitsImage (char *filename, VimosImage *image, const char *category) |
|
||||||||||||||||||||||||||||
|
Collapse a rectangle inside an image into one column/row.
|
|
||||||||||||||||
|
Arithmetic operations between an image and a constant. Result is a new image.
|
|
||||||||||||||||
|
Arithmetic operations between an image and a constant. Result is stored in the input image.
|
|
||||||||||||||||
|
Write a VimosImage into a disk FITS file
|
|
||||||||||||||||||||||||||||
|
Refine the peak centers by computing the baricenter.
|
|
||||||||||||||||
|
Refine a peak center by computing the baricenter.
|
|
||||||||||||||||||||||||
|
Combine a list of images.
|
|
||||||||||||
|
Compute average image of a list of images.
|
|
||||||||||||||||||||
|
Combine a list of images with rejection of pixels outside a K*sigma threshold (sigma-clipping)
|
|
||||||||||||||||
|
Compute median image of a list of images.
|
|
||||||||||||||||||||
|
Combine images with rejection of highest/lowest pixels values.
|
|
||||||||||||
|
Sum a list of images.
|
|
||||||||||||
|
Get the list of
|
|
||||||||||||||||
|
Arithmetic operations between 2 images. Result is a new image.
|
|
||||||||||||||||
|
Arithmetic operations between 2 images. Result is stored in the first image.
|
|
||||||||||||
|
Compute average deviation from any given value
|
|
||||||||||||
|
Compute image histogram
|
|
|
Compute image maximum value of an image
|
|
|
Compute the average value of an image
|
|
|
Compute the median value of an image
|
|
|
Compute image sigma using median value instead of mean estimate
|
|
|
Compute image minimum value of an image
|
|
|
Compute image mode value of an image
|
|
||||||||||||||||||||||||||||
|
Shift an image in X and/or Y
|
|
|
Compute image sigma
|
|
||||||||||||||||||||
|
Combine images with rejection of high/low pixels values.
|
|
||||||||||||||||||||||||
|
Compute the sum of all pixelvalues in a rectangle.
|
|
||||||||||||||||||||
|
Apply a average filter to an image.
|
|
||||||||||||||||||||||||
|
Filter an image.
|
|
||||||||||||||||||||
|
Apply a median filter to an image.
|
|
||||||||||||
|
Normalize an image.
|
1.4.1