Gwyddion – Free SPM (AFM, SNOM/NSOM, STM, MFM, …) data analysis software

Subversion commits

Recent commits to Gwyddion subversion repository:

r28955 by yeti-dn on yesterday 19:17:51 in GWYDDION-UNSTABLE

- added a Nield variant of line_stats() function

Modified: internal.h stats--sum.c stats.c stats.h

r28954 by yeti-dn on yesterday 18:53:19 in GWYDDION-UNSTABLE

- moved also the wrappers for old Minkowski functional functions to the new source file

Modified: stats--minkowski.c stats.c

r28953 by yeti-dn on yesterday 18:51:44 in GWYDDION-UNSTABLE

- added Nield variants of inclination functions

Modified: stats.c stats.h

r28952 by yeti-dn on yesterday 18:34:48 in GWYDDION-UNSTABLE

- ported masked Minkowski functionals from ol Gwyddion 3
- changed current functions to wrappers to keep things compiling

Modified: Makefile.am grains-nield.c grains.c grains.h internal.h stats--minkowski.c (new) stats.c stats.h

r28951 by yeti-dn on yesterday 16:08:29 in GWYDDION-UNSTABLE

- use n-1 denominator in sums_to_stats() for rms

Modified: rand-gen-set.c stats.c

r28950 by yeti-dn on yesterday 16:07:40 in GWYDDION-UNSTABLE

- added a skew check to test_field_stats_get_stats_bilinear() (and a commented out kurtosis check)
- unified expectations wrt ‘unbiased’ rms results

Modified: field.c

r28949 by yeti-dn on 2025-12-04 15:08:41 in GWYDDION-UNSTABLE

- added some known-value stats for bilinear fields
- added a simple min-max consistency check

Modified: field.c test-list.txt

r28948 by klapetek on 2025-12-03 22:11:27 in gwyddion

fixed bug in gradient

Modified: cmap_peaks.c

r28947 by klapetek on 2025-12-03 22:03:04 in gwyddion

calculating normalisation properly

Modified: cmap_peaks.c

r28946 by yeti-dn on 2025-12-03 10:28:56 in user-guide

- marked optional dependencies which, however, most people want (such as zlib or HDF5) as recommended

Modified: installation-dependencies.xml installation-mingw32.xml

r28945 by yeti-dn on 2025-12-03 10:10:57 in GWYDDION-UNSTABLE

- added a flag to gwy_line_cumulate() for a full transformation from pdf to cdf
- removed the entire family of cumulative distribution functions, replacing them
  by adding gwy_line_cumulate(dist, TRUE) in a couple of places

Modified: line.c line.h linestats.c linestats.h stats.c stats.h graph_sfuncs.c drift.c tipshape.c pathlevel.c roughness.c sfunctions.c xyz_autocrop.c

r28944 by yeti-dn on 2025-12-03 09:47:04 in GWYDDION-UNSTABLE

- added a Nield cariant of angle distribution
- renamed new dh and da functions to height_dist and angle_dist

Modified: stats.c stats.h

r28943 by yeti-dn on 2025-12-02 18:40:20 in GWYDDION-UNSTABLE

- fixed calculating stats from the wrong area in no-mask path of gwy_NIELD_area_stats()

Modified: stats.c

r28942 by yeti-dn on 2025-12-02 18:39:47 in GWYDDION-UNSTABLE

- check new Nield based stats function

Modified: field.c

r28941 by yeti-dn on 2025-12-02 17:28:39 in GWYDDION-UNSTABLE

- added a Nield variant of dh()

Modified: stats.c stats.h

r28940 by yeti-dn on 2025-12-02 16:37:09 in GWYDDION-UNSTABLE

- added a Nield version of basic stats function

Modified: stats.c stats.h

r28939 by klapetek on 2025-12-02 15:47:48 in gwyddion

adding size option for gradient

Modified: cmap_peaks.c cmap_possearch.c

r28938 by yeti-dn on 2025-12-02 15:09:14 in GWYDDION-UNSTABLE

- try to make "Height" the first channel

Modified: lextfile.c

r28937 by yeti-dn on 2025-12-02 15:09:01 in gwyddion

- try to make "Height" the first channel

Modified: lextfile.c

r28936 by yeti-dn on 2025-12-02 14:06:54 in GWYDDION-UNSTABLE

- updated tests for removed ‘get’ from names

Modified: field.c

r28935 by yeti-dn on 2025-12-02 14:04:43 in GWYDDION-UNSTABLE

- added a Nield variant of dispersion computation
- removed ‘get’ from Nield variant function names if they calculate something instead of getting
  a property

Modified: stats--entropy.c stats--sum.c stats.c stats.h

r28934 by yeti-dn on 2025-12-02 13:49:33 in GWYDDION-UNSTABLE

- added a material volume function (Nield based)

Modified: stats--sum.c stats.h

r28933 by yeti-dn on 2025-12-02 13:49:13 in GWYDDION-UNSTABLE

- added a whole-nield count function

Modified: nield.c nield.h

r28932 by yeti-dn on 2025-12-02 13:29:25 in GWYDDION-UNSTABLE

- added a couple of elementary volume calculation tests

Modified: field.c test-list.txt

r28931 by yeti-dn on 2025-12-02 10:26:42 in GWYDDION-UNSTABLE

- changed Field area and variation calculations to thin wrappers around Nield ones
- added Nield variant of volume calculation

Modified: stats--sum.c stats.h

r28930 by yeti-dn on 2025-12-02 08:47:14 in GWYDDION-UNSTABLE

- restored gwy_field_area_get_surface_slope() as a gwy_NIELD_area_get_rms_slope() wrapper to keep
  things compilable

Modified: grains-nield.c stats--sum.c stats.h

r28929 by yeti-dn on 2025-12-01 15:04:52 in GWYDDION-UNSTABLE

- added a sum-over-corners helper function, similar as in old Gwyddion 3, but simpler
- changed surface area and variation to use the summation over corners

Modified: internal.h stats--sum.c

r28928 by yeti-dn on 2025-12-01 15:00:27 in GWYDDION-UNSTABLE

- added a mean square test

Modified: field.c test-list.txt

r28927 by yeti-dn on 2025-12-01 10:22:49 in GWYDDION-UNSTABLE

- added Nield variant of variation calculation

Modified: stats--sum.c

r28926 by yeti-dn on 2025-12-01 09:59:41 in GWYDDION-UNSTABLE

- added Nield surface area function variation
- replaced surface slope function with a Nield one

Modified: stats--sum.c stats.h

r28925 by klapetek on 2025-11-30 17:09:49 in gwyddion

do not try to set zero selection

Modified: cmap_peaks.c

r28924 by klapetek on 2025-11-30 09:35:00 in gwyddion

using zero background when finding peaks on derivative signals, instant curve preview

Modified: cmap_peaks.c

r28923 by yeti-dn on 2025-11-28 13:04:52 in GWYDDION-UNSTABLE

- updated rms tests with explicitly known result to the n-1 denominator

Modified: field.c

r28922 by yeti-dn on 2025-11-28 13:03:06 in GWYDDION-UNSTABLE

- divide by n-1 when calculating rms; also do it consistently in grain-wise rms
- added missing gwy_NIELD_area_get_mean_square() declaration

Modified: stats.c stats.h

r28921 by yeti-dn on 2025-11-28 10:55:42 in GWYDDION-UNSTABLE

- added some consistency and const-value tests for masked area stats

Modified: field.c nield.c test-list.txt testlibgwy.h

r28920 by yeti-dn on 2025-11-27 19:26:14 in GWYDDION-UNSTABLE

- added Nield variants for a few more basic stats

Modified: stats.c stats.h

r28919 by yeti-dn on 2025-11-27 16:20:54 in GWYDDION-UNSTABLE

- added a Nield-based masked plane fitting which also handles degenerate cases correctly
- return normal matrix rank from plane fitting functions

Modified: level.c level.h

r28918 by yeti-dn on 2025-11-27 16:19:40 in GWYDDION-UNSTABLE

- added tests for area plane fitting, including degenerate cases

Modified: field.c test-list.txt

r28917 by yeti-dn on 2025-11-26 18:05:23 in GWYDDION-UNSTABLE

- added some masked area-fill tests

Modified: field.c test-list.txt

r28916 by yeti-dn on 2025-11-26 17:39:55 in GWYDDION-UNSTABLE

- added a few basic math tests

Modified: Makefile.am math.c (new) test-list.txt

r28915 by yeti-dn on 2025-11-26 17:25:41 in GWYDDION-UNSTABLE

- added a few inlinable functions working with XY and XYZ as vectors

Modified: xy.c xy.h xyz.c xyz.h

r28914 by yeti-dn on 2025-11-26 17:14:27 in GWYDDION-UNSTABLE

- changed inline math functions to provide an inline implementation and also a linkable symbol at the same
  time
- both work in third party code using the library
- it also makes such functions introspectable

Modified: math.c math.h

r28913 by yeti-dn on 2025-11-25 14:22:00 in GWYDDION-UNSTABLE

- handle degenerate cases in full-size plane fitting
- added a bunch of linear alrgebra notes to handling of degenerate cases to masked area plane fitting

Modified: level.c

r28912 by yeti-dn on 2025-11-25 13:55:50 in GWYDDION-UNSTABLE

- improved plane fitting and levelling tests

Modified: field.c test-list.txt

r28909 by yeti-dn on 2025-11-24 18:04:22 in GWYDDION-UNSTABLE

- added Nield variants of a few basic stats (min, max) and entropy calculation

Modified: field.c grain-quantities.c gwynlfitpreset.c linestats.c results.c stats--acfpsdf.c stats--entropy.c stats.c stats.h tip.c unit.c unit.h utils.c

r28908 by yeti-dn on 2025-11-24 18:03:45 in GWYDDION-UNSTABLE

- added a function to count masked (positive) values in a region

Modified: nield.c nield.h

r28907 by yeti-dn on 2025-11-24 17:10:10 in GWYDDION-UNSTABLE

- added Field–Nield pixel resolution assertion helpers
- added NIELD variant of a couple of simple masked Field functions

Modified: field.c field.h grain-quantities.c grains-nield.c internal.h nield.c watershed.c

1.3 (yeti, 2014-06-08 11:10:03)
© David Nečas and Petr Klapetek

Home Download News Features Screenshots Documentation Communicate Participate Resources Publications Applications Site Map

Valid XHTML 1.0 Valid CSS