JiscMail Logo
Email discussion lists for the UK Education and Research communities

Help for STARDEV Archives


STARDEV Archives

STARDEV Archives


STARDEV@JISCMAIL.AC.UK


View:

Message:

[

First

|

Previous

|

Next

|

Last

]

By Topic:

[

First

|

Previous

|

Next

|

Last

]

By Author:

[

First

|

Previous

|

Next

|

Last

]

Font:

Proportional Font

LISTSERV Archives

LISTSERV Archives

STARDEV Home

STARDEV Home

STARDEV  November 2011

STARDEV November 2011

Options

Subscribe or Unsubscribe

Subscribe or Unsubscribe

Log In

Log In

Get Password

Get Password

Subject:

Recent repository commits

From:

Tim Jenness <[log in to unmask]>

Reply-To:

Starlink development <[log in to unmask]>

Date:

Thu, 17 Nov 2011 04:00:23 +0000

Content-Type:

text/plain

Parts/Attachments:

Parts/Attachments

text/plain (404 lines)

Commit summary from repository starlink
------------------------------------

  (Tim Jenness) pgplot: Use png_jmpbuf function
   100.0% thirdparty/caltech/pgplot/drivers/
  
  (Tim Jenness) pgplot: PNG configure test should use a function that is used by pndriv
   100.0% thirdparty/caltech/pgplot/
  
  (Peter W. Draper) init: use starperl in autoastrom alias. Avoids future need to change theinstalled files
   100.0% etc/init/
  
  (Peter W. Draper) gaia: note restriction on multiple periods in FITS file name has been lifted
   100.0% applications/gaia/
  
  (Tim Jenness) ndg: Use the backslash constant from NDG_CONST
   100.0% libraries/ndg/
  
  (Tim Jenness) ndg: Fix a compiler warning with PURGE variable
   100.0% libraries/ndg/
  
  (David Berry) ndg: Another fix to expanding file names with dots in the base name
   100.0% libraries/ndg/
  
  (Tim Jenness) smurf: If the parameter did not exist we can not cancel it
   100.0% applications/smurf/
  
  (David Berry) ndg: Fix handling of dots within base file names
   100.0% libraries/ndg/
  
  (Malcolm J. Currie) ndg: Plaster fix to enable NDF wildcarding to work again.
   100.0% libraries/ndg/
  
  (Malcolm J. Currie) pcs: Allow the user to control messages through environment parameters.
   100.0% libraries/pcs/dtask/
  
  (Tim Jenness) convert: Also fix convert.sh to handle dots in foreign format files
   100.0% applications/convert/
  
  (David Berry) ndf: Allow foreign format files to have dots in the base name
     8.5% applications/convert/
    12.0% libraries/ndf/
    79.4% libraries/ndg/
  
  (Peter W. Draper) skycat: track changes in submodule
   100.0% thirdparty/eso/skycat/
  
  (Tim Jenness) match: Update to v0.14
   100.0% thirdparty/rit/match/
  
  (Peter W. Draper) Use the current coordinate system when connecting to the system of a catalogue, avoids problems with other bad coordinate systems
    68.3% applications/gaia/gaia/generic/
    31.6% applications/gaia/
  
  (Ed Chapin) smurf: cancel REF in smurf_mon instead of smf_getrefwcs
    52.7% applications/smurf/libsmf/
    47.2% applications/smurf/
  
  (Ed Chapin) smurf: ast.zero_mask now uses the REF image
    30.7% applications/smurf/examples/
    69.2% applications/smurf/libsmf/
  
  (Ed Chapin) smurf: can now supply externally generated zeromask for makemap
    14.0% applications/smurf/examples/
    85.3% applications/smurf/libsmf/

Commit summary from repository match
------------------------------------

  (Tim Jenness) Merge commit 'v0.14'
  (Tim Jenness) Release V0.14
  
  (Tim Jenness) Version 0.13
  
  (Tim Jenness) This is V0.12
  
  (Tim Jenness) This is v0.11
 

Commits from repository starlink
-----------------------------

  commit 7fd52f01025b8f8b4b4a6e7e5eb9303da7035003
  Author: Tim Jenness <[log in to unmask]>
  Date:   Wed Nov 16 13:56:45 2011 -1000
  
      pgplot: Use png_jmpbuf function
      
      Direct access to the jmpbuf struct member has been deprecated since
      v1.0.6 and is removed in png 1.4.
  
   thirdparty/caltech/pgplot/drivers/pndriv.c |    2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)
  
  commit 1735b52dd8270aa880299aaa3c779fe9dbf59d66
  Author: Tim Jenness <[log in to unmask]>
  Date:   Wed Nov 16 13:55:27 2011 -1000
  
      pgplot: PNG configure test should use a function that is used by pndriv
      
      png_info_init has been deprecated for a long time and is now missing
      in OSX Lion.
  
   thirdparty/caltech/pgplot/configure.ac |    2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)
  
  commit b313bacf06976fb7889958cf5986190a27817317
  Author: Peter W. Draper <[log in to unmask]>
  Date:   Wed Nov 16 13:37:06 2011 +0000
  
      init: use starperl in autoastrom alias. Avoids future need to change theinstalled files
  
   etc/init/cshrc.in |    4 ++--
   1 files changed, 2 insertions(+), 2 deletions(-)
  
  commit bd2c4ed17793a56c14f873217d17ad0e64a3fcb8
  Author: Peter W. Draper <[log in to unmask]>
  Date:   Wed Nov 16 13:30:01 2011 +0000
  
      gaia: note restriction on multiple periods in FITS file name has been lifted
  
   applications/gaia/TODO      |   30 ------------------------------
   applications/gaia/gaia.news |    5 +++++
   2 files changed, 5 insertions(+), 30 deletions(-)
  
  commit 7d9dd3f4b20a8bbe93a07d2dbf4de9c38381d0a4
  Author: Tim Jenness <[log in to unmask]>
  Date:   Tue Nov 15 12:29:21 2011 -1000
  
      ndg: Use the backslash constant from NDG_CONST
      
      Instead of a local copy
  
   libraries/ndg/ndg1_expan.f |    8 +-------
   1 files changed, 1 insertions(+), 7 deletions(-)
  
  commit 268785352c39510b8343b4bcb29831f35c3a74e7
  Author: Tim Jenness <[log in to unmask]>
  Date:   Tue Nov 15 12:24:59 2011 -1000
  
      ndg: Fix a compiler warning with PURGE variable
  
   libraries/ndg/ndg1_expan.f |    3 +++
   1 files changed, 3 insertions(+), 0 deletions(-)
  
  commit 044b5568ab1e7a695b42c6e0d0c96dcdf00c87b7
  Author: David Berry <[log in to unmask]>
  Date:   Mon Nov 14 23:24:28 2011 -1000
  
      ndg: Another fix to expanding file names with dots in the base name
  
   libraries/ndg/ndg1_expan.f |    3 +++
   1 files changed, 3 insertions(+), 0 deletions(-)
  
  commit ca7794f519a7d1c1de0fe604ce2a440fea3cfdc0
  Author: Tim Jenness <[log in to unmask]>
  Date:   Mon Nov 14 16:33:05 2011 -1000
  
      smurf: If the parameter did not exist we can not cancel it
      
      So we clear the error status if parCancl fails.
  
   applications/smurf/smurf_mon.c |    5 ++++-
   1 files changed, 4 insertions(+), 1 deletions(-)
  
  commit aadef3abd49c6b8f035eeac44f3d28ed3a5679a9
  Author: David Berry <[log in to unmask]>
  Date:   Mon Nov 14 09:21:24 2011 +0000
  
      ndg: Fix handling of dots within base file names
  
   libraries/ndg/ndg1_expan.f |   31 +++++++++++++++++++++++--------
   1 files changed, 23 insertions(+), 8 deletions(-)
  
  commit e740d8432e2ac030de8a33fd986dd50d6c722d13
  Author: Malcolm J. Currie <[log in to unmask]>
  Date:   Sat Nov 12 01:09:00 2011 -1000
  
      ndg: Plaster fix to enable NDF wildcarding to work again.
      
      I may not have followed David's logic.  NDF wildcarding was failing
      because ndg1_fpars was being called with NDOT=1, something the
      documentation says should not occur for NDFs.  As a consequence, it
      undergoes a second IDOT loop in ndg1_fpars where the suffix bounds are
      lost as SUFBEG becomes -1 and a null suffix returned.  This in turn
      leads to the name being placed in quotes and HDS_FIND returns bad
      status because there's no SDF component.  Hence all the NDFs are
      rejected.
      
      I've made a crude fix as it's holding up my progress, and have not
      checked that multiple-dot FITS files still work.  David can correct
      to his intended logic.
  
   libraries/ndg/ndg1_expan.f |    5 ++++-
   1 files changed, 4 insertions(+), 1 deletions(-)
  
  commit 31b24eb115f1d710380b80145360d9e863bb1d35
  Author: Malcolm J. Currie <[log in to unmask]>
  Date:   Thu Oct 20 20:26:53 2011 -1000
  
      pcs: Allow the user to control messages through environment parameters.
      
      Although the MSG_ tuning environment variables have been available and
      documented for two decades they are in effective in most applications
      because only one invoked MSG_TUNE( 'ENVIRONMENT'... and that was in
      individual HTOOLS tasks.  Here I've added it to the fixed part.  The
      main benefit is to be able obtain wider lines, say to report long NDF
      paths through the MSG_SZOUT environment variable.  Some tasks may
      smaller buffers than MSG_SZOUT and you might want to be able to adjust
      to terminal width, but this is at least a step in the right direction.
  
   libraries/pcs/dtask/ailink.in.m4 |    4 ++++
   libraries/pcs/dtask/dtask_main.f |   18 ++++++++++++++----
   2 files changed, 18 insertions(+), 4 deletions(-)
  
  commit 8decf13c98b6a8965c8435cb1bd6ebec7c90a402
  Author: Tim Jenness <[log in to unmask]>
  Date:   Fri Nov 11 05:29:10 2011 -1000
  
      convert: Also fix convert.sh to handle dots in foreign format files
      
      This enables GAIA to use FITS files with extra dots in their name
      and completes the convert patch start with commit
      bcf1ca6ef3f2fbc4d30db9556f3570c6bc91e6a8
  
   applications/convert/convert.sh.in |   18 ++++++++++--------
   1 files changed, 10 insertions(+), 8 deletions(-)
  
  commit bcf1ca6ef3f2fbc4d30db9556f3570c6bc91e6a8
  Author: David Berry <[log in to unmask]>
  Date:   Fri Nov 11 14:32:41 2011 +0000
  
      ndf: Allow foreign format files to have dots in the base name
  
   applications/convert/convert.csh.in |   16 ++--
   libraries/ndf/ndf1_cvtok.f          |   19 ++++
   libraries/ndf/ssn20.tex             |   16 ++--
   libraries/ndg/ndg1_crpth.f          |    2 +-
   libraries/ndg/ndg1_expan.f          |  179 ++++++++++++++++++---------------
   libraries/ndg/ndg1_fpars.f          |   28 +++++-
   libraries/ndg/ndg1_sdfex.f          |    2 +-
   libraries/ndg/ndg_crexp.f           |    2 +-
   libraries/ndg/ndg_moreg.f           |    3 +-
   9 files changed, 164 insertions(+), 103 deletions(-)
  
  commit 30c45912615a3d5640b9aadcdd459e04aeebbd7f
  Author: Peter W. Draper <[log in to unmask]>
  Date:   Fri Nov 11 12:59:20 2011 +0000
  
      skycat: track changes in submodule
  
   thirdparty/eso/skycat/skycat |    2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)
  
  commit b457b94fd65896345dfe35cbb26a5850ebc66858
  Author: Tim Jenness <[log in to unmask]>
  Date:   Thu Nov 10 14:51:50 2011 -1000
  
      match: Update to v0.14
  
   thirdparty/rit/match/match |    2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)
  
  commit 84634c33f5cddbe8c8bf32ae605f974853ee7a63
  Author: Peter W. Draper <[log in to unmask]>
  Date:   Thu Nov 10 18:34:57 2011 +0000
  
      Use the current coordinate system when connecting to the system of a catalogue, avoids problems with other bad coordinate systems
  
   applications/gaia/gaia.news                    |    8 ++++++++
   applications/gaia/gaia/generic/GaiaSkySearch.C |   19 ++++++++++++++++++-
   2 files changed, 26 insertions(+), 1 deletions(-)
  
  commit 867184f5679e6bd75869cf94e96a0f0c8f456e94
  Author: Ed Chapin <[log in to unmask]>
  Date:   Wed Nov 9 15:32:56 2011 -0800
  
      smurf: cancel REF in smurf_mon instead of smf_getrefwcs
      
      This parCancl in smf_getrefwcs seemed to be covering for some
      sort of bug in par/ndf/hds. Since I later try to read REF
      again inside smf_calcmodel_ast it was prompting for REF since
      it was cancelled. Moving the cancel to smurf_mon gets it to run
      without the prompt.
  
   applications/smurf/libsmf/smf_getrefwcs.c |    5 +----
   applications/smurf/smurf_mon.c            |    6 ++++++
   2 files changed, 7 insertions(+), 4 deletions(-)
  
  commit d7f47d2008b5151b8faa28aa7bad11ebaa35a84e
  Author: Ed Chapin <[log in to unmask]>
  Date:   Wed Nov 9 15:31:49 2011 -0800
  
      smurf: ast.zero_mask now uses the REF image
      
      The config parameter becomes a logical flag to use the REF image.
      This ensures that the map and mask have matching pixels and
      WCS.
  
   applications/smurf/examples/dimmconfig.lis    |   16 +++----
   applications/smurf/libsmf/smf_calcmodel_ast.c |   50 +++++-----------------
   2 files changed, 19 insertions(+), 47 deletions(-)
  
  commit 72946ddd9d424e313fdadb40e8bad917dae1968b
  Author: Ed Chapin <[log in to unmask]>
  Date:   Tue Nov 8 22:22:24 2011 -0800
  
      smurf: can now supply externally generated zeromask for makemap
  
   applications/smurf/defaults/smurf_makemap.def |    1 +
   applications/smurf/examples/dimmconfig.lis    |   10 +++
   applications/smurf/libsmf/smf_calcmodel_ast.c |   95 +++++++++++++++++++----
   3 files changed, 89 insertions(+), 17 deletions(-)

Commits from repository match
-----------------------------

  commit 6e668e60b727b8f6ecbba8930f333d23cad4fe42
  Merge: cc9ad36 1d1577b
  Author: Tim Jenness <[log in to unmask]>
  Date:   Thu Nov 10 14:49:38 2011 -1000
  
      Merge commit 'v0.14'
      
      Conflicts:
      	Makefile.in
      	missing
      
      For Makefile.in I kept the man page install code from the branch
      and the HEAD code that add link flags.
  
  commit 1d1577b30e436d8ef53b83c4fd81056abcdd6caf
  Author: Tim Jenness <[log in to unmask]>
  Date:   Thu Nov 10 14:38:52 2011 -1000
  
      Release V0.14
  
   ChangeLog    |    5 +
   Makefile.in  |  442 +++++++++++++++++++++++-------------
   NEWS         |    6 +
   README       |    4 +-
   aclocal.m4   |  431 ++++++++++++++++++++++--------------
   atpmatch.c   |  160 +++++++++++++-
   atpmatch.h   |   14 ++
   configure    |  678 +++++++++++++++++++++++++++++++++-----------------------
   configure.in |    2 +-
   match.c      |   48 ++++-
   match.html   |   24 ++
   11 files changed, 1200 insertions(+), 614 deletions(-)
  
  commit 3afc25ab6fcb407dd975699122eacb14aa09443e
  Author: Tim Jenness <[log in to unmask]>
  Date:   Thu Nov 10 14:37:23 2011 -1000
  
      Version 0.13
  
   ChangeLog     |    3 +-
   INSTALL       |  172 +++++++++++++-------
   Makefile.am   |    3 +-
   Makefile.in   |   84 ++++++++--
   NEWS          |   10 +
   README        |    7 +-
   configure     |    2 +-
   configure.in  |    2 +-
   depcomp       |  191 +++++++++++++++++-----
   install-sh    |  496 +++++++++++++++++++++++++++++++------------------------
   match.1       |  381 ++++++++++++++++++++++++++++++++++++++++++
   match.html    |    1 +
   missing       |  220 ++++++++++++++++++++++---
   mkinstalldirs |  164 ++++++++++++++++---
   14 files changed, 1352 insertions(+), 384 deletions(-)
  
  commit 7c7e7317d2ff2a1bbf1bca0ee692f333985100ba
  Author: Tim Jenness <[log in to unmask]>
  Date:   Thu Nov 10 14:36:20 2011 -1000
  
      This is V0.12
  
   Makefile.in  |    1 +
   NEWS         |    6 +
   THANKS       |    2 +
   configure    | 2849 +++++++++++++++++++++++---------------------------------
   configure.in |    2 +-
   match.html   |   13 +-
   6 files changed, 1159 insertions(+), 1714 deletions(-)
  
  commit a43e1dc44b45dff31cb9c31a6c07b3395b102ded
  Author: Tim Jenness <[log in to unmask]>
  Date:   Thu Nov 10 14:34:55 2011 -1000
  
      This is v0.11
  
   ChangeLog    |    7 +
   Makefile.in  |   15 +-
   NEWS         |    4 +
   README       |    7 +-
   aclocal.m4   |  386 ++----
   atpmatch.c   |   10 +-
   configure    | 4842 ++++++++++++++++++++++++++++++++------------------------
   configure.in |    2 +-
   match.html   |    2 +
   misc.c       |   18 +-
   10 files changed, 2972 insertions(+), 2321 deletions(-)

Top of Message | Previous Page | Permalink

JiscMail Tools


RSS Feeds and Sharing


Advanced Options


Archives

December 2023
January 2023
December 2022
July 2022
June 2022
April 2022
March 2022
December 2021
October 2021
July 2021
April 2021
January 2021
October 2020
September 2020
August 2020
May 2020
November 2019
October 2019
July 2019
June 2019
February 2019
January 2019
December 2018
November 2018
August 2018
July 2018
May 2018
April 2018
March 2018
February 2018
December 2017
October 2017
August 2017
July 2017
May 2017
April 2017
February 2017
January 2017
December 2016
November 2016
October 2016
September 2016
August 2016
July 2016
May 2016
April 2016
March 2016
February 2016
January 2016
December 2015
October 2015
September 2015
August 2015
April 2015
March 2015
February 2015
January 2015
December 2014
November 2014
October 2014
September 2014
August 2014
July 2014
June 2014
May 2014
April 2014
March 2014
February 2014
January 2014
December 2013
November 2013
October 2013
September 2013
August 2013
July 2013
June 2013
May 2013
April 2013
March 2013
February 2013
January 2013
December 2012
November 2012
October 2012
September 2012
August 2012
July 2012
June 2012
May 2012
April 2012
March 2012
February 2012
January 2012
December 2011
November 2011
October 2011
September 2011
August 2011
July 2011
June 2011
May 2011
April 2011
March 2011
February 2011
January 2011
December 2010
November 2010
October 2010
September 2010
August 2010
July 2010
June 2010
May 2010
April 2010
March 2010
February 2010
January 2010
December 2009
November 2009
October 2009
September 2009
August 2009
July 2009
June 2009
May 2009
April 2009
March 2009
February 2009
January 2009
December 2008
November 2008
October 2008
September 2008
August 2008
July 2008
June 2008
May 2008
April 2008
March 2008
February 2008
January 2008
December 2007
November 2007
October 2007
September 2007
August 2007
July 2007
June 2007
May 2007
April 2007
March 2007
February 2007
January 2007
December 2006
November 2006
October 2006
September 2006
August 2006
July 2006
June 2006
May 2006
April 2006
March 2006
February 2006
January 2006
December 2005
November 2005
October 2005
September 2005
August 2005
July 2005
June 2005
May 2005
April 2005
March 2005
February 2005
January 2005
December 2004
November 2004
October 2004
September 2004
August 2004
July 2004
June 2004
May 2004
April 2004
March 2004
February 2004
January 2004
2004
April 2003
2003


JiscMail is a Jisc service.

View our service policies at https://www.jiscmail.ac.uk/policyandsecurity/ and Jisc's privacy policy at https://www.jisc.ac.uk/website/privacy-notice

For help and support help@jisc.ac.uk

Secured by F-Secure Anti-Virus CataList Email List Search Powered by the LISTSERV Email List Manager