question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

include wcslib 6.2 in release 3.2

See original GitHub issue

wcslib 6.1 was released:


WCSLIB version 6.1 (2018/10/19)
-------------------------------

* C library

  - Added support for time-related WCS keywords (Paper VII) by expanding
    the wcsprm struct to store them as auxiliary values, now filled by
    the header parsers, wcspih() and wcsbth() and handled routinely by
    wcsinit(), wcssub(), wcscompare(), wcsfree(), wcsprt(), wcsset(),
    and wcshdo().
   
  - Augmented datfix() to do various consistency checks on the new
    time-related keyvalues, and added a new routine, obsfix(), to check
    consistency of the OBSGEO-[XYZLBH] observatory coordinates.

  - In the usage notes for wcsbth(), clarified that, according to WCS
    Papers III and VII, certain global image header keywords are
    permitted in binary table headers and are expected to be inherited
    by image arrays and pixel lists, and elaborated on the difficulties
    that such inheritance may cause for pixel lists.

  - Extracted the definition of the wtbarr struct from wcs.h to a
    separate header file, wtbarr.h, in order to reduce the number of
    irrelevant warnings generated by 'gcc -Wpadded' (primarily for
    code development).  Applications code that needs to access members
    of the struct (unlikely) must now include wtbarr.h (or wcslib.h).
   
  - The WCSLIB major version number was incremented as changes to the
    wcsprm struct makes the ABI of the sharable library incompatible
    with executables linked with that of older releases.

* Installation

  - Several changes to configure and the makefiles aimed at facilitating
    code development.

* Fortran wrappers

  - Match changes to the C library, including adding a wrapper for
    obsfix().

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:9 (9 by maintainers)

github_iconTop GitHub Comments

2reactions
ndencommented, Apr 15, 2019

@astrofrog I worked on this over the weekend. I still have to figure out four test failures related to error messaging and write tests but am hopeful that I will post a PR before the feature freeze.

2reactions
astrofrogcommented, Mar 25, 2019

@nden - will you have any time to try and work on upgrading WCSLIB to 6.1 in time for the feature freeze? I’m working on adding time series functionality to the core package for the 3.2 release, and it would be really helpful to have the new WCS support for time axes.

Read more comments on GitHub >

github_iconTop Results From Across the Web

wcslib/CHANGES at master - GitHub
of the struct (unlikely) must now include wtbarr.h (or wcslib.h). - The WCSLIB major version number was incremented as changes to the.
Read more >
freebsd-ports/wcslib at main - freebsd-ports - Codeberg.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be...
Read more >
CIAO 4.15 Release Notes - Chandra X-ray Center
CIAO 4.15 includes several important bug fixes and includes updates to support newer compilers. There have been enhancements to Sherpa and CIAO ...
Read more >
Download and Installation - TiRiFiC - GitHub Pages
Using packaged version under Ubuntu 16.04; Download from github; Download from web page. Installation. Fresh Installation; Update TiRiFiC.
Read more >
BBarolo Documentation - Read the Docs
The command line executable (BBarolo) is also included in the GUI ... argument --HEAD install the latest non-stable version rather than the ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found