0
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 6 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added Grid.maxUV - This method computes the (u, v) parametric coordinates within the grid of the first occurrence of the maximum value. u is row-linked [0.0, 1.0] while v is column-linked [0.0, 1.0].
lancelet
as Jonathan Merritt
More... about 12 years ago
Added Grid.maxRowCol. - This function finds the (row, col) coordinates of the first occurrence of the maximum element of the grid.
lancelet
as Jonathan Merritt
More... about 12 years ago
Added more comment divisions for clarity.
lancelet
as Jonathan Merritt
More... about 12 years ago
Updated some of the tests.
lancelet
as Jonathan Merritt
More... about 12 years ago
Made BicubicPatch generic. - BicubicPatch can now work with any instance of the DoubleMultiplyable trait. This could do with some more cleaning up.
lancelet
as Jonathan Merritt
More... about 12 years ago
Replace abstract vals with defs.
lancelet
as Jonathan Merritt
More... about 12 years ago
Cubic-interpolated plots of I_1 at max response.
lancelet
as Jonathan Merritt
More... about 12 years ago
LUT and a Spectrum LUT. - These implement a look-up table: Double => Color - The spectrum LUT is an implementation that uses the "standard" spectrum LUT.
lancelet
as Jonathan Merritt
More... about 12 years ago
Comment for BicubicInterpGrid.
lancelet
as Jonathan Merritt
More... about 12 years ago
Bicubic interpolation over a grid of Doubles.
lancelet
as Jonathan Merritt
More... about 12 years ago
Bicubic interpolation over a regular 4x4 grid.
lancelet
as Jonathan Merritt
More... about 12 years ago
Ignore some new files / directories.
lancelet
as Jonathan Merritt
More... about 12 years ago
Output max compressive strain for trial types.
lancelet
as Jonathan Merritt
More... about 12 years ago
More trial processing. - Compute I1 (first invariant of left Cauchy-Green Deformation Tensor) - Find sample corresponding to first peak in I1. - Compute Biot strain tensor. - Find principal Biot strain with maximum magnitude at first peak in I1.
lancelet
as Jonathan Merritt
More... about 12 years ago
More trial processing. - Low-pass filter marker position coordinates. - Create the marker grid. - Create virtual marker for the pointer tip. - Find the reference sample, at which the poke occurs.
lancelet
as Jonathan Merritt
More... about 12 years ago
Pass off trials to MethodPaperTrial to process.
lancelet
as Jonathan Merritt
More... about 12 years ago
No longer doing validation study. - Planned validation study will no longer form part of the method paper. - Remove / clean up files related to this.
lancelet
as Jonathan Merritt
More... about 12 years ago
Started method paper analysis. - Load trials for Horse11.
lancelet
as Jonathan Merritt
More... about 12 years ago
Update slightly for Linux (currently not working).
lancelet
as Jonathan Merritt
More... about 12 years ago
Upgrade to VTK 5.8.0.
lancelet
as Jonathan Merritt
More... about 12 years ago
Removed ondex repository and minor cleanup.
lancelet
as Jonathan Merritt
More... about 12 years ago
Old version of testfunplot (for record purposes).
lancelet
as Jonathan Merritt
More... about 12 years ago
Moved testfunplot.py to an "old" file. This version of testfunplot deals with an older test function which is being replaced.
lancelet
as Jonathan Merritt
More... about 12 years ago
Added description of new Gaussian-based function. (Still a WIP.)
lancelet
as Jonathan Merritt
More... about 12 years ago
Plot the test function used for validation (WIP).
lancelet
as Jonathan Merritt
More... about 12 years ago
Updated to Scala 2.9.1-1.
lancelet
as Jonathan Merritt
More... about 12 years ago
Various mathematical additions.
lancelet
as Jonathan Merritt
More... over 12 years ago
Updated build for newer versions of libraries, etc.
lancelet
as Jonathan Merritt
More... over 12 years ago
Updated for Scala 2.9.1.final.
lancelet
as Jonathan Merritt
More... over 12 years ago
Minor update for OS X running, and LD_LIBRARY_PATH for Linux.
lancelet
as Jonathan Merritt
More... over 12 years ago