David Nečas (Yeti)
2017-04-29 07:37:37 UTC
Gwyddion 2.48 is now available for download at
https://sourceforge.net/projects/gwyddion/files/gwyddion/2.48/
(all released files)
http://gwyddion.net/download/2.48/
(source code)
Released files are signed with PGP/GnuPG key
"David Nečas (Yeti) <***@gwyddion.net>", id 62A07732
fingerprint = 263F 9B1E C1E0 5261 C689 D83B 00FD D1D0 62A0 7732
-----------------------------------------------------------------------------
This is a stable version continuing the 2.x series, backward compatible with
previous 2.x versions.
More information about Gwyddion is available at
http://gwyddion.net/
Bugs should be reported to
***@gwyddion.net
the mailing list, or the project's web forum at SourceForge.
-----------------------------------------------------------------------------
Summary of changes:
Application:
- New translation: Brazilian Portugese.
- Translations updated: Czech, French, Russian.
- Toolbox: Default width was increased to 5 columns (to work around broken MS
Windows 10 window management).
- Command line: New options --disable-modules prevents loading of specified
modules.
Libraries:
- libgwyddion: K-correlated PSDF fitting function was added.
- libgwyprocess: Positions of minimum and maximum are now available as data
field row/column statistics quantities.
- libgwyprocess: GwyShapeFitPreset has a quick-fit function for rough fitting
with reduced number of data points.
- libgwyprocess: Function for reduction of the number of points in GwySurface
was added.
- libgwyprocess: Mask thinning function was added.
- libgwydgets: A large number of new stock icons were added.
- libgwydgets: gwy_data_view_coords_xy_cut_line() cuts also vertical and
horizontal lines to nothing when they do not intersect the area at all.
- libgwymodule: Specific modules can be prevented from registration by
gwy_module_register_modules().
- libgwyapp: Ascending abscissae point order is enforced in graph curves upon
file import, with a warning emitted.
- libgwyapp: Progress dialogues shown by the wait functions can be disabled.
- libgwyapp: Misbehaving data window size restoration was corrected.
- libgwyapp: File name filter in the file chooser is now correctly applied only
to the actual file name instead of the whole path.
- libgwyapp: Helper functions for bad data masking and interpolation now use
fast Laplace interpolation instead of simple average.
- libgwyapp: GwyAppFileChooser avoids attempting full preview of huge files.
Modules:
- Zeiss LSM (new): Imports Carl Zeiss CLSM data.
- Dektak VCA (new): Import Dektak OPDx (VCA DATA) files.
- MFM perpendicular (new): Calculates stray field above sample with
perpendicular domains.
- MFM parallel (new): Calculates stray field above sample with parallell
domains.
- MFM shift (new): Transfers the field from one lift height to another.
- MFM current (new): Calculate stray field above sample with current line.
- MFM estimate shift (new): Estimates lift height difference between two MFM
images of the same structure.
- PSF estimate (new): Estimates point spread function based on ideal data and
measured data using deconvolution with regularisation.
- PSF fit (new): Estimates point spread function based on ideal data and
measured data by fitting an explicit PSF functional form.
- Phases synthesis (new): Simple generator of data resembling two-state
(two-phase) systems studied for instance in MFM.
- Stitch (new): Merges multiple images based on origin offsets.
- Pygwy: Standard output from modules and the console is captured (so in the
console print works again as expected). Python modules have new optional
registration variables. Pygwy console remembers recent scripts. Several
more function were added to the Python API.
- Renishaw, volume slice: Create graphs with ascending abscissae point order
now.
- MicroProf: Files with comment at the beginning are imported correctly now.
- Summarize Profiles: Now supports minimum and maximum positions.
- ISO28600: Import of multichannel files was corrected (field separator is
specified as comma). Irregular (XYZ) data import was implemented.
- WITec Project: Now supports different x axis units for spectra and spectral
images.
- NanoObserver: Support for v1.33 files was added (including spectroscopy).
- Spectro tool: CRITICAL error when avaraged curves differed in the number of
points was fixed. Subsequent spectra are interpolated onto the range of the
first selected now when averaging.
- Seiko: At least the first image should be imported from XQ?X files now.
- JPK: Initial support for volume force data (QI) was added. Single point
spectra import was fixed to ascending abscissae.
- SPMLab: All image layers are now loaded (not just the first one).
- Slice volume: Working with Z-axis calibrations was fixed. Initial choice of
possible target graphs was fixed.
- Profile tool: Averaging of thick profiles was fixed (lines close 45 degrees
were mostly affected).
- AMB: Physical dimmensions and scales of the data should be correct now.
- Image export: False colour bar ticks were corrected for inverted mappings.
Rendering of rulers for images with offsets was fixed.
- Nanoscope: Electrochemistry files are recognised.
- Distance tool: The exported table is tab-separated now.
- Mask editor tool: Spurious extra pixels in occurring free-hand drawing were
corrected.
- OPD: Import of ASC files written as XYZ was implemented (assuming regular
grid). Workaround for import error with ‘ImageModificat~0’ was added.
- Graph function fit, FD curve fit and Shape fit: Fit results can be copied
to the cliboard.
Other:
- OSX/BSD pygwy build: Build failure due to pygwy-fix-defs.sed containing
non-standard regexps was fixed (by replacing it with a Python script).
Several other problems related to compiler and linker flags and library
naming were corrected.
- Development snapshots: Now display a prominent label ‘Development snapshot’
in the splash screen so you know you are running a snapshot.
-----------------------------------------------------------------------------
Thanks all who contributed,
Yeti
https://sourceforge.net/projects/gwyddion/files/gwyddion/2.48/
(all released files)
http://gwyddion.net/download/2.48/
(source code)
Released files are signed with PGP/GnuPG key
"David Nečas (Yeti) <***@gwyddion.net>", id 62A07732
fingerprint = 263F 9B1E C1E0 5261 C689 D83B 00FD D1D0 62A0 7732
-----------------------------------------------------------------------------
This is a stable version continuing the 2.x series, backward compatible with
previous 2.x versions.
More information about Gwyddion is available at
http://gwyddion.net/
Bugs should be reported to
***@gwyddion.net
the mailing list, or the project's web forum at SourceForge.
-----------------------------------------------------------------------------
Summary of changes:
Application:
- New translation: Brazilian Portugese.
- Translations updated: Czech, French, Russian.
- Toolbox: Default width was increased to 5 columns (to work around broken MS
Windows 10 window management).
- Command line: New options --disable-modules prevents loading of specified
modules.
Libraries:
- libgwyddion: K-correlated PSDF fitting function was added.
- libgwyprocess: Positions of minimum and maximum are now available as data
field row/column statistics quantities.
- libgwyprocess: GwyShapeFitPreset has a quick-fit function for rough fitting
with reduced number of data points.
- libgwyprocess: Function for reduction of the number of points in GwySurface
was added.
- libgwyprocess: Mask thinning function was added.
- libgwydgets: A large number of new stock icons were added.
- libgwydgets: gwy_data_view_coords_xy_cut_line() cuts also vertical and
horizontal lines to nothing when they do not intersect the area at all.
- libgwymodule: Specific modules can be prevented from registration by
gwy_module_register_modules().
- libgwyapp: Ascending abscissae point order is enforced in graph curves upon
file import, with a warning emitted.
- libgwyapp: Progress dialogues shown by the wait functions can be disabled.
- libgwyapp: Misbehaving data window size restoration was corrected.
- libgwyapp: File name filter in the file chooser is now correctly applied only
to the actual file name instead of the whole path.
- libgwyapp: Helper functions for bad data masking and interpolation now use
fast Laplace interpolation instead of simple average.
- libgwyapp: GwyAppFileChooser avoids attempting full preview of huge files.
Modules:
- Zeiss LSM (new): Imports Carl Zeiss CLSM data.
- Dektak VCA (new): Import Dektak OPDx (VCA DATA) files.
- MFM perpendicular (new): Calculates stray field above sample with
perpendicular domains.
- MFM parallel (new): Calculates stray field above sample with parallell
domains.
- MFM shift (new): Transfers the field from one lift height to another.
- MFM current (new): Calculate stray field above sample with current line.
- MFM estimate shift (new): Estimates lift height difference between two MFM
images of the same structure.
- PSF estimate (new): Estimates point spread function based on ideal data and
measured data using deconvolution with regularisation.
- PSF fit (new): Estimates point spread function based on ideal data and
measured data by fitting an explicit PSF functional form.
- Phases synthesis (new): Simple generator of data resembling two-state
(two-phase) systems studied for instance in MFM.
- Stitch (new): Merges multiple images based on origin offsets.
- Pygwy: Standard output from modules and the console is captured (so in the
console print works again as expected). Python modules have new optional
registration variables. Pygwy console remembers recent scripts. Several
more function were added to the Python API.
- Renishaw, volume slice: Create graphs with ascending abscissae point order
now.
- MicroProf: Files with comment at the beginning are imported correctly now.
- Summarize Profiles: Now supports minimum and maximum positions.
- ISO28600: Import of multichannel files was corrected (field separator is
specified as comma). Irregular (XYZ) data import was implemented.
- WITec Project: Now supports different x axis units for spectra and spectral
images.
- NanoObserver: Support for v1.33 files was added (including spectroscopy).
- Spectro tool: CRITICAL error when avaraged curves differed in the number of
points was fixed. Subsequent spectra are interpolated onto the range of the
first selected now when averaging.
- Seiko: At least the first image should be imported from XQ?X files now.
- JPK: Initial support for volume force data (QI) was added. Single point
spectra import was fixed to ascending abscissae.
- SPMLab: All image layers are now loaded (not just the first one).
- Slice volume: Working with Z-axis calibrations was fixed. Initial choice of
possible target graphs was fixed.
- Profile tool: Averaging of thick profiles was fixed (lines close 45 degrees
were mostly affected).
- AMB: Physical dimmensions and scales of the data should be correct now.
- Image export: False colour bar ticks were corrected for inverted mappings.
Rendering of rulers for images with offsets was fixed.
- Nanoscope: Electrochemistry files are recognised.
- Distance tool: The exported table is tab-separated now.
- Mask editor tool: Spurious extra pixels in occurring free-hand drawing were
corrected.
- OPD: Import of ASC files written as XYZ was implemented (assuming regular
grid). Workaround for import error with ‘ImageModificat~0’ was added.
- Graph function fit, FD curve fit and Shape fit: Fit results can be copied
to the cliboard.
Other:
- OSX/BSD pygwy build: Build failure due to pygwy-fix-defs.sed containing
non-standard regexps was fixed (by replacing it with a Python script).
Several other problems related to compiler and linker flags and library
naming were corrected.
- Development snapshots: Now display a prominent label ‘Development snapshot’
in the splash screen so you know you are running a snapshot.
-----------------------------------------------------------------------------
Thanks all who contributed,
Yeti