Print

Print


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

  (Tim Jenness) smurf: It is okay to disable noise clipping if we don't have many bolos
   100.0% applications/smurf/libsmf/
  
  (Tim Jenness) smurf: Write out effective noise results in FITS headers
   100.0% applications/smurf/libsmurf/
  
  (David Berry) smurf: New smas option "-p" causes max value to be used as source amplitude
   100.0% applications/smurf/scripts/
  
  (David Berry) ast: Improve logic for choosing interior/exterior labelling in Plot class
   100.0% libraries/ast/
  
  (David Berry) kaplibs: Ensure test point returned by kpg1_asgdp is not close to the origin
   100.0% libraries/kaplibs/kpg/
 

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

  commit 70709a1b35f4dfd3280b4e8820b368c64306d523
  Author: Tim Jenness <[log in to unmask]>
  Date:   Tue Aug 23 13:34:57 2011 -1000
  
      smurf: It is okay to disable noise clipping if we don't have many bolos
  
   applications/smurf/libsmf/smf_clipnoise.c |   13 +++++++++++++
   1 files changed, 13 insertions(+), 0 deletions(-)
  
  commit b6f0e5790fe700715b140f641393b6528bbfc24a
  Author: Tim Jenness <[log in to unmask]>
  Date:   Tue Aug 23 12:22:55 2011 -1000
  
      smurf: Write out effective noise results in FITS headers
      
      This is important when multiple output files are being written
      since only a single effective noise value is reported in the output
      parameters.
  
   applications/smurf/libsmurf/smurf_calcnoise.c |   60 +++++++++++++++++++++--
   1 files changed, 56 insertions(+), 4 deletions(-)
  
  commit 6c1b5076cacf92618e91f824e4e054511c4db946
  Author: David Berry <[log in to unmask]>
  Date:   Tue Aug 23 15:31:41 2011 +0100
  
      smurf: New smas option "-p" causes max value to be used as source amplitude
  
   applications/smurf/scripts/smas |   24 +++++++++++++++++++-----
   1 files changed, 19 insertions(+), 5 deletions(-)
  
  commit efa2ddc75a47aa97cc05c6a0f41a3b9ee00051f4
  Author: David Berry <[log in to unmask]>
  Date:   Tue Aug 23 15:28:00 2011 +0100
  
      ast: Improve logic for choosing interior/exterior labelling in Plot class
  
   libraries/ast/plot.c |  172 +++++++++++++++++++++++++++++------------------
   1 files changed, 106 insertions(+), 66 deletions(-)
  
  commit 8f0044e7d4e43385171bfbdcc61278467f8f62bc
  Author: David Berry <[log in to unmask]>
  Date:   Tue Aug 23 11:53:32 2011 +0100
  
      kaplibs: Ensure test point returned by kpg1_asgdp is not close to the origin
      
      Using the origin as a test point is a bad idea as it has unusual
      properties (e.g. you cannot change the value by scaling it). So
      kpg1_asgdp now ensures that the returned point is more than 10% of the
      box size away from the origin in both input and output coordinates.
      
      This solves the problem reported by Jess in which kappa:collapse issued
      the error: "The specified WCS axis (axis 2) has a constant value over the
      whole NDF and so cannot be collapsed." when in fact WCS axis 2 did not
      have a constant value.
  
   libraries/kaplibs/kpg/kpg1_asgdp.f |   94 ++++++++++++++++++++++++++--------
   1 files changed, 73 insertions(+), 21 deletions(-)