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

Subversion commits

Recent commits to Gwyddion subversion repository:

r26292 by yeti-dn on yesterday 15:29:34 in gwyddion

- updated 2.66 news a bit

Modified: NEWS

r26291 by yeti-dn on yesterday 15:26:15 in gwyddion

- use correct zlength units
- removed the weird manual unit prefix selection; just use base units
- small cleanup

Modified: surffile.c

r26290 by yeti-dn on yesterday 10:40:59 in gwyddion

- implemented compressed data decompression
- works, but a bit rough

Modified: surffile.c

r26289 by yeti-dn on 2024-04-22 15:43:57 in gwyddion

- enlarged fixed-size character fields by one for reading so that we have space for the
  terminating NUL
- added helper functions for reading such fields
- a feeble attempt to use better channel names

Modified: surffile.c

r26288 by yeti-dn on 2024-04-22 15:28:45 in gwyddion

- refactoring to read more channels

Modified: surffile.c

r26287 by yeti-dn on 2024-04-22 14:59:45 in gwyddion

- handle better file size, actually taking into account the comment and private area size

Modified: surffile.c

r26286 by yeti-dn on 2024-04-22 14:50:21 in gwyddion

- filling some of the blanks in the header using new format information

Modified: surffile.c

r26285 by yeti-dn on 2024-04-22 14:10:30 in gwyddion

- write the type as image, not profile
- added more values to the type enum

Modified: surffile.c

r26284 by yeti-dn on 2024-04-22 14:02:28 in gwyddion

- pad string fields with spaces, not NULs

Modified: surffile.c

r26283 by yeti-dn on 2024-04-17 13:24:13 in gwyddion

- added HHCF method (called structure function as this is the usual name in this context)

Modified: fractal.c

r26282 by yeti-dn on 2024-04-17 13:23:35 in gwyddion

- added HHCF fractal dimension method

Modified: fractals.c fractals.h

r26281 by yeti-dn on 2024-04-17 12:27:31 in user-guide

- clarification

Modified: fractal.xml

r26280 by yeti-dn on 2024-04-17 12:13:16 in gwyddion

- documentation clarification

Modified: fractals.c

r26279 by francheu on 2024-04-14 13:49:34 in gwyddion

Update of French translation

Modified: fr.po

r26278 by klapetek on 2024-04-11 09:59:01 in gwyddion

added report and rss

Modified: smm.c

r26277 by klapetek on 2024-04-08 14:06:41 in gwyddion

increased max number of iterations

Modified: smm.c

r26276 by yeti-dn on 2024-04-08 13:51:50 in gwyddion

- removed JXL flags

Modified: Makefile.am

r26275 by yeti-dn on 2024-04-08 13:51:10 in gwyddion

- fixed missing space after dnl in disabling libjxl

Modified: configure.ac

r26274 by klapetek on 2024-04-08 12:38:03 in gwyddion

fitting something

Modified: smm.c

r26273 by klapetek on 2024-04-08 12:03:19 in gwyddion

adjusted adjustment steps

Modified: smm.c

r26272 by klapetek on 2024-04-08 11:50:44 in gwyddion

added capacitance plot

Modified: smm.c

r26271 by klapetek on 2024-04-08 11:17:33 in gwyddion

added fitting option, results stil not ideal

Modified: smm.c

r26270 by yeti-dn on 2024-04-08 08:41:51 in gwyddion

- disabled libjxl check

Modified: configure.ac

r26269 by yeti-dn on 2024-04-08 08:40:32 in gwyddion

- added a comment about disabling JPEG XL code

Modified: imgexport.c

r26268 by vojtakl4 on 2024-03-30 16:41:51 in gwyddion

allow arbitrary length IDAT

Modified: ardf.c

r26267 by yeti-dn on 2024-03-25 12:13:18 in gwyddion

- do not pass hash to get_scan_size() in hash_to_lawn(); pass scansize twice
- it seems for force volume data Scan size is simply in a different section

Modified: nanoscope.c

r26266 by yeti-dn on 2024-03-23 08:46:35 in user-guide

- grammar fix

Modified: installation-ms-windows.xml

r26265 by yeti-dn on 2024-03-22 13:23:00 in user-guide

- added a note about MS Windows trying to discourage users from installation

Modified: installation-ms-windows.xml

r26264 by yeti-dn on 2024-03-22 10:29:32 in gwyddion

- don't apply bufferRange to multicolumn ASCII data which are already in physical units
- added missing vertical image flipping

Modified: mifile.c

r26263 by yeti-dn on 2024-03-21 14:59:39 in gwyddion

- added support for multicolumn ASCII image files
- recognise ASCII files with either Unix or MS-DOS EOLs

Modified: mifile.c

r26262 by yeti-dn on 2024-03-14 17:29:10 in gwyddion

- added magic comments

Modified: igorfile.c

r26261 by yeti-dn on 2024-03-14 17:24:12 in gwyddion

- added a couple more tiny grain special cases to the Laplace solver

Modified: correct-laplace.c

r26260 by yeti-dn on 2024-03-14 16:08:37 in gwyddion

- added a function special-casing tiny grains, currently 1×1

Modified: correct-laplace.c

r26259 by yeti-dn on 2024-03-14 15:48:52 in gwyddion

- updated 2.66 news a bit

Modified: NEWS

r26258 by yeti-dn on 2024-03-14 15:42:58 in gwyddion

- try to read binary wave records from PXP files and merge them to a file

Modified: igorfile.c

r26257 by yeti-dn on 2024-03-14 15:21:31 in gwyddion

- refactored igor_read_single() to read into a caller-supplied container from a caller-supplied
  memory buffer
- makes possible to actually use it as a subroutine

Modified: igorfile.c

r26256 by yeti-dn on 2024-03-14 15:06:03 in gwyddion

- removed debugging timer

Modified: correct-laplace.c

r26255 by yeti-dn on 2024-03-14 14:58:54 in gwyddion

- worked around slow laplace solver when running on a huge number of small-ish grains
- added a hardcoded threshold for parallelisation

Modified: correct-laplace.c

r26254 by yeti-dn on 2024-03-14 13:09:53 in gwyddion

- started adding support for Igor packed experiment (PXP) files
- detection and record enumeration works

Modified: igorfile.c

r26253 by yeti-dn on 2024-03-13 15:45:59 in gwyddion

- a feeble attempt to add some conversion to physical values
- the scales are still nonsensical

Modified: asdfile.c

r26252 by yeti-dn on 2024-03-13 14:22:25 in gwyddion

- read both channels, if present
- skip zero-filled bricks
- started conversion to physical values, not working yet

Modified: asdfile.c

r26251 by yeti-dn on 2024-03-13 13:24:35 in gwyddion

- moved header reading out of the main load function
- refactored it a bit, mainly to simply move p to the end of the header
- added support for version 2 (untested)

Modified: asdfile.c

r26250 by yeti-dn on 2024-03-13 10:39:29 in gwyddion

- added a NO_REBASE filetype flag for files which look like volume/curve data, but are not
  F-D and we should not try to rebase the curves
- set the flag when seeing ROL Start context (TUNA)

Modified: nanoscope.c

r26249 by yeti-dn on 2024-03-13 10:29:54 in gwyddion

- improved file format detection, especially for version 0

Modified: asdfile.c

r26248 by yeti-dn on 2024-03-12 16:09:11 in gwyddion

- started adding support also for version 2

Modified: asdfile.c

r26247 by yeti-dn on 2024-03-12 15:57:04 in gwyddion

- read v0 frames from the correct positions in the file
- still not sure how the header size is supposed to be interpreted

Modified: asdfile.c

r26246 by yeti-dn on 2024-03-12 15:24:49 in gwyddion

- started adding support for version 0 of the file format
- various messy refactoring

Modified: asdfile.c

r26245 by yeti-dn on 2024-03-12 11:55:08 in gwyddion

- do not include pyroscopy version attributes in metadata because they are fake anyway

Modified: epflfile.c

r26244 by klapetek on 2024-03-05 12:42:20 in gwyddion

updated graph axes and other GUI aspects

Modified: smm.c

r26243 by yeti-dn on 2024-03-05 10:20:51 in gwyddion

- try to read physical dimensions from scanlist if we find a separate Slow Axis Size field

Modified: nanoscope.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