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  July 2009

STARDEV July 2009

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:

Sat, 11 Jul 2009 05:00:50 +0100

Content-Type:

text/plain

Parts/Attachments:

Parts/Attachments

text/plain (598 lines)

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

  (Malcolm J. Currie) KAPLIBS: Tidying some historic anomalies and helping the optimiser.
   100.0% libraries/kaplibs/ccg/
  
  (Malcolm J. Currie) KAPLIBS: Add MJC as a developer.
   100.0% libraries/kaplibs/
  
  (Malcolm J. Currie) KAPPA: New e-mail addresses and number of commands.
   100.0% applications/kappa/
  
  (David S. Berry) ccdpack: Error reported if NSET is bigger than CCD1__MXNDF.
   100.0% applications/ccdpack/main/
  
  (Peter W. Draper) polpack: Initialise FD to protect against exit without checking OPEN.
  
  (Tim Jenness) kappa: Version number increment
   100.0% applications/kappa/
  
  (Malcolm J. Currie) KAPLIBS: Revise the previous fix to the intended code for ccg_sd3.gn.
   100.0% libraries/kaplibs/ccg/
  
  (Malcolm J. Currie) gitignore: Now remove the kappa/ccdpack entries.
  
  (Malcolm J. Currie) KAPPA: Remove old ccdpack/ files (again).
   100.0% applications/kappa/ccdpack/
  
  (Tim Jenness) kaplibs: Make sure that STDEV is set to 0.0 if only have a single point
  
  (Tim Jenness) kaplibs: Re-add component.xml
   100.0% libraries/kaplibs/
  
  (Tim Jenness) smurf: Add instrument name to observation summary
   100.0% applications/smurf/libsmf/
  
  (Malcolm J. Currie) gitignore: Ignore KAPLIBS instantiated generic ccg code.
  
  (Malcolm J. Currie) KAPPA: Added CMEAN and CSIGMA estimators to COLLAPSE, CHANMAP, and COLLAPSE.
    10.5% applications/kappa/kapsub/
     3.4% applications/kappa/libkappa/
    85.9% applications/kappa/
  
  (Malcolm J. Currie) KAPLIBS: Move CCDPACK gen routines from KAPPA to libccg.
    99.4% libraries/kaplibs/ccg/
  
  (Tim Jenness) smurf: Annul the beaminfo and only create it if needed.
   100.0% applications/smurf/libsmf/
  
  (Tim Jenness) ccdpack: Remove local kaplibs routines and use KAPLIBS instead
    69.4% applications/ccdpack/gen/
    30.4% applications/ccdpack/main/
  
  (Peter W. Draper) kaplibs: Ensure upper and lower bounds are correct
   100.0% libraries/kaplibs/kpg/
  
  (Mark Taylor) Fixed flux-non-conservation bug.
   100.0% libraries/kaplibs/kpg/
  
  (Tim Jenness) Ignore build files from starbench

Commit summary from repository skycat
------------------------------------

  (Peter W. Draper) Revert 6044d52fefb776740525e7eda16ab2d3f963e281 and initialise blank colour only once.
   100.0% rtd/generic/

Commit summary from repository tk
------------------------------------

  (Peter W. Draper) Add support for TK_CONFIG_OPTION_SPECIFIED flag used by Tk_ConfigureWidget.
   100.0% generic/
 

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

  commit 4a12320f282b6ba67948c2f63f72f6f249fa813d
  Author: Malcolm J. Currie <[log in to unmask]>
  Date:   Sat Jul 11 03:26:28 2009 +0100
  
      KAPLIBS: Tidying some historic anomalies and helping the optimiser.
      
        o  Revised APIs in ccg_fm1.gdr, ccg_um3.gdr, ccg_wtm3.gdr
           applied in ccg_comb1.gr, ccg_comb3.gdr, and ccg_md1.gdr
           respectively.
      
        o  Initialised statistics to avoid confusing the compiler in
           ccg_cs1.gdr, ccg_cs3.gdr, ccg_fm1.gdr, ccg_fm3.gdr, ccg_sc1.gdr,
           ccg_sc3.gdr, ccg_tc1.gdr, ccg_tc3.gdr, ccg_wtm2.gdr, ccg_wtm3.gdr,
           and ccg_wtm4.gdr.
  
   libraries/kaplibs/ccg/ccg_comb1.gdr |    6 ++++--
   libraries/kaplibs/ccg/ccg_comb3.gdr |    6 ++++--
   libraries/kaplibs/ccg/ccg_cs1.gdr   |    3 +++
   libraries/kaplibs/ccg/ccg_cs3.gdr   |    3 +++
   libraries/kaplibs/ccg/ccg_fm1.gdr   |   14 +++++++-------
   libraries/kaplibs/ccg/ccg_fm3.gdr   |    3 +++
   libraries/kaplibs/ccg/ccg_md1.gdr   |   11 +++++++----
   libraries/kaplibs/ccg/ccg_sc1.gdr   |    4 ++++
   libraries/kaplibs/ccg/ccg_sc3.gdr   |    3 +++
   libraries/kaplibs/ccg/ccg_tc1.gdr   |    4 ++++
   libraries/kaplibs/ccg/ccg_tc3.gdr   |    3 +++
   libraries/kaplibs/ccg/ccg_tmn3.gdr  |    2 --
   libraries/kaplibs/ccg/ccg_um3.gdr   |    9 +++++----
   libraries/kaplibs/ccg/ccg_wtm2.gdr  |    3 +++
   libraries/kaplibs/ccg/ccg_wtm3.gdr  |   24 +++++++++++++++---------
   libraries/kaplibs/ccg/ccg_wtm4.gdr  |    9 ++++++---
   16 files changed, 74 insertions(+), 33 deletions(-)
  
  commit 48a1ef4db29b3d87698352d2222d833e6d687a99
  Author: Malcolm J. Currie <[log in to unmask]>
  Date:   Sat Jul 11 03:24:45 2009 +0100
  
      KAPLIBS: Add MJC as a developer.
  
   libraries/kaplibs/component.xml    |   10 ++++++++--
   libraries/kaplibs/component.xml.in |   10 ++++++++--
   2 files changed, 16 insertions(+), 4 deletions(-)
  
  commit ce8fbd4e06520b203e6ec64832bfe7458d02561f
  Author: Malcolm J. Currie <[log in to unmask]>
  Date:   Sat Jul 11 03:00:01 2009 +0100
  
      KAPPA: New e-mail addresses and number of commands.
  
   applications/kappa/component.xml    |    8 +++++---
   applications/kappa/component.xml.in |    8 +++++---
   2 files changed, 10 insertions(+), 6 deletions(-)
  
  commit 0ba5df58f50b02a853d729c61ab81c3d28fe4273
  Author: David S. Berry <[log in to unmask]>
  Date:   Mon Apr 20 12:00:00 1998 +0000
  
      ccdpack: Error reported if NSET is bigger than CCD1__MXNDF.
  
   applications/ccdpack/main/ccd1_orvar.f |   16 ++++++++++++++++
   1 files changed, 16 insertions(+), 0 deletions(-)
  
  commit 7f59ebda4e1d384631467cc2339d7e72ff27026d
  Author: Peter W. Draper <[log in to unmask]>
  Date:   Fri Feb 8 20:27:58 2008 +0000
  
      polpack: Initialise FD to protect against exit without checking OPEN.
      
      svn path=/trunk/; revision=26079
  
   applications/polpack/ccdpack/ccd1_asfio.f |    4 ++++
   1 files changed, 4 insertions(+), 0 deletions(-)
  
  commit 3335583956481815b80505461e1ad05d47ca360b
  Author: Tim Jenness <[log in to unmask]>
  Date:   Fri Jul 10 16:15:57 2009 -1000
  
      kappa: Version number increment
  
   applications/kappa/component.xml |    2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)
  
  commit 951deb30ef339c7df4d4e3687aaa6a5508641f74
  Author: Malcolm J. Currie <[log in to unmask]>
  Date:   Sat Jul 11 01:50:24 2009 +0100
  
      KAPLIBS: Revise the previous fix to the intended code for ccg_sd3.gn.
  
   libraries/kaplibs/ccg/ccg_sd3.gn |    5 +++--
   1 files changed, 3 insertions(+), 2 deletions(-)
  
  commit 309979e3c09b2c4277f20a194f5d076c2159c533
  Author: Malcolm J. Currie <[log in to unmask]>
  Date:   Sat Jul 11 01:06:44 2009 +0100
  
      gitignore: Now remove the kappa/ccdpack entries.
  
   .gitignore |   24 ------------------------
   1 files changed, 0 insertions(+), 24 deletions(-)
  
  commit 6f464d9ec054863d6e51f4c6f541f526572dc45d
  Author: Malcolm J. Currie <[log in to unmask]>
  Date:   Sat Jul 11 01:04:21 2009 +0100
  
      KAPPA: Remove old ccdpack/ files (again).
  
   applications/kappa/ccdpack/CCD1_PAR      |   92 ------
   applications/kappa/ccdpack/Makefile.am   |   59 ----
   applications/kappa/ccdpack/bootstrap     |   99 ------
   applications/kappa/ccdpack/ccd1_orvar.f  |  157 ----------
   applications/kappa/ccdpack/ccg1_ad1.gn   |  171 -----------
   applications/kappa/ccdpack/ccg1_ad3.gn   |  164 ----------
   applications/kappa/ccdpack/ccg1_bmd1d.f  |  237 ---------------
   applications/kappa/ccdpack/ccg1_bmd3d.f  |  197 ------------
   applications/kappa/ccdpack/ccg1_bmr1r.f  |  236 ---------------
   applications/kappa/ccdpack/ccg1_bmr3r.f  |  200 -------------
   applications/kappa/ccdpack/ccg1_clipd.f  |  107 -------
   applications/kappa/ccdpack/ccg1_clipr.f  |  107 -------
   applications/kappa/ccdpack/ccg1_cm1dd.f  |  446 ---------------------------
   applications/kappa/ccdpack/ccg1_cm1rr.f  |  447 ----------------------------
   applications/kappa/ccdpack/ccg1_cm3dd.f  |  397 ------------------------
   applications/kappa/ccdpack/ccg1_cm3rr.f  |  396 ------------------------
   applications/kappa/ccdpack/ccg1_flx1.gdr |  200 -------------
   applications/kappa/ccdpack/ccg1_flx3.gdr |  159 ----------
   applications/kappa/ccdpack/ccg1_fmd1d.f  |  275 -----------------
   applications/kappa/ccdpack/ccg1_fmd3d.f  |  214 -------------
   applications/kappa/ccdpack/ccg1_fmr1r.f  |  276 -----------------
   applications/kappa/ccdpack/ccg1_fmr3r.f  |  216 --------------
   applications/kappa/ccdpack/ccg1_i2wc.gdr |  111 -------
   applications/kappa/ccdpack/ccg1_is2d.f   |  114 -------
   applications/kappa/ccdpack/ccg1_is2r.f   |  114 -------
   applications/kappa/ccdpack/ccg1_is3d.f   |  123 --------
   applications/kappa/ccdpack/ccg1_is3r.f   |  123 --------
   applications/kappa/ccdpack/ccg1_iwc1.gdr |  211 -------------
   applications/kappa/ccdpack/ccg1_iwc3.gdr |  172 -----------
   applications/kappa/ccdpack/ccg1_iwd1.gdr |  249 ----------------
   applications/kappa/ccdpack/ccg1_iwd3.gdr |  221 --------------
   applications/kappa/ccdpack/ccg1_kthd.f   |  133 --------
   applications/kappa/ccdpack/ccg1_kthr.f   |  133 --------
   applications/kappa/ccdpack/ccg1_mdd1d.f  |  236 ---------------
   applications/kappa/ccdpack/ccg1_mdd3d.f  |  198 ------------
   applications/kappa/ccdpack/ccg1_mdr1r.f  |  236 ---------------
   applications/kappa/ccdpack/ccg1_mdr3r.f  |  198 ------------
   applications/kappa/ccdpack/ccg1_med1d.f  |  187 ------------
   applications/kappa/ccdpack/ccg1_med3d.f  |  177 -----------
   applications/kappa/ccdpack/ccg1_mer1r.f  |  187 ------------
   applications/kappa/ccdpack/ccg1_mer3r.f  |  182 -----------
   applications/kappa/ccdpack/ccg1_mmd1d.f  |  214 -------------
   applications/kappa/ccdpack/ccg1_mmd3d.f  |  181 -----------
   applications/kappa/ccdpack/ccg1_mmr1r.f  |  214 -------------
   applications/kappa/ccdpack/ccg1_mmr3r.f  |  181 -----------
   applications/kappa/ccdpack/ccg1_mnd1.gn  |  153 ----------
   applications/kappa/ccdpack/ccg1_mnd3.gn  |  142 ---------
   applications/kappa/ccdpack/ccg1_mnr1.gn  |  153 ----------
   applications/kappa/ccdpack/ccg1_mnr3.gn  |  142 ---------
   applications/kappa/ccdpack/ccg1_mod1d.f  |  238 ---------------
   applications/kappa/ccdpack/ccg1_mod3d.f  |  214 -------------
   applications/kappa/ccdpack/ccg1_mor1r.f  |  238 ---------------
   applications/kappa/ccdpack/ccg1_mor3r.f  |  214 -------------
   applications/kappa/ccdpack/ccg1_mxd1.gn  |  153 ----------
   applications/kappa/ccdpack/ccg1_mxd3.gn  |  142 ---------
   applications/kappa/ccdpack/ccg1_mxr1.gn  |  153 ----------
   applications/kappa/ccdpack/ccg1_mxr3.gn  |  142 ---------
   applications/kappa/ccdpack/ccg1_rms1.gn  |  174 -----------
   applications/kappa/ccdpack/ccg1_rms3.gn  |  166 ----------
   applications/kappa/ccdpack/ccg1_scd1d.f  |  319 --------------------
   applications/kappa/ccdpack/ccg1_scd3d.f  |  277 -----------------
   applications/kappa/ccdpack/ccg1_scr1r.f  |  317 --------------------
   applications/kappa/ccdpack/ccg1_scr3r.f  |  275 -----------------
   applications/kappa/ccdpack/ccg1_sd1.gn   |  190 ------------
   applications/kappa/ccdpack/ccg1_sd3.gn   |  181 -----------
   applications/kappa/ccdpack/ccg1_smd1d.f  |  271 -----------------
   applications/kappa/ccdpack/ccg1_smd3d.f  |  273 -----------------
   applications/kappa/ccdpack/ccg1_smr1r.f  |  271 -----------------
   applications/kappa/ccdpack/ccg1_smr3r.f  |  273 -----------------
   applications/kappa/ccdpack/ccg1_sum1.gn  |  186 ------------
   applications/kappa/ccdpack/ccg1_sum3.gn  |  152 ----------
   applications/kappa/ccdpack/ccg1_tcd1d.f  |  315 --------------------
   applications/kappa/ccdpack/ccg1_tcd3d.f  |  231 --------------
   applications/kappa/ccdpack/ccg1_tcr1r.f  |  310 -------------------
   applications/kappa/ccdpack/ccg1_tcr3r.f  |  230 --------------
   applications/kappa/ccdpack/ccg1_tmd1d.f  |  226 --------------
   applications/kappa/ccdpack/ccg1_tmd3d.f  |  189 ------------
   applications/kappa/ccdpack/ccg1_tmn2d.f  |  164 ----------
   applications/kappa/ccdpack/ccg1_tmn2r.f  |  164 ----------
   applications/kappa/ccdpack/ccg1_tmn3d.f  |  123 --------
   applications/kappa/ccdpack/ccg1_tmn3r.f  |  123 --------
   applications/kappa/ccdpack/ccg1_tmr1r.f  |  225 --------------
   applications/kappa/ccdpack/ccg1_tmr3r.f  |  190 ------------
   applications/kappa/ccdpack/ccg1_trm2d.f  |  225 --------------
   applications/kappa/ccdpack/ccg1_trm2r.f  |  225 --------------
   applications/kappa/ccdpack/ccg1_trm3d.f  |  164 ----------
   applications/kappa/ccdpack/ccg1_trm3r.f  |  164 ----------
   applications/kappa/ccdpack/ccg1_umd1d.f  |  196 ------------
   applications/kappa/ccdpack/ccg1_umd3d.f  |  168 -----------
   applications/kappa/ccdpack/ccg1_umr1r.f  |  195 ------------
   applications/kappa/ccdpack/ccg1_umr3r.f  |  173 -----------
   applications/kappa/ccdpack/ccg1_wcwi.gdr |  118 --------
   applications/kappa/ccdpack/ccg1_wmd2d.f  |  271 -----------------
   applications/kappa/ccdpack/ccg1_wmd2r.f  |  271 -----------------
   applications/kappa/ccdpack/ccg1_wmd3d.f  |  369 -----------------------
   applications/kappa/ccdpack/ccg1_wmd3r.f  |  369 -----------------------
   applications/kappa/ccdpack/ccg1_wtm2d.f  |  152 ----------
   applications/kappa/ccdpack/ccg1_wtm2r.f  |  152 ----------
   applications/kappa/ccdpack/ccg1_wtm3d.f  |  240 ---------------
   applications/kappa/ccdpack/ccg1_wtm3r.f  |  240 ---------------
   applications/kappa/ccdpack/ccg1_wtm4d.f  |  230 --------------
   applications/kappa/ccdpack/ccg1_wtm4r.f  |  230 --------------
   applications/kappa/ccdpack/kapccd.c      |  208 -------------
   applications/kappa/ccdpack/kapccd.h      |   57 ----
   104 files changed, 0 insertions(+), 21263 deletions(-)
  
  commit 7ff9e7d2a449ae6c412b2477dd09de5726a60bee
  Author: Tim Jenness <[log in to unmask]>
  Date:   Fri Jul 10 14:51:05 2009 -1000
  
      kaplibs: Make sure that STDEV is set to 0.0 if only have a single point
  
   libraries/kaplibs/ccg/ccg_sd3.gn |    4 ++++
   1 files changed, 4 insertions(+), 0 deletions(-)
  
  commit 8c58ed1363a8680b986f4c23a7c84da139f5e9f5
  Author: Tim Jenness <[log in to unmask]>
  Date:   Fri Jul 10 14:50:02 2009 -1000
  
      kaplibs: Re-add component.xml
      
      Mistakenly removed in commit 168a52687eede87ab5bd7507783d80352f2d7953
  
   libraries/kaplibs/component.xml |   29 +++++++++++++++++++++++++++++
   1 files changed, 29 insertions(+), 0 deletions(-)
  
  commit b9c4d2acf53e886d8e9b978913ca765173a4f4fd
  Author: Tim Jenness <[log in to unmask]>
  Date:   Fri Jul 10 14:48:32 2009 -1000
  
      smurf: Add instrument name to observation summary
  
   applications/smurf/libsmf/smf_obsmap_fill.c   |    6 ++++
   applications/smurf/libsmf/smf_obsmap_report.c |   34 +++++++++++++++++++++-
   2 files changed, 38 insertions(+), 2 deletions(-)
  
  commit 8119774996f469680613ea6f846f3b20f5b0dfa1
  Author: Malcolm J. Currie <[log in to unmask]>
  Date:   Fri Jul 10 22:37:38 2009 +0100
  
      gitignore: Ignore KAPLIBS instantiated generic ccg code.
  
   .gitignore |   60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
   1 files changed, 60 insertions(+), 0 deletions(-)
  
  commit d3cbc58b5002cbfcc5de4b0f88785e2f2581ddff
  Author: Malcolm J. Currie <[log in to unmask]>
  Date:   Fri Jul 10 22:14:15 2009 +0100
  
      KAPPA: Added CMEAN and CSIGMA estimators to COLLAPSE, CHANMAP, and COLLAPSE.
      
      kapsub/kps1_clps.gdr:  Added CMEAN and CSIGMA options.  Add CLIP argument.
         Switch to non-variance mode for the methods that use covariance when
         variance selected and number of pixels along the collapse axis is too
         large (300).  Added commentary to explain this.  Use new CCG routines.
         Increment NFLAG.
      
      libkappa/chanmap.f  }:  Added Cmean and Csigma estimators and an associated
      libkappa/mstats.f   }   CLIP parameter.  Use revised KPS1_CLPSx.
      
      libkappa/collapse.f:  Ditto plus improve a WLIM-related WARNING message
         and fix bug in calculations used to decide whether or not to
         issue either warning and the reported fractions of bad values.
      
      Makefile.am:  Removed ccdpack/ build.
  
   applications/kappa/Makefile.am          |    4 +-
   applications/kappa/configure.ac         |    6 +-
   applications/kappa/kappa.ifd.in         | 3825 +++++++++++++++--------------
   applications/kappa/kappa.news           |   25 +
   applications/kappa/kapsub/kps1_clps.gdr |  263 ++-
   applications/kappa/libkappa/chanmap.f   |   45 +-
   applications/kappa/libkappa/collapse.f  |   80 +-
   applications/kappa/libkappa/mstats.f    |   41 +-
   applications/kappa/sun95.tex            |  101 +-
   9 files changed, 2393 insertions(+), 1997 deletions(-)
  
  commit 168a52687eede87ab5bd7507783d80352f2d7953
  Author: Malcolm J. Currie <[log in to unmask]>
  Date:   Fri Jul 10 14:43:20 2009 +0100
  
      KAPLIBS: Move CCDPACK gen routines from KAPPA to libccg.
      
      There are three known locations for various versions of the
      statistical-combination routines orginally created for CCDPACK:
      CCDPACK itself, KAPPA, and POLPACK.  This is the first step in a
      rationalisation to a single set.
      
      The KAPPA versions of the CCDPACK gen library does include several
      extra statistics needed for JCMT use of KAPPA:COLLAPSE.
      
      Apart from one routine it's generic code.  Most are .gdr, but some
      could be modified to .gn if needed.  I've removed the double <T>
      tokens (e.g. ccg1_cm1rr, ccg1_cm1dd, ccg1_umd3d, ccg1_umr3r) and
      there's only only type associated with each generic routine.  I did
      retain the numbering in routine names rather than say use a V for
      those that use the full variance and W for those have per line
      weights, however I'd prefer a better clue in the name to a routine's
      functionality.
      
      Things to note for CCDPACK and POLPACK:
      
        *  The APIs have changed to cope with KAPPA requirements and to adhere
           to SGP/16 order.
      
        *  The 1 has gone from the prefix as it's going public.  Iit's just
           CCG_ so it requires a conscious effort to switch CCDPACK and
           POLPACK to the new incarnation in KAPLIBS.  This also avoids
           accidents building against a mismatched API.
      
        *  The variance array supplied has the same data type as the data.
      
        *  NCON (contribution of each image) is initialised so therefore
           CCDPACK with blocking and chunking will need another array at
           application level to add in each block or chunk's worth.
      
        *  I added an NBAD argument so that COLLAPSE computes the fraction of
           bad pixels generated correctly now.  [Well I did debate whether it
           should count results where all the input pixels are bad---it does.]
           I had previously fudged it incorrectly using NCON, which measures
           something different.
      
      The CCG routines have been extensively tested in the COLLAPSE context.
      
      Since there are lots of new routines I decided to apply a full increment
      to Version 3.0.
  
   libraries/kaplibs/Makefile.am                      |    2 +-
   .../ccdpack => libraries/kaplibs/ccg}/CCD1_PAR     |    0
   libraries/kaplibs/ccg/Makefile.am                  |   42 ++
   .../astrom => libraries/kaplibs/ccg}/bootstrap     |    0
   libraries/kaplibs/ccg/ccg_ad1.gn                   |  182 +++++++
   libraries/kaplibs/ccg/ccg_ad3.gn                   |  175 +++++++
   libraries/kaplibs/ccg/ccg_bm1.gdr                  |  254 ++++++++++
   libraries/kaplibs/ccg/ccg_bm3.gdr                  |  219 +++++++++
   libraries/kaplibs/ccg/ccg_clip.gdr                 |  111 +++++
   libraries/kaplibs/ccg/ccg_comb1.gdr                |  458 ++++++++++++++++++
   libraries/kaplibs/ccg/ccg_comb3.gdr                |  410 ++++++++++++++++
   libraries/kaplibs/ccg/ccg_cs1.gdr                  |  322 ++++++++++++
   libraries/kaplibs/ccg/ccg_cs3.gdr                  |  290 +++++++++++
   libraries/kaplibs/ccg/ccg_flx1.gdr                 |  213 ++++++++
   libraries/kaplibs/ccg/ccg_flx3.gdr                 |  170 +++++++
   libraries/kaplibs/ccg/ccg_fm1.gdr                  |  289 +++++++++++
   libraries/kaplibs/ccg/ccg_fm3.gdr                  |  232 +++++++++
   libraries/kaplibs/ccg/ccg_i2wc.gdr                 |  111 +++++
   libraries/kaplibs/ccg/ccg_is2.gdr                  |  121 +++++
   libraries/kaplibs/ccg/ccg_is3.gdr                  |  128 +++++
   libraries/kaplibs/ccg/ccg_iwc1.gdr                 |  223 +++++++++
   libraries/kaplibs/ccg/ccg_iwc3.gdr                 |  183 +++++++
   libraries/kaplibs/ccg/ccg_iwd1.gdr                 |  260 ++++++++++
   libraries/kaplibs/ccg/ccg_iwd3.gdr                 |  236 +++++++++
   libraries/kaplibs/ccg/ccg_kth.gdr                  |  146 ++++++
   libraries/kaplibs/ccg/ccg_md1.gdr                  |  249 ++++++++++
   libraries/kaplibs/ccg/ccg_md3.gdr                  |  213 ++++++++
   libraries/kaplibs/ccg/ccg_me1.gdr                  |  192 ++++++++
   libraries/kaplibs/ccg/ccg_me3.gdr                  |  192 ++++++++
   libraries/kaplibs/ccg/ccg_mm1.gdr                  |  231 +++++++++
   libraries/kaplibs/ccg/ccg_mm3.gdr                  |  204 ++++++++
   libraries/kaplibs/ccg/ccg_mn1.gn                   |  171 +++++++
   libraries/kaplibs/ccg/ccg_mn3.gn                   |  160 ++++++
   libraries/kaplibs/ccg/ccg_mo1.gdr                  |  251 ++++++++++
   libraries/kaplibs/ccg/ccg_mo3.gdr                  |  233 +++++++++
   libraries/kaplibs/ccg/ccg_mx1.gn                   |  171 +++++++
   libraries/kaplibs/ccg/ccg_mx3.gn                   |  160 ++++++
   libraries/kaplibs/ccg/ccg_orvar.f                  |  161 ++++++
   libraries/kaplibs/ccg/ccg_rms1.gn                  |  185 +++++++
   libraries/kaplibs/ccg/ccg_rms3.gn                  |  177 +++++++
   libraries/kaplibs/ccg/ccg_sc1.gdr                  |  329 +++++++++++++
   libraries/kaplibs/ccg/ccg_sc3.gdr                  |  295 +++++++++++
   libraries/kaplibs/ccg/ccg_sd1.gn                   |  203 ++++++++
   libraries/kaplibs/ccg/ccg_sd3.gn                   |  192 ++++++++
   libraries/kaplibs/ccg/ccg_sm1.gdr                  |  281 +++++++++++
   libraries/kaplibs/ccg/ccg_sm3.gdr                  |  291 +++++++++++
   libraries/kaplibs/ccg/ccg_sum1.gn                  |  197 ++++++++
   libraries/kaplibs/ccg/ccg_sum3.gn                  |  161 ++++++
   libraries/kaplibs/ccg/ccg_tc1.gdr                  |  324 +++++++++++++
   libraries/kaplibs/ccg/ccg_tc3.gdr                  |  248 ++++++++++
   libraries/kaplibs/ccg/ccg_tm1.gdr                  |  241 +++++++++
   libraries/kaplibs/ccg/ccg_tm3.gdr                  |  208 ++++++++
   libraries/kaplibs/ccg/ccg_tmn2.gdr                 |  171 +++++++
   libraries/kaplibs/ccg/ccg_tmn3.gdr                 |  132 +++++
   libraries/kaplibs/ccg/ccg_trm2.gdr                 |  227 +++++++++
   libraries/kaplibs/ccg/ccg_trm3.gdr                 |  163 +++++++
   libraries/kaplibs/ccg/ccg_um1.gdr                  |  202 ++++++++
   libraries/kaplibs/ccg/ccg_um3.gdr                  |  179 +++++++
   libraries/kaplibs/ccg/ccg_wcwi.gdr                 |  120 +++++
   libraries/kaplibs/ccg/ccg_wmd2.gdr                 |  251 ++++++++++
   libraries/kaplibs/ccg/ccg_wmd3.gdr                 |  372 ++++++++++++++
   libraries/kaplibs/ccg/ccg_wtm2.gdr                 |  160 ++++++
   libraries/kaplibs/ccg/ccg_wtm3.gdr                 |  254 ++++++++++
   libraries/kaplibs/ccg/ccg_wtm4.gdr                 |  239 +++++++++
   libraries/kaplibs/component.xml                    |   29 --
   libraries/kaplibs/configure.ac                     |    5 +-
   libraries/kaplibs/kaplibs_link                     |    6 +-
   libraries/kaplibs/kaplibs_link_adam                |    6 +-
   libraries/kaplibs/make_sun238.csh                  |    6 +-
   69 files changed, 13178 insertions(+), 41 deletions(-)
  
  commit 8c0fbef73a78ef89528e08f48d6bbc8d06104f14
  Author: Tim Jenness <[log in to unmask]>
  Date:   Fri Jul 10 13:46:07 2009 -1000
  
      smurf: Annul the beaminfo and only create it if needed.
  
   applications/smurf/libsmf/smf_obsmap_report.c |    8 +++++---
   1 files changed, 5 insertions(+), 3 deletions(-)
  
  commit dff8ba9d9ed5923015cb81bc9441a7f2275b504f
  Author: Tim Jenness <[log in to unmask]>
  Date:   Fri Jul 10 11:37:21 2009 -1000
  
      ccdpack: Remove local kaplibs routines and use KAPLIBS instead
      
      Most of the kaplibs routines were more or less the same as
      the kaplibs versions. Bug fixes have been transferred to
      kaplibs independently.
      
      One note is that KPG1_ISCLx in kaplibs takes a <T> UPPER
      and LOWER values rather than DOUBLE. The one CCDPACK
      routine using the _DOUBLE argument has been modified.
      The local CCDPACK patch was probably best (since internally
      the argument is immediately cast to a double) but the
      extensive usage in KAPPA means that change is deferred.
  
   applications/ccdpack/ccdpack_link      |    4 +-
   applications/ccdpack/ccdpack_link_adam |    4 +-
   applications/ccdpack/gen/Makefile.am   |   10 +-
   applications/ccdpack/gen/kpg1_ainb.gen |  262 -----------
   applications/ccdpack/gen/kpg1_bloc.grd |  333 -------------
   applications/ccdpack/gen/kpg1_cadd.gen |  212 ---------
   applications/ccdpack/gen/kpg1_csub.gen |  213 ---------
   applications/ccdpack/gen/kpg1_iscl.gen |  340 --------------
   applications/ccdpack/gen/kpg1_litn.grd |  149 ------
   applications/ccdpack/gen/kpg1_ludc.grd |  230 ---------
   applications/ccdpack/gen/kpg1_mdet.grd |  160 -------
   applications/ccdpack/gen/kpg1_past.gen |  249 ----------
   applications/ccdpack/gen/kpg1_tdli.gen |  755 ------------------------------
   applications/ccdpack/gen/kpg1_trbo.grd |  328 -------------
   applications/ccdpack/gen/kpg1_trpi.grd |  380 ---------------
   applications/ccdpack/gen/kpg1_vasv.gen |  131 ------
   applications/ccdpack/main/Makefile.am  |    2 -
   applications/ccdpack/main/ccd1_prndf.f |   35 +-
   applications/ccdpack/main/ira1_chscs.f |  295 ------------
   applications/ccdpack/main/ira_iscs.f   |  144 ------
   applications/ccdpack/main/ira_seteq.f  |  226 ---------
   applications/ccdpack/main/kpg1_asffr.f |  233 ---------
   applications/ccdpack/main/kpg1_asfrm.f |  369 ---------------
   applications/ccdpack/main/kpg1_assir.f |  162 -------
   applications/ccdpack/main/kpg1_isscs.f |  156 ------
   applications/ccdpack/tasks/astexp.f    |    2 +-
   applications/ccdpack/tasks/tranlist.f  |    2 +-
   applications/ccdpack/tasks/wcsedit.f   |    2 +-
   28 files changed, 34 insertions(+), 5354 deletions(-)
  
  commit 85d16dd8f36f7ed57e471fb6eef517bbc18f20d6
  Author: Peter W. Draper <[log in to unmask]>
  Date:   Fri Jun 27 09:01:41 1997 +0000
  
      kaplibs: Ensure upper and lower bounds are correct
      
      Local patch to CCDPACK KAPLIBS routine. Should be transferred to KAPLIBS.
      
      svn path=/trunk/; revision=1105
  
   libraries/kaplibs/kpg/kpg1_ainb.gdr |    8 ++++++--
   1 files changed, 6 insertions(+), 2 deletions(-)
  
  commit db8192daa56a730351aa32b6da540fac4e1bebe2
  Author: Mark Taylor <[log in to unmask]>
  Date:   Thu Sep 5 11:16:07 2002 +0000
  
      Fixed flux-non-conservation bug.
      
      svn path=/trunk/; revision=10130
  
   libraries/kaplibs/kpg/kpg1_tdli.gn |    7 +++++--
   1 files changed, 5 insertions(+), 2 deletions(-)
  
  commit c88570feb02da6ec30b0cfe7d45c6b8f1883d441
  Author: Tim Jenness <[log in to unmask]>
  Date:   Thu Jul 9 21:05:21 2009 -1000
  
      Ignore build files from starbench
  
   .gitignore |    9 +++++++++
   1 files changed, 9 insertions(+), 0 deletions(-)

Commits from repository skycat
-----------------------------

  commit 37e1afc6439743776cb55828668c38d845e98c23
  Author: Peter W. Draper <[log in to unmask]>
  Date:   Fri Jul 10 13:41:13 2009 +0100
  
      Revert 6044d52fefb776740525e7eda16ab2d3f963e281 and initialise blank
      colour only once.
  
   rtd/generic/ImageColor.C |    5 ++++-
   1 files changed, 4 insertions(+), 1 deletions(-)

Commits from repository tk
-----------------------------

  commit ed59ed28dd57f75a763c0964b2bf6547bd2f5832
  Author: Peter W. Draper <[log in to unmask]>
  Date:   Fri Jul 10 19:45:29 2009 +0100
  
      Add support for TK_CONFIG_OPTION_SPECIFIED flag used by Tk_ConfigureWidget.
      
      This is used by GAIA and Skycat. Hopefully change is transitory, but
      requires code changes to the Tk_SetOptions API.
  
   generic/tkOldConfig.c |   33 ++++++++++++++++++++++++++-------
   1 files changed, 26 insertions(+), 7 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