Print

Print


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

  (Tim Jenness) smurf: Tweak SKYNOISE documentation
   100.0% applications/smurf/libsmurf/
  
  (Tim Jenness) smurf: Tweak bounds setting
   100.0% applications/smurf/libsmurf/
  
  (Tim Jenness) smurf: Express ubnd in terms of lbnd
   100.0% applications/smurf/libsmf/
  
  (Tim Jenness) smurf: More whitespace cleanup
   100.0% applications/smurf/libsmf/
  
  (Tim Jenness) smurf: Revert prologue whitespace changes
   100.0% applications/smurf/libsmurf/
  
  (Ed Chapin) smurf: print warning if single opacity for all input files
   100.0% applications/smurf/libsmf/
  
  (Tim Jenness) smurf: more whitespace
   100.0% applications/smurf/libsmf/
  
  (Ed Chapin) smurf: smf_model_create remove printf and whitespace cleanup
   100.0% applications/smurf/libsmf/
  
  (Tim Jenness) smurf: Alphabetize smurflib.h
  
  (Tim Jenness) smurf: whitespace cleanup of include files
    92.6% applications/smurf/libsmf/
     3.0% applications/smurf/libsmurf/
     4.3% applications/smurf/
  
  (Ed Chapin) smurf: enable variable extinction monitors for iterative map-maker
    89.1% applications/smurf/libsmf/
    10.8% applications/smurf/libsmurf/
  
  (Ed Chapin) smurf: annul keymaps
   100.0% applications/smurf/libsmf/
  
  (Ed Chapin) kpg: remove leading whitespace when parsing scalar value, kpg1_kymp1
   100.0% libraries/kaplibs/kpg/
  
  (Tim Jenness) smurf: Use ndgCopy rather than local smf_grpCopy to copy NDF groups
   100.0% applications/smurf/libsmf/
  
  (David Berry) ast: Change the API for astMaskAxes
     6.2% applications/atools/
    93.7% libraries/ast/
  
  (Tim Jenness) smurf: Whitespace normalisation for routines that use smf_write_smfData
   100.0% applications/smurf/libsmurf/
  
  (Malcolm J. Currie) KAPPA: Do not report an error when NGOOD is too small for ordered statistics.
   100.0% libraries/kaplibs/kpg/
  
  (David Berry) ast: Correct CmpFrame usage of PreserveAxes, MaxAxes and MinAxes attributes
   100.0% libraries/ast/
  
  (Peter W. Draper) gaia: add an option to clear large catalogues of symbols quickly.
    87.5% applications/gaia/gaia/library/
    12.5% applications/gaia/
  
  (David Berry) ast: Corrections to astMatchAxes
   100.0% libraries/ast/
 

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

  commit 77a02da872c93f8b98e724a23082e662b9e91ae9
  Author: Tim Jenness <[log in to unmask]>
  Date:   Tue Sep 29 16:35:42 2009 -1000
  
      smurf: Tweak SKYNOISE documentation
  
   applications/smurf/libsmurf/smurf_skynoise.c |    6 ++++--
   1 files changed, 4 insertions(+), 2 deletions(-)
  
  commit 2119d2e1f27f0105f8cac8d979523633cbbdee57
  Author: Tim Jenness <[log in to unmask]>
  Date:   Tue Sep 29 16:34:33 2009 -1000
  
      smurf: Tweak bounds setting
      
      Help us be more robust with changes to the lower bounds.
  
   applications/smurf/libsmurf/smurf_badbolos.c |    8 ++++----
   applications/smurf/libsmurf/smurf_impaztec.c |    8 ++++----
   applications/smurf/libsmurf/smurf_skynoise.c |    4 ++--
   3 files changed, 10 insertions(+), 10 deletions(-)
  
  commit 1847709e7552efcebec624873798ddf51791ea13
  Author: Tim Jenness <[log in to unmask]>
  Date:   Tue Sep 29 16:21:24 2009 -1000
  
      smurf: Express ubnd in terms of lbnd
      
      smf_store_image still has problems since it does not seem to
      be able to distinguish bolometer dimensions from image dimensions.
      I think this is because it has only ever been used for STARE
      images in test data. Express upper bound in terms of lower bound
      to simplify later fixes.
  
   applications/smurf/libsmf/smf_store_image.c |   10 +++++-----
   1 files changed, 5 insertions(+), 5 deletions(-)
  
  commit c53c49e4355568fa2b3cf2775db5fa2777fd8462
  Author: Tim Jenness <[log in to unmask]>
  Date:   Tue Sep 29 14:37:00 2009 -1000
  
      smurf: More whitespace cleanup
  
   applications/smurf/libsmf/smf_check_smfData.c     |   12 ++--
   applications/smurf/libsmf/smf_check_smfFile.c     |   12 ++--
   applications/smurf/libsmf/smf_check_smfHead.c     |   32 ++++++------
   applications/smurf/libsmf/smf_construct_smfData.c |   52 +++++++++---------
   applications/smurf/libsmf/smf_construct_smfFile.c |    6 +-
   applications/smurf/libsmf/smf_construct_smfHead.c |   26 +++++-----
   applications/smurf/libsmf/smf_create_smfData.c    |   12 ++--
   applications/smurf/libsmf/smf_create_smfHead.c    |    4 +-
   applications/smurf/libsmf/smf_deepcopy_smfData.c  |   14 +++---
   applications/smurf/libsmf/smf_deepcopy_smfHead.c  |    8 ++--
   applications/smurf/libsmf/smf_validate_smfData.c  |    4 +-
   applications/smurf/libsmf/smf_validate_smfHead.c  |    4 +-
   12 files changed, 93 insertions(+), 93 deletions(-)
  
  commit 57cf82ae467149faf8d58c3ba5d5bc9e2f47bbd5
  Author: Tim Jenness <[log in to unmask]>
  Date:   Tue Sep 29 14:13:09 2009 -1000
  
      smurf: Revert prologue whitespace changes
      
      prolat does not like a leading space when looking for a prologue.
      emacs loves to put a leading space in the prologue to align the
      "*" with the "/*".
      
      For now remove the leading space but we may want to patch prolat.
  
   applications/smurf/libsmurf/smurf_calcdark.c     |  180 +++++++-------
   applications/smurf/libsmurf/smurf_calcnoise.c    |  164 ++++++------
   applications/smurf/libsmurf/smurf_dreamsolve.c   |  174 ++++++------
   applications/smurf/libsmurf/smurf_dreamweights.c |  280 ++++++++++----------
   applications/smurf/libsmurf/smurf_sc2concat.c    |  192 +++++++-------
   applications/smurf/libsmurf/smurf_sc2fft.c       |  196 +++++++-------
   applications/smurf/libsmurf/smurflib.h           |  170 ++++++------
   7 files changed, 678 insertions(+), 678 deletions(-)
  
  commit 700bb505a1509b5eb5255152dc54bcfe58943ac2
  Author: Ed Chapin <[log in to unmask]>
  Date:   Tue Sep 29 16:45:19 2009 -0700
  
      smurf: print warning if single opacity for all input files
      
      Although the user has the option of specifying a single opacity
      value in the DIMM config, it is stupid under almost all
      circumstances (much better to use WVM or CSOTAU which vary over
      time). Warning to remind the user...
  
   applications/smurf/libsmf/smf_model_create.c |   27 +++++++++++++++--------
   1 files changed, 17 insertions(+), 10 deletions(-)
  
  commit 1003b031bcf1f10f3f12e3661515bed5574fd229
  Author: Tim Jenness <[log in to unmask]>
  Date:   Tue Sep 29 13:22:50 2009 -1000
  
      smurf: more whitespace
  
   applications/smurf/libsmf/smf_close_smfGroup.c     |  166 +++---
   applications/smurf/libsmf/smf_concat_smfGroup.c    |  536 +++++++++---------
   applications/smurf/libsmf/smf_construct_smfGroup.c |  202 ++++----
   3 files changed, 452 insertions(+), 452 deletions(-)
  
  commit 5653536eb86c3e7f7c4745fc4806b787d83bbf0d
  Author: Ed Chapin <[log in to unmask]>
  Date:   Tue Sep 29 16:21:42 2009 -0700
  
      smurf: smf_model_create remove printf and whitespace cleanup
  
   applications/smurf/libsmf/smf_model_create.c |  243 ++++++++++++------------
   1 files changed, 121 insertions(+), 122 deletions(-)
  
  commit 09125db2818e7f11818a6181f8a5095e3993b08e
  Author: Tim Jenness <[log in to unmask]>
  Date:   Tue Sep 29 13:17:22 2009 -1000
  
      smurf: Alphabetize smurflib.h
  
   applications/smurf/libsmurf/smurflib.h |   40 +++++++++++++++---------------
   1 files changed, 20 insertions(+), 20 deletions(-)
  
  commit df0e2ebb5f470e5fc2553f5218efa531428132b9
  Author: Tim Jenness <[log in to unmask]>
  Date:   Tue Sep 29 13:11:07 2009 -1000
  
      smurf: whitespace cleanup of include files
  
   applications/smurf/libsmf/smf.h.source   | 1360 +++++++++---------
   applications/smurf/libsmf/smf_moltrans.h | 2200 ++++++++++++++--------------
   applications/smurf/libsmf/smf_threads.h  |  108 +-
   applications/smurf/libsmf/smf_typ.h      |  546 ++++----
   applications/smurf/libsmurf/smurflib.h   |  170 ++--
   applications/smurf/smurf_par.h           |  144 +-
   applications/smurf/smurf_typ.h           |   92 +-
   7 files changed, 2310 insertions(+), 2310 deletions(-)
  
  commit a71ecc02d44c88f76b71495ca82a5e40693944c0
  Author: Ed Chapin <[log in to unmask]>
  Date:   Tue Sep 29 14:58:31 2009 -0700
  
      smurf: enable variable extinction monitors for iterative map-maker
      
      New ext.* parameters are available in the dimmconfig file. Factored
      some functionality out of smurf_extinction in smf_get_extpar. The
      iterative map-maker handles extinction when it creates model
      containers, so the parsed config file keymap is now passed to
      smf_model_create.
  
   applications/smurf/docs/sun258/sun258.tex          |    7 +
   applications/smurf/examples/dimmconfig.lis         |   16 ++-
   applications/smurf/libsmf/Makefile.am              |    1 +
   applications/smurf/libsmf/smf.h.source             |    7 +-
   applications/smurf/libsmf/smf_correct_extinction.c |   15 ++
   applications/smurf/libsmf/smf_get_extpar.c         |  144 ++++++++++++++++++
   applications/smurf/libsmf/smf_iteratemap.c         |   20 ++-
   applications/smurf/libsmf/smf_model_create.c       |   64 +++++++--
   applications/smurf/libsmurf/smurf_extinction.c     |   47 ++----
   applications/smurf/libsmurf/smurf_makemap.c        |   22 +++
   10 files changed, 289 insertions(+), 54 deletions(-)
  
  commit 5d63e2c6b142d55f939660c2d6494478b7595c74
  Author: Ed Chapin <[log in to unmask]>
  Date:   Tue Sep 29 14:15:51 2009 -0700
  
      smurf: annul keymaps
  
   applications/smurf/libsmf/smf_calcmodel_com.c |    1 +
   applications/smurf/libsmf/smf_calcmodel_dks.c |    2 ++
   applications/smurf/libsmf/smf_calcmodel_flt.c |    2 ++
   applications/smurf/libsmf/smf_calcmodel_noi.c |    2 ++
   4 files changed, 7 insertions(+), 0 deletions(-)
  
  commit 6b7851689afc3394adcb12de4279a03fbe1c4727
  Author: Ed Chapin <[log in to unmask]>
  Date:   Tue Sep 29 14:11:29 2009 -0700
  
      kpg: remove leading whitespace when parsing scalar value, kpg1_kymp1
      
      When parsing a text file into a keymap use the "c" pointer (first
      whitespace after "=") rather than "equals+1" to remove
      leading whitespace for scalars.
  
   libraries/kaplibs/kpg/kpg1_kymp2.c |    5 ++++-
   1 files changed, 4 insertions(+), 1 deletions(-)
  
  commit 5ec2359330c4afd34c10d3ba496646ffaa24f1fa
  Author: Tim Jenness <[log in to unmask]>
  Date:   Tue Sep 29 11:22:31 2009 -1000
  
      smurf: Use ndgCopy rather than local smf_grpCopy to copy NDF groups
  
   applications/smurf/libsmf/Makefile.am              |    1 -
   applications/smurf/libsmf/smf.h.source             |    3 -
   applications/smurf/libsmf/smf_choosetiles.c        |    5 +-
   applications/smurf/libsmf/smf_construct_smfGroup.c |    7 +-
   applications/smurf/libsmf/smf_expand_tilegroup.c   |    7 +-
   applications/smurf/libsmf/smf_grpCopy.c            |  141 ------------------
   6 files changed, 14 insertions(+), 150 deletions(-)
  
  commit 369e47f6260ad34a4740fcfa2f4d6977185d39cc
  Author: David Berry <[log in to unmask]>
  Date:   Tue Sep 29 22:02:57 2009 +0100
  
      ast: Change the API for astMaskAxes
      
      This allows astMatchAxes to be over-ridden on the basis of either of the
      two Frames.
  
   applications/atools/astmatchaxes.f |   24 +++---
   libraries/ast/cmpframe.c           |   61 ++++++++--------
   libraries/ast/frame.c              |  137 ++++++++++++++++++++++++----------
   libraries/ast/frame.h              |    5 +
   libraries/ast/frameset.c           |   84 +++++++++++++++++++--
   libraries/ast/region.c             |   86 +++++++++++++++++++--
   libraries/ast/skyframe.c           |   96 ++++++++++++------------
   7 files changed, 348 insertions(+), 145 deletions(-)
  
  commit 3d4b5da452d154d096a980f87b8bb704610a4022
  Author: Tim Jenness <[log in to unmask]>
  Date:   Tue Sep 29 09:42:00 2009 -1000
  
      smurf: Whitespace normalisation for routines that use smf_write_smfData
  
   applications/smurf/libsmurf/smurf_calcdark.c       |  180 +++++++-------
   .../libsmurf/{smurf_sc2fft.c => smurf_calcnoise.c} |  198 ++++++++---------
   applications/smurf/libsmurf/smurf_sc2concat.c      |  218 +++++++++---------
   applications/smurf/libsmurf/smurf_sc2fft.c         |  210 +++++++++---------
   4 files changed, 395 insertions(+), 411 deletions(-)
  
  commit 47bde8552d08912baf5648aa23a7e1343dafb96b
  Author: Malcolm J. Currie <[log in to unmask]>
  Date:   Mon Sep 28 17:12:23 2009 +0100
  
      KAPPA: Do not report an error when NGOOD is too small for ordered statistics.
  
   libraries/kaplibs/kpg/kpg_stos.gbdirw |   11 +++--------
   1 files changed, 3 insertions(+), 8 deletions(-)
  
  commit 07be44343f808d98d5aded8022b5c44a534ee6d6
  Author: David Berry <[log in to unmask]>
  Date:   Tue Sep 29 16:04:27 2009 +0100
  
      ast: Correct CmpFrame usage of PreserveAxes, MaxAxes and MinAxes attributes
      
      This is fairly dark stuff. If I've got it wrong it could potentially
      affect the way CmpFrames align with other Frames. These attributes are
      not often set, but they need to be changed form their defaults in the
      new astMatchAxes method.
  
   libraries/ast/cmpframe.c |  584 +++++++++++++++++++++++++++++---------------
   1 files changed, 393 insertions(+), 191 deletions(-)
  
  commit 202897dced3978a3b65d32af50c9db09d973ed58
  Author: Peter W. Draper <[log in to unmask]>
  Date:   Tue Sep 29 14:40:58 2009 +0100
  
      gaia: add an option to clear large catalogues of symbols quickly.
  
   applications/gaia/gaia.news                   |    4 ++++
   applications/gaia/gaia/library/GaiaSearch.tcl |   11 +++++++++++
   2 files changed, 15 insertions(+), 0 deletions(-)
  
  commit ef273adb9f5deb9be0ed81560b7219b222260eff
  Author: David Berry <[log in to unmask]>
  Date:   Tue Sep 29 10:13:51 2009 +0100
  
      ast: Corrections to astMatchAxes
  
   libraries/ast/cmpframe.c |   18 ++++------
   libraries/ast/frame.c    |    2 +-
   libraries/ast/frameset.c |   74 ++++++++++++++++++++++++++++++++++++++++++++
   libraries/ast/region.c   |   73 ++++++++++++++++++++++++++++++++++++++++++-
   libraries/ast/skyframe.c |    5 +--
   5 files changed, 155 insertions(+), 17 deletions(-)