Differences between revisions 10 and 11
Deletions are marked like this. Additions are marked like this.
Line 85: Line 85:
=== ARY ===
Line 103: Line 101:
* Now supports the 64-bit integer (_INT64) data type.
* Introduce tuning parameter SECMAX to limit maximum size of an NDF section.
* A new routine NDF_CANCL can be used to cancel the association between an environment parameter and an NDF. This is equivalent to calling PAR_CANCL for parameters, except that NDF_CANCL provides an option to cancel all NDF parameters in a single call, without needing to know their names.
* The structure used to hold Provenance information has been changed. It now occupies much less disk space and is much faster to read and write.
Line 105: Line 108:
  * The structure used to hold Provenance information has been changed. It now occupies much less disk space and is much faster to read and write. * New routine NDG_ABPTH added to convert a group of NDF paths from relative to absolute, with respect to the current working directory.

* Routine NDG_GTSUP now returns field values formed by parsing the file specifications in the supplied group, if the supplied group
has no supplemental information, rather than return blank field values.

* A bug has been fixed that resulted in the NDF AUTOHISTORY facility being switched off inside an NDG "group history" block. For instance,
this caused all KAPPA applications to ignore any value set for environment variable NDF_AUTO_HISTORY.

Starlink Software Collection - Hikianalia Release Notes

General

  • 64-bit integer data type supported.

New Applications

Changes to Applications

ATOOLS

* Added task ASTSPHMAP to create a SphMap. for transforming from three-dimensional Cartesian co-ordinates into a two-dimensional spherical co-ordinate system.

CONVERT

* Can process 64-bit integer data in ASCII2NDF, DA2NDF, FITS2NDF, NDF2ASCII, NDF2DA, NDF2FITS, NDF2UNF, and UNF2NDF.

GAIA

* A new toolbox for drawing STC-S regions has been added.

* It is now possible to add local colour and intensity maps to GAIA by adding files to the ~/.skycat/colormaps directory. These files need to be in the correct format, that is simple text files with either three columns (RGB for colour maps) or one column (intensity) whose values are in the range 0 to 1. Colour maps should use the file type ".lasc" and intensity maps ".iasc".

* A bug in the handling of the WCS from FITS files with size greater than 2Gb has been fixed. Previously GAIA could fail to show the world coordinates for such images.

* The UCAC4 catalogue has been added to the standard Skycat catalogues.

KAPPA

* New applications:

  • CONFIGECHO reports the value of a configuration parameter be it in a text file or the history of an NDF. While it is mostly intended for scripting it can also display the configuration-parameter differences between the two sources.
  • NDFECHO expands a given group expression into an explicit list of NDF names, and reports a specified subset thereof.

* Modified commands:

  • CHANMAP, COLLAPSE, and MSTATS have four new estimators, which produce the fraction/count of good/bad pixel values.
  • NORMALSIZE permits normalisation against a single row or column when comparing two-dimensional NDFs through a new boolean parameter called LOOP.
  • PARGET has a new boolean parameter called VECTOR, which defines the format used to present vector parameters.
  • ROTATE estimates north at the centre of the array not at the first corner.
  • WCSADD offers control of the transfer of set attributes from the basis Frame to the new Frame through a new boleean parameter called TRANSFER.
  • WCSREMOVE can remove Frames specified by name as well as by index.

ORAC-DR

See http://www.oracdr.org/oracdr/ChangeLog

SCB

SCB is moving to obsolete and will not be installed by default.

SMURF

* Up to three external masks can now be specified using ADAM parameters REF, MASK2 and MASK3. The ZERO_MASK configuration parameter selects which ADAM parameter to use. * If multiple types of mask are requested for any of the AST, FLT and COM models they will now be combined into a single mask. Previously, only one of the requested masks would be used.

SPLAT

* The major change in this release is much improved support for more complex SSAP queries. For instance you can now create server groups for more targeted queries according to the waveband or data source (theory/archive/survey for instance), as well as using your specific tags to create such groups.

* It is now also possible to add additional metadata parameters to the queries for the currently selected server list.

* New SSAP servers not currently registered can now be added manually.

* Access control for servers that use HTTP passwords is now implemented.

* Bug fixes in this release include:

  • If the SSAP server maximum record limit is reached (MAXREC), SPLAT will no longer return an error, it just continues downloading spectra to the available limit.
  • The BAND parameter now handles the case when the upper limit is null.
  • TARGETNAME values are now correctly encoded to allow the use of special characters (+ etc.).
  • The column name used to select spectral coordinates in tables without any other metadata has changed from "wavelength*" to "wave*".
  • When changing the spectral coordinates column of a table in the main window the change wasn't seen immediately. This issue should now be fixed.
  • A bug in the spectral synopsis that misidentified the celestial coordinate axes has been fixed. This means the "Spec position:" item should now be correct for DSB spectral frames with permuted axes.

Changes to Libraries

ATL

* New functions atlKy2hd and ATL_KY2HD have been added. These have been moved from the KAPLIBS library.

AST

HDS

KAPLIBS

* New KPG1_KY2HD and kpg1Ky2hd have been moved to the ATL library.

* Added KPG1_QUOTE to put single quotes round a string and escape any embedded single quotes.

NDF

* Now supports the 64-bit integer (_INT64) data type. * Introduce tuning parameter SECMAX to limit maximum size of an NDF section. * A new routine NDF_CANCL can be used to cancel the association between an environment parameter and an NDF. This is equivalent to calling PAR_CANCL for parameters, except that NDF_CANCL provides an option to cancel all NDF parameters in a single call, without needing to know their names. * The structure used to hold Provenance information has been changed. It now occupies much less disk space and is much faster to read and write.

NDG

* New routine NDG_ABPTH added to convert a group of NDF paths from relative to absolute, with respect to the current working directory.

* Routine NDG_GTSUP now returns field values formed by parsing the file specifications in the supplied group, if the supplied group has no supplemental information, rather than return blank field values.

* A bug has been fixed that resulted in the NDF AUTOHISTORY facility being switched off inside an NDG "group history" block. For instance, this caused all KAPPA applications to ignore any value set for environment variable NDF_AUTO_HISTORY.

Starlink: 2014A (last edited 2020-09-23 18:57:20 by MalcolmCurrie)