Prototypes | |
| int | XLALSetLatticeTilingPiecewiseBounds (LatticeTiling *tiling, const size_t s, const double fmin, const double fmax, const double nmin, const double nmax, const double kmin, const double kmax, const gsl_vector *knots, const gsl_vector *bboxpad, const gsl_vector_int *intpad) |
| Sets the bounds for the piecewise model. More... | |
Go to the source code of this file.
| int XLALSetLatticeTilingPiecewiseBounds | ( | LatticeTiling * | tiling, |
| const size_t | s, | ||
| const double | fmin, | ||
| const double | fmax, | ||
| const double | nmin, | ||
| const double | nmax, | ||
| const double | kmin, | ||
| const double | kmax, | ||
| const gsl_vector * | knots, | ||
| const gsl_vector * | bboxpad, | ||
| const gsl_vector_int * | intpad | ||
| ) |
Sets the bounds for the piecewise model.
| tiling | Lattice tiling |
| s | Number of frequency/spindown parameters per knot |
| fmin | Minimum initial frequency |
| fmax | Maximum initial frequency |
| nmin | Minimum braking index |
| nmax | Maximum braking index |
| kmin | Minimum k value |
| kmax | Maximum k value |
| knots | List of knots |
| bboxpad | Vector containing fractional bounding box padding |
| intpad | Vector containing number of integer points to use for padding |
Definition at line 142 of file PiecewiseModel.c.