Home
Install
Use
Develop
Support
News
Credits
hosted by
|
14 void fortopen_ ( int* lun, char* filename, int filename_length);
15 void fortclose_ ( int* lun);
18 void resread_ ( int* lun, double* mjd, double* resiturns, double* resitimes,
19 double* phase, double* freq, double* weight, double* error,
20 double* preres, int* status);
22 void covn_ ( int* lun, int* nparm);
24 void covread_ ( int* lun, int* nparm, char* parm_names,
25 double* gcor, double* sig, double* cov);
Generated using doxygen 1.14.0
|