Print

Print


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

  (Tim Jenness) kappa: Add _INT64 support to histogram
   100.0% applications/kappa/libkappa/
  
  (Tim Jenness) kappa: settype can now set to _INT64
   100.0% applications/kappa/libndfpack/
  
  (Tim Jenness) ndf: Add _INT64 support
   100.0% libraries/ndf/
  
  (Tim Jenness) ast: Must declare fortran AST_RESAMPLEK function
   100.0% libraries/ast/
  
  (Tim Jenness) ndf: Generic-ify the generic files again
    99.9% libraries/ndf/
  
  (Tim Jenness) ndf: Use NDF__MXTYP as the upper limit for the type counter
   100.0% libraries/ndf/
  
  (Malcolm J. Currie) PRM: fix typo in declaration.
   100.0% libraries/prm/
  
  (Malcolm J. Currie) KAPPA: Not in NJ.
   100.0% applications/kappa/libkappa/
  
  (Malcolm J. Currie) CONVERT: Increment to a new version.
   100.0% applications/convert/
  
  (Malcolm J. Currie) CONVERT: Tidying in a few applications.
   100.0% applications/convert/
  
  (Malcolm J. Currie) CONVERT: Document SPECX2NDF's SYSTEM parameter.
   100.0% applications/convert/
  
  (Malcolm J. Currie) CONVERT: Document older modifications in the list of changes.
   100.0% applications/convert/
  
  (Malcolm J. Currie) CONVERT: Document 64-bit integer support.
   100.0% applications/convert/
  
  (Malcolm J. Currie) CONVERT: Add 64-bit integer to applications.
   100.0% applications/convert/
  
  (Malcolm J. Currie) CONVERT: SPECX2NDF changes.
   100.0% applications/convert/
  
  (Malcolm J. Currie) CONVERT: Align indenting and add type sub-section headings.
   100.0% applications/convert/libcof/
  
  (Malcolm J. Currie) CONVERT: Fix bug.
   100.0% applications/convert/libcof/
  
  (Malcolm J. Currie) CONVERT: Add 64-bit integer to COF library non-generic routines.
   100.0% applications/convert/libcof/
  
  (Malcolm J. Currie) CONVERT: Documentation correction.
   100.0% applications/convert/libcof/
  
  (Malcolm J. Currie) CONVERT: Add 64-bit integer to CON library non-generic routine.
   100.0% applications/convert/libcon/
  
  (Malcolm J. Currie) CONVERT: Add 64-bit integers to CON library generic routines.
   100.0% applications/convert/libcon/
  
  (Malcolm J. Currie) CONVERT: Tidy SPECX2NDF.
   100.0% applications/convert/
  
  (Malcolm J. Currie) CONVERT: Sort out the allowed values and default for SYSTEM parameter.
   100.0% applications/convert/
  
  (Tim Jenness) kaplibs: Now builds with K support
   100.0% libraries/kaplibs/kpg/
  
  (Tim Jenness) prm: Add K to global definitions
   100.0% libraries/prm/
 

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

  commit bc8c9bc1d683520640f1f3d82f36a201f46e1828
  Author: Tim Jenness <[log in to unmask]>
  Date:   Tue May 8 20:52:15 2012 -0700
  
      kappa: Add _INT64 support to histogram
  
   applications/kappa/libkappa/histogram.f |   30 +++++++++++++++++++++++++++++
   1 files changed, 30 insertions(+), 0 deletions(-)
  
  commit 22e8bd03a88f593cb46bc53a8078c6a73bbdbd33
  Author: Tim Jenness <[log in to unmask]>
  Date:   Tue May 8 17:38:21 2012 -0700
  
      kappa: settype can now set to _INT64
  
   applications/kappa/libndfpack/settype.f |   10 +++++-----
   1 files changed, 5 insertions(+), 5 deletions(-)
  
  commit 87bd9c4f3d465c0d71bb3fdb24a2a947e0239abe
  Author: Tim Jenness <[log in to unmask]>
  Date:   Tue May 8 14:53:17 2012 -0700
  
      ndf: Add _INT64 support
      
      Not tested with a reasl _INT64 data array yet.
  
   libraries/ndf/Makefile.am                          |   16 +++++++++++-----
   libraries/ndf/NDF_CONST                            |   10 +++++++---
   libraries/ndf/component.xml                        |    2 +-
   libraries/ndf/configure.ac                         |    2 +-
   libraries/ndf/ndf.news                             |    4 ++++
   libraries/ndf/ndf1_adext.f                         |    5 +++++
   libraries/ndf/ndf1_adini.f                         |    5 +++++
   libraries/ndf/ndf1_avext.f                         |    5 +++++
   libraries/ndf/ndf1_awext.f                         |    5 +++++
   libraries/ndf/ndf1_awini.f                         |    5 +++++
   libraries/ndf/ndf1_bpp.f                           |    4 ++++
   libraries/ndf/ndf1_chftp.f                         |    8 ++++++++
   libraries/ndf/ndf1_move.f                          |    6 ++++++
   libraries/ndf/ndf1_mtyp.f                          |    1 +
   libraries/ndf/ndf1_pstyp.f                         |    4 ++++
   libraries/ndf/ndf1_qityp.f                         |    6 +++++-
   libraries/ndf/ndf1_qma.f                           |    9 +++++++++
   libraries/ndf/ndf1_s2v.f                           |    5 +++++
   libraries/ndf/ndf1_v2s.f                           |    5 +++++
   libraries/ndf/ndf1_zpsca.f                         |    4 ++++
   libraries/ndf/ndf_atype.f                          |    1 +
   libraries/ndf/ndf_const.h                          |    7 ++++---
   libraries/ndf/ndf_ftype.f                          |    1 +
   libraries/ndf/{ndf_gtszx.gdir => ndf_gtszx.gdikr}  |    0
   libraries/ndf/{ndf_ptszx.gdir => ndf_ptszx.gdikr}  |    0
   libraries/ndf/ndf_sctyp.f                          |    1 +
   libraries/ndf/ndf_type.f                           |    1 +
   .../ndf/{ndf_xgt0x.gcdirl => ndf_xgt0x.gcdikrl}    |    0
   .../ndf/{ndf_xpt0x.gcdirl => ndf_xpt0x.gcdikrl}    |    0
   libraries/ndf/ndf_zscal.f                          |    1 +
   30 files changed, 109 insertions(+), 14 deletions(-)
  
  commit 49a6c525bc173944bbaac24d9af36da8d3c97075
  Author: Tim Jenness <[log in to unmask]>
  Date:   Tue May 8 14:37:45 2012 -0700
  
      ast: Must declare fortran AST_RESAMPLEK function
  
   libraries/ast/ast_par.source |    2 ++
   1 files changed, 2 insertions(+), 0 deletions(-)
  
  commit 971c56ff1422e19d83f9ec42e9398fcea9cb9dc7
  Author: Tim Jenness <[log in to unmask]>
  Date:   Tue May 8 11:15:07 2012 -0700
  
      ndf: Generic-ify the generic files again
  
   .gitignore                     |   15 +
   libraries/ndf/Makefile.am      |   54 +-
   libraries/ndf/component.xml    |    4 +-
   libraries/ndf/configure.ac     |    6 +-
   libraries/ndf/ndf1_adex.f      | 1280 ------------------------
   libraries/ndf/ndf1_adex.gn     |  200 ++++
   libraries/ndf/ndf1_adix.f      | 1112 ---------------------
   libraries/ndf/ndf1_adix.gn     |  176 ++++
   libraries/ndf/ndf1_avex.f      |  832 ----------------
   libraries/ndf/ndf1_avex.gn     |  116 +++
   libraries/ndf/ndf1_awex.f      | 1091 ---------------------
   libraries/ndf/ndf1_awex.gn     |  153 +++
   libraries/ndf/ndf1_awix.f      | 1168 ----------------------
   libraries/ndf/ndf1_awix.gn     |  164 +++
   libraries/ndf/ndf1_bppx.f      |  671 -------------
   libraries/ndf/ndf1_bppx.gn     |   93 ++
   libraries/ndf/ndf1_cvtx.f      | 1154 ----------------------
   libraries/ndf/ndf1_cvtx.gn     |  162 +++
   libraries/ndf/ndf1_qmax.f      | 1518 ----------------------------
   libraries/ndf/ndf1_qmax.gn     |  214 ++++
   libraries/ndf/ndf1_s2vx.f      | 2015 --------------------------------------
   libraries/ndf/ndf1_s2vx.gn     |  285 ++++++
   libraries/ndf/ndf1_v2sx.f      | 1329 -------------------------
   libraries/ndf/ndf1_v2sx.gn     |  187 ++++
   libraries/ndf/ndf_gtszx.f      |  735 --------------
   libraries/ndf/ndf_gtszx.gdir   |  244 +++++
   libraries/ndf/ndf_ptszx.f      | 1069 --------------------
   libraries/ndf/ndf_ptszx.gdir   |  356 +++++++
   libraries/ndf/ndf_xgt0x.f      | 1255 ------------------------
   libraries/ndf/ndf_xgt0x.gcdirl |  251 +++++
   libraries/ndf/ndf_xpt0x.f      | 1475 ----------------------------
   libraries/ndf/ndf_xpt0x.gcdirl |  295 ++++++
   32 files changed, 2957 insertions(+), 16722 deletions(-)
  
  commit 742edc6ab8b617a25ad0936b339109160d9b2e7c
  Author: Tim Jenness <[log in to unmask]>
  Date:   Tue May 8 09:47:14 2012 -0700
  
      ndf: Use NDF__MXTYP as the upper limit for the type counter
      
      The code used NDF__TYPD as the upper limit on the basis that
      _DOUBLE is the highest data type we can go to. Given that 128
      bit floats are available we may as well patch things now to use
      the number of types rather than assuming double is the last.
  
   libraries/ndf/ndf1_mtyp.f  |    2 +-
   libraries/ndf/ndf1_mxtyp.f |    4 ++--
   libraries/ndf/ndf_atype.f  |    2 +-
   libraries/ndf/ndf_ftype.f  |    2 +-
   libraries/ndf/ndf_sctyp.f  |    2 +-
   libraries/ndf/ndf_type.f   |    2 +-
   libraries/ndf/ndf_zscal.f  |    2 +-
   7 files changed, 8 insertions(+), 8 deletions(-)
  
  commit 31043eead01a85d1da60ff8dbc4927d72ea267e4
  Author: Malcolm J. Currie <[log in to unmask]>
  Date:   Mon May 7 21:12:32 2012 -1000
  
      PRM: fix typo in declaration.
  
   libraries/prm/NUM_DEF_CVT.F |    2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)
  
  commit 3ea9c76b1ef3372bb4e11ff1be67480eb308f29c
  Author: Malcolm J. Currie <[log in to unmask]>
  Date:   Fri May 4 20:29:23 2012 -1000
  
      KAPPA: Not in NJ.
  
   applications/kappa/libkappa/wcsmosaic.f |    2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)
  
  commit 89db6edac937070ff4f2f5e21d3d826cbce87625
  Author: Malcolm J. Currie <[log in to unmask]>
  Date:   Thu May 3 21:45:47 2012 -1000
  
      CONVERT: Increment to a new version.
  
   applications/convert/component.xml |    2 +-
   applications/convert/configure.ac  |    2 +-
   2 files changed, 2 insertions(+), 2 deletions(-)
  
  commit d223af3dd2eed42e962b2de33c4e01c96e5596b9
  Author: Malcolm J. Currie <[log in to unmask]>
  Date:   Thu May 3 20:53:10 2012 -1000
  
      CONVERT: Tidying in a few applications.
  
   applications/convert/ascii2ndf.f |    2 +-
   applications/convert/da2ndf.f    |    2 +-
   applications/convert/ndf2ascii.f |    9 +++------
   applications/convert/ndf2da.f    |    3 +--
   applications/convert/ndf2unf.f   |    4 ++--
   applications/convert/unf2ndf.f   |    2 +-
   6 files changed, 9 insertions(+), 13 deletions(-)
  
  commit 05a559d9ddee4d86a616e07513f91d4dff2330af
  Author: Malcolm J. Currie <[log in to unmask]>
  Date:   Thu May 3 20:47:36 2012 -1000
  
      CONVERT: Document SPECX2NDF's SYSTEM parameter.
      
      It was meant to be part of commit 312fac1571a0cfdba89568814.
  
   applications/convert/sun55.tex |   28 ++++++++++++++++++++++++++++
   1 files changed, 28 insertions(+), 0 deletions(-)
  
  commit 6d0c9ec55a7cf0e43eb168b121541ded8c58d451
  Author: Malcolm J. Currie <[log in to unmask]>
  Date:   Thu May 3 20:45:33 2012 -1000
  
      CONVERT: Document older modifications in the list of changes.
  
   applications/convert/convert.news |    7 +++++++
   applications/convert/sun55.tex    |    6 ++++++
   2 files changed, 13 insertions(+), 0 deletions(-)
  
  commit 23dcd49a6881f904178eeabc4ca3a29c8792708e
  Author: Malcolm J. Currie <[log in to unmask]>
  Date:   Thu May 3 20:41:52 2012 -1000
  
      CONVERT: Document 64-bit integer support.
  
   applications/convert/convert.news |    5 +++
   applications/convert/sun55.tex    |   59 ++++++++++++++++++++--------------
   2 files changed, 40 insertions(+), 24 deletions(-)
  
  commit 297fbfe84e698ebbd689290f97a96964d85235f1
  Author: Malcolm J. Currie <[log in to unmask]>
  Date:   Thu May 3 20:00:28 2012 -1000
  
      CONVERT: Add 64-bit integer to applications.
  
   applications/convert/ascii2ndf.f |   56 +++++++++++++++++++++---------------
   applications/convert/da2ndf.f    |   31 ++++++++++++--------
   applications/convert/fits2ndf.f  |   19 ++++++------
   applications/convert/ndf2ascii.f |   32 +++++++++++++-------
   applications/convert/ndf2da.f    |   11 ++++++-
   applications/convert/ndf2fits.f  |   12 ++++----
   applications/convert/ndf2unf.f   |   18 ++++++++++-
   applications/convert/unf2ndf.f   |   49 +++++++++++++++++++------------
   8 files changed, 145 insertions(+), 83 deletions(-)
  
  commit b415be548f9ef3d8e5d90e6118c06066e26b25dc
  Author: Malcolm J. Currie <[log in to unmask]>
  Date:   Thu May 3 19:44:43 2012 -1000
  
      CONVERT: SPECX2NDF changes.
      
      Not sure why this is still in the repository instead of being a built file.
  
   applications/convert/convert_mon.ifl |  108 +++++++++++++++++---------------
   1 files changed, 58 insertions(+), 50 deletions(-)
  
  commit b061bcb43e050f2883dc02d77223212adbb1cbe8
  Author: Malcolm J. Currie <[log in to unmask]>
  Date:   Thu May 3 19:39:40 2012 -1000
  
      CONVERT: Align indenting and add type sub-section headings.
  
   applications/convert/libcof/cof_h2bin.f |  178 ++++++++++++++++-------------
   1 files changed, 96 insertions(+), 82 deletions(-)
  
  commit 4065eaa3afbe22f6f2716914857a9e5dac432718
  Author: Malcolm J. Currie <[log in to unmask]>
  Date:   Thu May 3 19:36:06 2012 -1000
  
      CONVERT: Fix bug.
      
      Just spotted the bug reviewing previous commit, but it's much easier to
      make another commit than re-add the many routines and with fiddly
      splitting in cof_h2bin for a fourth time.
  
   applications/convert/libcof/cof_wrtab.f |    2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)
  
  commit bebbcc73ee51ede9ea071ef6c23902f30ff3d825
  Author: Malcolm J. Currie <[log in to unmask]>
  Date:   Thu May 3 19:31:58 2012 -1000
  
      CONVERT: Add 64-bit integer to COF library non-generic routines.
  
   applications/convert/libcof/cof_asc2ht.f |   14 ++-
   applications/convert/libcof/cof_bn2ht.f  |   15 +-
   applications/convert/libcof/cof_bp2ht.f  |   15 +-
   applications/convert/libcof/cof_f2ndf.f  |    9 +-
   applications/convert/libcof/cof_fd2ht.f  |   13 +-
   applications/convert/libcof/cof_frmt.f   |   11 +-
   applications/convert/libcof/cof_ft2ne.f  |    7 +-
   applications/convert/libcof/cof_getyp.f  |    7 +-
   applications/convert/libcof/cof_h2bin.f  |  265 ++++++++++++++++++++++++++-
   applications/convert/libcof/cof_ht2bn.f  |   14 +-
   applications/convert/libcof/cof_ndf2f.f  |   21 ++-
   applications/convert/libcof/cof_t2hds.f  |    9 +-
   applications/convert/libcof/cof_wrtab.f  |   10 +-
   13 files changed, 365 insertions(+), 45 deletions(-)
  
  commit d6171f0c87550075d31f70ecc8707bb364f2bc40
  Author: Malcolm J. Currie <[log in to unmask]>
  Date:   Thu May 3 19:15:03 2012 -1000
  
      CONVERT: Documentation correction.
  
   applications/convert/libcof/cof_gkeyx.gcdilr |    6 ++----
   1 files changed, 2 insertions(+), 4 deletions(-)
  
  commit 03f97ca980e1f1c865fb6e9e096f80bb05525b71
  Author: Malcolm J. Currie <[log in to unmask]>
  Date:   Thu May 3 19:12:07 2012 -1000
  
      CONVERT: Add 64-bit integer to CON library non-generic routine.
  
   applications/convert/libcon/con_bitpx.f |   15 +++++++++------
   1 files changed, 9 insertions(+), 6 deletions(-)
  
  commit 8a0e872afadba26bd4d386a33ad2c19bc4284cd8
  Author: Malcolm J. Currie <[log in to unmask]>
  Date:   Thu May 3 19:08:34 2012 -1000
  
      CONVERT: Add 64-bit integers to CON library generic routines.
  
   applications/convert/libcon/Makefile.am            |   14 +++++++-------
   .../libcon/{con_iaffx.gdir => con_iaffx.gdikr}     |   12 ++++++++----
   .../libcon/{con_oaffx.gdir => con_oaffx.gn}        |    8 ++++++--
   .../libcon/{con_trndx.gdir => con_trndx.gdikr}     |   15 +++++++++------
   4 files changed, 30 insertions(+), 19 deletions(-)
  
  commit 267bc7d12ba73ba8c8407edbfcd649b1fba9bd7e
  Author: Malcolm J. Currie <[log in to unmask]>
  Date:   Thu May 3 18:50:52 2012 -1000
  
      CONVERT: Tidy SPECX2NDF.
      
      This included:
        + sort and annotate all variables;
        + remove unused variables;
        + standard alignment; and
        + prettyprinting of parameter interfaces.
  
   applications/convert/specx2ndf.f   |  215 +++++++++++++++++-----------------
   applications/convert/specx2ndf.ifl |   68 ++++++------
   2 files changed, 142 insertions(+), 141 deletions(-)
  
  commit 849696be85cd197bf713afb317980b48f972da20
  Author: Malcolm J. Currie <[log in to unmask]>
  Date:   Thu May 3 18:49:03 2012 -1000
  
      CONVERT: Sort out the allowed values and default for SYSTEM parameter.
      
      The defaulted value in the interface file would cause SPECX2NDF to
      abort immediately.
      
      Tidied the options into regular format in the prologue.
  
   applications/convert/specx2ndf.f   |   47 ++++++++++++++++++++-------------
   applications/convert/specx2ndf.ifl |   40 +++++++++++++++++-----------
   2 files changed, 52 insertions(+), 35 deletions(-)
  
  commit a6bfacface1e7dbb612b81280582e278c89fdfd8
  Author: Tim Jenness <[log in to unmask]>
  Date:   Mon May 7 22:05:31 2012 -0700
  
      kaplibs: Now builds with K support
  
   libraries/kaplibs/kpg/kpg1_sclb.gn  |    1 +
   libraries/kaplibs/kpg/kpg1_scli.gn  |    1 +
   libraries/kaplibs/kpg/kpg1_sclub.gn |    1 +
   libraries/kaplibs/kpg/kpg1_scluw.gn |    1 +
   libraries/kaplibs/kpg/kpg1_sclw.gn  |    1 +
   5 files changed, 5 insertions(+), 0 deletions(-)
  
  commit e85f4855a6b9cb2db57dba098dbab75780fa7a3a
  Author: Tim Jenness <[log in to unmask]>
  Date:   Mon May 7 21:53:58 2012 -0700
  
      prm: Add K to global definitions
  
   libraries/prm/NUM_DEC |    8 ++++++++
   libraries/prm/NUM_DEF |    7 +++++++
   2 files changed, 15 insertions(+), 0 deletions(-)