HOPS
HOPS class reference
|
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <math.h>
#include <ctype.h>
#include "difx2mark4.h"
#include "other.h"
Macros | |
#define | MAX_FS 10 |
Functions | |
int | createRoot (DifxInput *D, struct fblock_tag *pfb, int jobId, int scanId, char *node_name, char *node, char *rcode, struct stations *stns, struct CommandLineOptions *opts, char *rootname) |
void | fake_bocf_period (char buff[256], DifxConfig *config) |
double | frt (double mjd, double fract, int midpt_offset) |
char | getband (double freq) |
int | isValidAntenna (const DifxInput *D, char *antName, int scanId) |
#define MAX_FS 10 |
int createRoot | ( | DifxInput * | D, |
struct fblock_tag * | pfb, | ||
int | jobId, | ||
int | scanId, | ||
char * | node_name, | ||
char * | node, | ||
char * | rcode, | ||
struct stations * | stns, | ||
struct CommandLineOptions * | opts, | ||
char * | rootname | ||
) |
void fake_bocf_period | ( | char | buff[256], |
DifxConfig * | config | ||
) |
double frt | ( | double | mjd, |
double | fract, | ||
int | midpt_offset | ||
) |
char getband | ( | double | freq | ) |
int isValidAntenna | ( | const DifxInput * | D, |
char * | antName, | ||
int | scanId | ||
) |