#include <stdio.h>
#include <math.h>
#include <string.h>
#include <stdlib.h>
#include <algorithm>
#include "qplug_if.h"
#include "qdutil.h"
#include "qar.h"
Functions | |
QplugReturnStatus | PEACE2GSE (QplugArgList *) |
QplugReturnStatus | CIS2GSE (QplugArgList *) |
QplugReturnStatus | EFW2Pot (QplugArgList *) |
int | QrMJD (int year, int month, int day) |
bool | QrEpochToMJD_UT (double epoch, int *MJDdate, double *ut) |
QplugReturnStatus CIS2GSE | ( | QplugArgList * | call_list | ) |
QplugReturnStatus EFW2Pot | ( | QplugArgList * | call_list | ) |
QplugReturnStatus PEACE2GSE | ( | QplugArgList * | call_list | ) |
bool QrEpochToMJD_UT | ( | double | epoch, | |
int * | MJDdate, | |||
double * | ut | |||
) |
int QrMJD | ( | int | year, | |
int | month, | |||
int | day | |||
) |