Print

Print


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

  (Tim Jenness) smurf: Change where calclat writes provenance to RESP file
   100.0% applications/smurf/libsmurf/
  
  (Tim Jenness) smurf: CALCFLAT always uses the dynamic default
   100.0% applications/smurf/
  
  (Tim Jenness) smurf: Use smf_find_dateobs for dark determination
   100.0% applications/smurf/libsmf/
  
  (David Berry) smurf: Initialise unmakecube outputs to hold bad values
   100.0% applications/smurf/libsmurf/
  
  (Peter W. Draper) gaia: remove debugging statement
   100.0% applications/gaia/gaia/generic/
  
  (Peter W. Draper) gaia: improve detection of compressed images
    57.8% applications/gaia/gaia/generic/
    42.1% applications/gaia/gaia/library/
 

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

  commit e3737d5e75df1133578af97a12d74f02aa6e13d6
  Author: Tim Jenness <[log in to unmask]>
  Date:   Wed Sep 2 14:23:40 2009 -1000
  
      smurf: Change where calclat writes provenance to RESP file
      
      Now write provenance after OUT parameter has been used. Inside
      the pipeline when running as an A-task we were getting the
      following error:
      
       !! SUBPAR: No "current" value for OUT
       !  NDF_HDEF: Error writing default history information to an NDF.
       !! SUBPAR__ERROR: SUBPAR general bad status
      
      This solution is not ideal and it may be that we should be fixing
      ndf1_hwenv_a.f instead.
  
   applications/smurf/libsmurf/smurf_calcflat.c |   13 ++++++++++---
   1 files changed, 10 insertions(+), 3 deletions(-)
  
  commit 7461d0a719a1941ced572a6ed70f2d671a15226c
  Author: Tim Jenness <[log in to unmask]>
  Date:   Wed Sep 2 14:22:17 2009 -1000
  
      smurf: CALCFLAT always uses the dynamic default
  
   applications/smurf/smurf.ifd.in |    2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)
  
  commit 69962415fc4f24b719ac04d7335ef50a0b971328
  Author: Tim Jenness <[log in to unmask]>
  Date:   Wed Sep 2 14:15:36 2009 -1000
  
      smurf: Use smf_find_dateobs for dark determination
      
      This is more robust than accessing JCMTSTATE directly since
      you may not be given valid raw files.
  
   applications/smurf/libsmf/smf_find_darks.c |    5 ++++-
   1 files changed, 4 insertions(+), 1 deletions(-)
  
  commit cc369d075d804bf6de05028253376d51ea5e40da
  Author: David Berry <[log in to unmask]>
  Date:   Wed Sep 2 13:53:46 2009 +0100
  
      smurf: Initialise unmakecube outputs to hold bad values
  
   applications/smurf/libsmurf/smurf_unmakecube.c |   11 ++++-------
   1 files changed, 4 insertions(+), 7 deletions(-)
  
  commit db0e2c94736edfa62900e3ec8b21063f243af2e4
  Author: Peter W. Draper <[log in to unmask]>
  Date:   Wed Sep 2 12:50:51 2009 +0100
  
      gaia: remove debugging statement
  
   applications/gaia/gaia/generic/StarRtdImage.C |    1 -
   1 files changed, 0 insertions(+), 1 deletions(-)
  
  commit 38d9e85ba9515387a29852378163338eb0b481a3
  Author: Peter W. Draper <[log in to unmask]>
  Date:   Wed Sep 2 09:05:40 2009 +0100
  
      gaia: improve detection of compressed images
  
   applications/gaia/gaia.news                        |    4 +
   applications/gaia/gaia/generic/GaiaFITS.C          |   13 +++
   applications/gaia/gaia/generic/StarRtdImage.C      |   98 +++++++++++++++++-
   applications/gaia/gaia/generic/StarRtdImage.h      |    3 +
   .../gaia/gaia/library/GaiaCubeHduChooser.tcl       |    2 +-
   applications/gaia/gaia/library/GaiaHduBrowser.tcl  |    2 +-
   applications/gaia/gaia/library/GaiaHduChooser.tcl  |    7 +-
   7 files changed, 122 insertions(+), 7 deletions(-)