HOPS
HOPS class reference
Functions | Variables
difx2mark4.c File Reference
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <ctype.h>
#include <glob.h>
#include <limits.h>
#include <sys/stat.h>
#include <time.h>
#include <difxio.h>
#include "difx2mark4.h"

Functions

int convertMark4 (struct CommandLineOptions *opts, int *nScan, int *nScanTot)
 
void deleteCommandLineOptions (struct CommandLineOptions *opts)
 
int main (int argc, char **argv)
 
struct CommandLineOptionsnewCommandLineOptions ()
 
int newScan (DifxInput *, struct CommandLineOptions *, char *, int, int *)
 
struct CommandLineOptionsparseCommandLine (int argc, char **argv)
 

Variables

const char author [] = "hops-dev@mit.edu"
 
struct fbands fband [MAX_FBANDS]
 
const char program [] = "difx2mark4"
 
const char version [] = "1.8.1"
 

Function Documentation

◆ convertMark4()

int convertMark4 ( struct CommandLineOptions opts,
int *  nScan,
int *  nScanTot 
)

◆ deleteCommandLineOptions()

void deleteCommandLineOptions ( struct CommandLineOptions opts)

◆ main()

int main ( int  argc,
char **  argv 
)

◆ newCommandLineOptions()

struct CommandLineOptions* newCommandLineOptions ( )

◆ newScan()

int newScan ( DifxInput *  D,
struct CommandLineOptions opts,
char *  node,
int  scanId,
int *  jobId 
)

◆ parseCommandLine()

struct CommandLineOptions* parseCommandLine ( int  argc,
char **  argv 
)

Variable Documentation

◆ author

const char author[] = "hops-dev@mit.edu"

◆ fband

struct fbands fband[MAX_FBANDS]
Initial value:
= {{'B', 0.0, 999999.9},
{'I', 100.0, 150.0},
{'G', 150.0, 225.0},
{'P', 225.0, 390.0},
{'L', 390.0, 1750.0},
{'S', 1750.0, 3900.0},
{'C', 3900.0, 6200.0},
{'X', 6200.0, 10900.0},
{'K', 10900.0, 36000.0},
{'Q', 36000.0, 46000.0},
{'V', 46000.0, 56000.0},
{'W', 56000.0, 100000.0},
{0, 0, 0}, {0, 0, 0}, {0, 0, 0}, {0, 0, 0},
{0, 0, 0}, {0, 0, 0}, {0, 0, 0}, {0, 0, 0}}

◆ program

const char program[] = "difx2mark4"

◆ version

const char version[] = "1.8.1"