|
ocssw
V2022
|
solar_xray.c File Reference
#include <stdio.h>#include <stdint.h>#include <stdlib.h>#include <string.h>#include <libgen.h>#include "hdf5.h"
Include dependency graph for solar_xray.c:
Go to the source code of this file.
Functions | |
| double | ymds2unix (short year, short month, short day, double secs) |
| void | unix2yds (double usec, short *year, short *day, double *secs) |
| int | main (int argc, char *argv[]) |
Function Documentation
◆ main()
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 16 of file solar_xray.c.
◆ unix2yds()
| void unix2yds | ( | double | usec, |
| short * | year, | ||
| short * | day, | ||
| double * | secs | ||
| ) |
◆ ymds2unix()
| double ymds2unix | ( | short | year, |
| short | month, | ||
| short | day, | ||
| double | secs | ||
| ) |


