HypWavefront([ws, parfile]) | Obtain wavefront shape. |
MaxNLocator(*args, **kwargs) | Select no more than N intervals at nice locations. |
Task([ws, parfile]) | Base class from which all tasks should be derived. |
brute(func, ranges[, args, Ns, full_output, ...]) | Minimize a function over a given range by brute force. |
fmin(func, x0[, args, xtol, ftol, maxiter, ...]) | Minimize a function using the downhill simplex algorithm. |
getShowerPlaneDistancesAndDelays(az, el, ...) | |
getStationListAndIndicesFromFlatArray(...) | |
hyperbolic_function(x, a) | |
hyperbolic_function_with_a_fixed(x, a) | |
leastsq(func, x0[, args, Dfun, full_output, ...]) | Minimize the sum of squares of a set of equations. |
Hyperbolic-Wavefront Task: produces the shape of the incoming wavefront, using pulse arrival times at each antenna. Stripped version of Wavefront Task; this version only calculates the best-fitting hyperbolic wavefront and az/el direction, given the eventID, arrival times, arrival time uncertainties, antenna positions, station names per antenna, and a shower core position (x and y) as input.
Module author: Arthur Corstanje <a.corstanje@astro.ru.nl>
Obtain wavefront shape.
Input parameters
Output parameters
Run the task.