Routines for pre-processing of observations. This is part of the AOV package of routines for computation and evaluation of AOV periodograms. This package is subject to copyrights by its author, (C) A. Schwarzenberg-Czerny 1998-2018, alex@camk.edu.pl Its distribution is free, except that distribution of modifications is prohibited.
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.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | fname | Input file name |
result obs structure
Returns simulated light curve for test purposes.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | no | number of observations to simulate |
result structure containing observations
clear structure for observations
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(OBS_T) | :: | obs | obs structure to destroy |