• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

MakefileH A D10-Oct-2021343 138

READMEH A D10-Oct-2021968 3121

dataoct.cH A D10-Oct-20217.7 KiB319243

dataoct.hH A D10-Oct-2021822 5041

externs.hH A D10-Oct-2021174 129

main.cH A D10-Oct-202128.2 KiB923737

oct.cH A D10-Oct-20214.8 KiB222133

oct.hH A D10-Oct-2021500 3225

points.hH A D10-Oct-2021128 1310

surf.hH A D10-Oct-2021723 3726

user.hH A D10-Oct-2021336 2522

user1.cH A D10-Oct-202120.4 KiB801596

user2.cH A D10-Oct-20218.6 KiB317227

user3.cH A D10-Oct-202121 KiB795633

user4.cH A D10-Oct-20219.2 KiB421310

userextern.hH A D10-Oct-20211.3 KiB5845

userglobs.hH A D10-Oct-20211.3 KiB4940

vector.cH A D10-Oct-20212.3 KiB8641

README

1dnorm: in the 3D version we normalize
2based on the overlapping window rather than segment
3(essentially based on npmin rather than segmax)
4
5Reason: the overlapping window can be large and then the
6normalization based on the segment size was not sufficient.
7But that means that the segments are smaller than dnorm.
8
9#######################################################
10HISTORY:
11
1221/feb/09 (Antonio Galea)
13  - static initialization of spline coefficients
14  - avoid calling exp() and erf() multiple times for
15    spline and derivatives
16  - do not compute first and second derivatives unless
17    required
18
1902/03/03 (jh) - added deviation site file to the output
20
2103/11/00 (jh) - re-written I/O operations, several bug fixes
22including 3D topo parameters, and 2nd RST derivatives
23
2412/07/00 (MN) - added field selection parameter for sites lists
25                (allows selecting column in site_lists)
26
27copied from Mark 15.may.1996,
28just a beta version, not fully tested
29
30
31