Main Page | Class List | Directories | File List | Class Members | File Members

ObitOTFCalFlag.h File Reference

ObitOTFCal utilities for applying flagging to uv data. More...

#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <glib.h>
#include "Obit.h"
#include "ObitErr.h"
#include "ObitOTFDesc.h"
#include "ObitOTFSel.h"
#include "ObitOTFCal.h"

Go to the source code of this file.

Functions

void ObitOTFCalFlagInit (ObitOTFCal *in, ObitOTFSel *sel, ObitOTFDesc *desc, ObitErr *err)
 Public: Init Flagging.
void ObitOTFCalFlag (ObitOTFCal *in, float time, gfloat *recIn, ObitErr *err)
 Public: Apply Flagging.
void ObitOTFCalFlagShutdown (ObitOTFCal *in, ObitErr *err)
 Public: Shutdown Flagging.
ObitOTFCalFlagSObitOTFCalFlagSUnref (ObitOTFCalFlagS *in)
 Public: Destroy Flagging structure.


Detailed Description

ObitOTFCal utilities for applying flagging to uv data.

This is implemented as utility routines and a separate Structure definition to avoid circular definitions. The ObitOTFCal must be visible here but the structure needed for this calibration is a member of the ObitOTFCal. If it were implemented as an Obit class this would lead to a circular definition which c cannot deal with.


Function Documentation

void ObitOTFCalFlag ObitOTFCal in,
float  time,
gfloat *  recIn,
ObitErr *  err
 

Public: Apply Flagging.

Parameters:
in Flag Object.
time Time of datum
recIn 1 record as an array of floats,
err ObitError stack.

void ObitOTFCalFlagInit ObitOTFCal in,
ObitOTFSel sel,
ObitOTFDesc desc,
ObitErr *  err
 

Public: Init Flagging.

Parameters:
in Flag Object.
sel Data selector.
desc Data descriptor.
err ObitError stack.

void ObitOTFCalFlagShutdown ObitOTFCal in,
ObitErr *  err
 

Public: Shutdown Flagging.

Close any open file and destroy structures.

Parameters:
in Flag Object.
err ObitError stack.

ObitOTFCalFlagS* ObitOTFCalFlagSUnref ObitOTFCalFlagS in  ) 
 

Public: Destroy Flagging structure.

Parameters:
in Flag Object.
Returns:
NULL


Generated on Mon Sep 3 20:43:54 2007 by  doxygen 1.3.9.1