#include "Obit.h"
#include "ObitErr.h"
#include "ObitTableVL.h"
#include "ObitTableVZ.h"
#include "ObitFitRegionList.h"
Go to the source code of this file.
Functions | |
| void | ObitTableVLAppend (ObitTableVL *in, ObitTableVL *out, ObitErr *err) |
| Public: Append one VL table to another. | |
| void | ObitTableVLIndex (ObitTableVL *in, ObitErr *err) |
| Public: Index a VL table. | |
| void | ObitTableVLMerge (ObitTableVL *in, ObitErr *err) |
| Public: Merge overlapping components. | |
| void | ObitTableVLSelect (ObitTableVL *in, ObitTableVL *out, ObitErr *err) |
| Public: Select significant components. | |
| void | ObitTableVLPurge (ObitTableVL *in, gchar *field, ObitErr *err) |
| Public: Remove entries from a given field. | |
| void | ObitTableVLRedun (ObitTableVL *in, ObitTableVL *out, ObitErr *err) |
| Public: Remove redundant entries. | |
| void | ObitTableVLCal (ObitTableVL *in, ObitErr *err) |
| Public: Apply final calibration and error analysis. | |
| void | ObitTableVLPrint (ObitTableVL *in, ObitImage *image, FILE *prtFile, ObitErr *err) |
| Public: Write human readable version of an VL table to a FILE. | |
| ObitTableVZ * | ObitTableVL2VZ (ObitTableVL *in, ObitData *data, ObitErr *err) |
| Public: Convert a VL table to a VZ (short) table. | |
| ObitTableVZ * | ObitTableVZSel (ObitTableVZ *in, ObitData *data, ObitErr *err) |
| Public: Select entries in a VZ (short) table. | |
|
||||||||||||||||
|
Public: Convert a VL table to a VZ (short) table.
|
|
||||||||||||||||
|
Public: Append one VL table to another. Drops deselected entries (both AIPS and FITS).
|
|
||||||||||||
|
Public: Apply final calibration and error analysis.
|
|
||||||||||||
|
Public: Index a VL table.
|
|
||||||||||||
|
Public: Merge overlapping components. The resultant position is the weighted average and the flux is the sum. This should be run on a table with all entries derived from the same image. Adopted from the AIPSish task VLMRG
|
|
||||||||||||||||||||
|
Public: Write human readable version of an VL table to a FILE.
|
|
||||||||||||||||
|
Public: Remove entries from a given field.
|
|
||||||||||||||||
|
Public: Remove redundant entries. If a positional match (maxDist) is found then the one closest to the center of its image (centerPix) is chosen. The other entry is flagged in the input table. When the search over the RA range from the original source is finished the final accepted entry is written to the output table. Adopted from the AIPSish task VREDN
|
|
||||||||||||||||
|
Public: Select significant components. For any non zero entry in Steps, if the entry has a peak weaker than fraction of the total within radius then it is not copied to the output. This should be run on a table with all entries derived from the same image. Adopted from the AIPSish task VLSEL
|
|
||||||||||||||||
|
Public: Select entries in a VZ (short) table.
|
1.3.9.1