HOPS
HOPS class reference
Macros | Functions | Variables
createType3s.c File Reference
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <math.h>
#include <glob.h>
#include "difx2mark4.h"
#include "other.h"
#include "d2m4_pcal_record.h"

Macros

#define D2M4_MERGE_PCAL_DATASTREAMS
 
#define LBUFF_SIZE   40 * NPC_TONES * NPC_FREQS + 256
 
#define NPC_FREQS   64
 
#define NPC_TONES   64
 

Functions

int createType3s (DifxInput *D, struct fblock_tag *pfb, int startJob, int endJob, int scanId, char *node, char *rcode, struct stations *stns, struct CommandLineOptions *opts)
 
void fill_ds_pols (DifxInput *D, int ant, char *ds_pols)
 

Variables

char lbuff [LBUFF_SIZE]
 

Macro Definition Documentation

◆ D2M4_MERGE_PCAL_DATASTREAMS

#define D2M4_MERGE_PCAL_DATASTREAMS

◆ LBUFF_SIZE

#define LBUFF_SIZE   40 * NPC_TONES * NPC_FREQS + 256

◆ NPC_FREQS

#define NPC_FREQS   64

◆ NPC_TONES

#define NPC_TONES   64

Function Documentation

◆ createType3s()

int createType3s ( DifxInput *  D,
struct fblock_tag pfb,
int  startJob,
int  endJob,
int  scanId,
char *  node,
char *  rcode,
struct stations stns,
struct CommandLineOptions opts 
)

◆ fill_ds_pols()

void fill_ds_pols ( DifxInput *  D,
int  ant,
char *  ds_pols 
)

Variable Documentation

◆ lbuff

char lbuff[LBUFF_SIZE]