Procedure | Location | Procedure Type | Description |
---|---|---|---|
aovdrv | aovper | Function | AOVDRV driver routine for |
clr_obs | aovobs | Subroutine | clear structure for observations |
clr_spec | aovspec | Subroutine | clear structure for spectrum frequency grid |
cre_spec | aovspec | Function | create structure for spectrum frequency grid |
dict_val | aovsub | Function | Find key position in a keyword dictionary. Restriction: dictionary entries are of equal size, all kept in one string. |
fgrid | aovspec | Function | Robust routine for evaluation of the time sampling pattern and guessing a suitable frequency grid. The spec structure containing grid parameters is returned as function value. |
get_obs | aovobs | Function | Reads 2 or 3 ascii columns of observations from file fname. Returns structure obs storing them. Number of columns is set basing on first line containing 2 or 3 float numbers. Lines inconsistent with the first one are skipped. |
givens | aovsub | Function | overdetermined linear system by accurate Givens rotations. Prior to GIVENS call m-times GIVENSA in order to build the triangle system R (C) Alex Schwarzenberg-Czerny,2000 alex@camk.edu.pl |
givensacc | aovsub | Subroutine | overdetermined linear system by Givens rotations, a state-of-art algorithm. Routine takes current observation equation from a and accumulates it into r: (C) Alex Schwarzenberg-Czerny,2000 alex@camk.edu.pl |
peak | aovspec | Subroutine | Scan periodogram for a peak and return its properties |
peakrm | aovspec | Subroutine | Finds a peak and flags it to search for subsequent ones. Flags are negated weights, so they are not lost. |
print_args | mprms | Subroutine | |
prog_args | mprms | Function | Inputs arguments succesively from parameter file and command line and resets module NAMELIST global variables, if present in input, as an intended side effect. par and NAMELIST variables are external. |
sortx | aovsub | Interface | |
test_obs | aovobs | Function | Returns simulated light curve for test purposes. |
tolower | aovsub | Function | Change string case to lower |
toupper | aovsub | Function | Change string case to upper |