- 17 Jul, 2017 40 commits
-
-
Karl Wette authored
Original: 05960a4038077f3e2f7267032535454e6a5cdd85
-
Karl Wette authored
- Change from a gsl_matrix into an opaque struct SuperskyTransformData, though internally for now this just contains a gsl_matrix pointer 'data' - SuperskyMetricsTest must have its own definition of SuperskyTransformData Original: 7f94322b84ba4e5f045c2afbec7cbb418f9d0a27
-
Karl Wette authored
Original: 6ef2ae567a40a2dc982734944cfee84430a35fb7
-
Karl Wette authored
Original: b0ebccba49aa5da56ed8d6cde06a8024c5597732
-
Karl Wette authored
Original: 8c740eb0cabe2669d637c10df58410b894a00461
-
Karl Wette authored
Original: 43074b15249edf3e8effb1951cfb7f46b7361a83
-
Karl Wette authored
Original: 91be2a7a853fa750222429bdf081a52d65426a1b
-
Karl Wette authored
Original: 9fcd68e3b1b2597b0b4779c2f4e8065e2d2deab0
-
Karl Wette authored
Original: dc5c7884fb636d956e442afd284cd6f156ac6eac
-
Karl Wette authored
Original: 89c959c4ba1408adaf81962c36dc35cbf5ab8f43
-
Karl Wette authored
Original: ce4e9fd233b4e419c82e4449aaafa9f57fda476e
-
Karl Wette authored
Original: ffa3a67c8ff578744eabc70917cd3d9254bb57a0
-
Karl Wette authored
Original: eb97da7e55c3c1cd921254786efddf66a975ab04
-
Karl Wette authored
- Bound cache function can compute intermediate results from current point in dimensions 0 to dim, for use by bound functions in dimensions dim+1 and above Original: 386543a28328da2039f64c6a57efeccd95fa097a
-
Karl Wette authored
Original: b475bf6e7edc7ac4143740e0ec788b0c2eb637c3
-
Karl Wette authored
Original: 81572844c9c97cfbb707d0054e4a7f4d4e9b8f93
-
Karl Wette authored
Original: 670a4436f2bb5345e6b41eaf66135a7b8fd33298
-
Karl Wette authored
Original: 99dc9732ea79775d81ec4e5bdfadc95f1335eaaa
-
Karl Wette authored
Original: 945e38dfe0679d464d31df824292e8228f8f8039
-
Karl Wette authored
Original: 83617bac74ce6eddd0117a94412683eb1e47de55
-
Karl Wette authored
Original: e62655a24e3b7449412861606d213ec32d9ec1ed
-
Karl Wette authored
- LatticeTilingTest unaffected as only padding=1 is tested with supersky metrics - Weave template counts are affected (e.g. for TestInterpolating, NCOHRES=478861 before this patch vs. NCOHRES=325670 after) but otherwise tests still pass Original: 10c11588075812fa1a82d6194f86a199a7c4e671
-
Karl Wette authored
- Saves some calls to bound functions - LatticeTilingTest: need to update reference template counts, and increase tolerances for mismatch tests (histogram error, points outside maximum mismatch). These are probably still acceptable, since the tests necessarily must use small parameter-spaces to keep runtime low Original: aeea5b645c5320131b0d91a381ef4a69f4f13073
-
Karl Wette authored
- Wherever bounds without padding are required, in which case the two functions are equivalent - LT_GetBounds() now called only once, from XLALNextLatticeTilingPoint() Original: 3e531ea655e39dde0bf02c95b5b45b98cd539765
-
Karl Wette authored
- This function was only used as an aid to plotting parameter spaces - If this functionality is required in future, probably best to use iterator and add function to extract bounds at current point Original: 75c209c6ba37cb6811b697631620ed02ac3bcf32
-
Karl Wette authored
Original: 498a570ca84dbe4816d301cc346b528a74fb1a5b
-
Karl Wette authored
- Return the dimension of the tiled lattice tiling dimension indexed by 'tiled_dim' - Add test to LatticeTilingTest Original: 9be0c38a6b367f1d50440099ac4fe7517fc5e30c
-
Karl Wette authored
Original: 72cd1bee356d582ee233c79057f8259660c54f6e
-
Karl Wette authored
Original: fac69c53a18a21e35016e04b89b0dd5e81a51c27
-
Karl Wette authored
- This allows concatenation of FITS files Original: b11c706e5e4686b812a1b6bfb903f7309b1d9f3d
-
Karl Wette authored
- Checks if the given key exists in the current HDU Original: 8e468b5420180e6493affadfbf880d3b89162729
-
Karl Wette authored
Original: 171053dda3ae8cfdd236fc84c97f361c423eb950
-
Karl Wette authored
Original: 20145a4ebe6a98f009d2e9958892bce804b844a8
-
Karl Wette authored
Original: df791f899d29805848d7cb01c92a75a731f556f8
-
Karl Wette authored
- Make TilingLattice enum public (renamed from LT_Lattice) - Add UserChoices array TilingLatticeChoices with all TilingLattice choices - Change XLALSetTilingLatticeAndMetric() to take a TilingLattice value - Update LatticeTilingTest to use TilingLattice values - Update ComputeFstatLatticeCount to use the new TilingLattice parsing - This effectively reverts commit 8feb9063a1aebef135fe1ae1145ec27d061ac06b Original: 699c3a4edac4d2ade66ec83ee1310aadc7903b2e
-
Karl Wette authored
Original: a9e303b2bb780bc37e18c817720c32357931a334
-
Karl Wette authored
- Offset the physical parameter-space origin of the lattice tiling by a random fraction of the lattice step size in tiled dimensions Original: e66c725f30acef9f99d16023c351ace955cb9a03
-
Karl Wette authored
Original: de36667cf31e44deb83a2564c786cd0ddf2e1cd8
-
Karl Wette authored
- Return >0 if a lattice tiling dimension is tiled (i.e. not a single point), and 0 otherwise Original: ab168234e9a0b52d3d920997b8024172573fe24b
-
Karl Wette authored
- Enforce this requirement in functions which set bounds on supersky spindown dimensions, i.e. XLALSetSuperskyPhysicalSpinBound() and XLALSetSuperskyCoordinateSpinBound() Original: 4579ced469d689948514fc2da81f28e57a9a180d
-