| addHTMLSection | void addHTMLSection(string sourcefile, FILE out, string secid) |
| agauss | float agauss(float a, float dx, float dy, float dz, float d) |
| appinit | void appinit(list argv) All applications should call this before parsing the command line |
| appusage | void appusage(string argv0) |
| bestfftsize | int bestfftsize(int low) returns a good fft size >= than low |
| bilin | float bilin(float p1, float p2, float p3, float p4, float t, float u) |
| cyc | int cyc(int i, int n) |
| error | void error(string msg, int pri) |
| file_lock | int file_lock(FILE file) |
| file_lock_wait | int file_lock_wait(FILE file) |
| file_unlock | void file_unlock(FILE file) |
| floor2 | int floor2(float x) |
| frand | float frand(float min, float max) |
| FSsend | int FSsend(int command, int datalen, string filename, string data,int fileno=0) |
| grand | float grand(float mean, float sigma) |
| hypot2 | float hypot2(float x, float y) |
| hypot3 | float hypot3(float x,float y,float z) |
| interpolate | float interpolate(float xl, int n, list x_list, list y_list) |
| isvalidfft | int isvalidfft(int low) |
| LOGbegin | int LOGbegin(list argv, int ppid=0) |
| LOGerror | void LOGerror(int ref, int err, string text) |
| LOG | void LOG(int ref, string filename, int mode, string text) |
| lsqfit | lsqfit(int n, list dx, list dy, Float m, Float b, int ign0 = 1) least squares fit returns slope, m, and intercept, b |
| maxf | float maxf(float f1, float f2) |
| minf | float minf(float f1,float f2,float f3=1.0e30) |
| npfa | int npfa(int low) |
| p5peak | float p5peak(float v1, float v2, float v3, float v4,float v5) this will interpolate a peak location. v3 is considered to be at x=0. The other points are nearest neighbors returns 0 if not well defined |
| resolv | unsigned long resolv(string host = NULL) |
| roteulertb | void py_roteulertb(Float alt, Float az, Float phi, float dx, float dy) |
| run | int run(string program); |
| save_data | void py_save_data(list x_list, list y_list, int n, string filename); |
| sock_open | int sock_open(unsigned long addr, unsigned short port) |
| SQR | float SQR(float x) |
| tmpnam2 | string tmpnam2() |
| writesock | int writesock(int sock, string data, int len) |