#include "glib/gqsort.h"
#include "ObitTableCCUtil.h"
#include "ObitMem.h"
Functions | |
| ObitIOCode | ObitTableCCUtilGrid (ObitTableCC *in, glong OverSample, glong *first, glong *last, gboolean noNeg, gfloat factor, gfloat minFlux, gfloat maxFlux, ObitImageDesc *desc, ObitFArray **grid, gfloat gparm[3], glong *ncomp, ObitErr *err) |
| Public: grid components onto a grid. | |
| ObitFArray * | ObitTableCCUtilCrossList (ObitTableCC *inCC, ObitImageDesc *inDesc, ObitImageDesc *outDesc, gfloat gparm[3], glong *ncomps, ObitErr *err) |
| Public: return list of CC from one image overlapping another. | |
| ObitIOCode | ObitTableCCUtilMerge (ObitTableCC *in, ObitTableCC *out, ObitErr *err) |
| Merge elements of an ObitTableCC. | |
| ObitFArray * | ObitTableCCUtilMergeSel (ObitTableCC *in, gint startComp, gint endComp, gfloat *parms, ObitErr *err) |
| Merge elements of an ObitTableCC with selection. | |
| ObitTableCC * | ObitTableCCUtilMergeSel2Tab (ObitImage *image, glong inCCver, glong *outCCver, gint startComp, gint endComp, gfloat range[2], ObitErr *err) |
| Merge selected elements of an ObitTableCC to a new table. | |
| void | ObitTableCCUtilScale (ObitTableCC *in, gint startComp, gint endComp, gfloat scale, ObitErr *err) |
| Scale the flux densities of entries in a CC table. | |
| void | ObitTableCCUtilAppend (ObitTableCC *inCC, ObitTableCC *outCC, gint startComp, gint endComp, ObitErr *err) |
| Append CLEAN components from one table to another. | |
| gboolean | ObitTableCCUtilFiltCC (ObitTableCC *CCTab, gfloat radius, gfloat minFlux, ObitErr *err) |
| Filter weak, isolated components. | |
|
||||||||||||||||||||||||
|
Append CLEAN components from one table to another.
|
|
||||||||||||||||||||||||||||
|
Public: return list of CC from one image overlapping another. Returned array has component values on the first axis and one row per overlapping component. (X cell (0-rel), Y cell (0-rel), flux). CCs on cells within 0.5 pixels of outDesc are included. Components in the same cell are combined. If the components are Gaussians, their parameters are returned in gaus.
|
|
||||||||||||||||||||
|
Filter weak, isolated components.
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Public: grid components onto a grid. The image from which the components is derived is described in desc. The output grid is padded by a factor OverSample. If the components are Gaussians, their parameters are returned in gaus.
|
|
||||||||||||||||
|
Merge elements of an ObitTableCC. First sorts table, collapses, sorts to desc. flux
|
|
||||||||||||||||||||||||
|
Merge elements of an ObitTableCC with selection. with selection by row number. First sorts table, collapses, sorts to desc. flux
|
|
||||||||||||||||||||||||||||||||
|
Merge selected elements of an ObitTableCC to a new table.
|
|
||||||||||||||||||||||||
|
Scale the flux densities of entries in a CC table.
|
1.3.9.1