Print

Print


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

  (Ed Chapin) smurf: fix array index bug, set useful first value
   100.0% applications/smurf/libsmf/
  
  (Ed Chapin) smurf: add ability to calculate scan direction each timeslice
   100.0% applications/smurf/libsmf/
  
  (Ed Chapin) smurf: missing defaults for cleandk
   100.0% applications/smurf/defaults/
  
  (David Berry) convert: delete a pre-existing HISTORY component using NDF, not HDS.
   100.0% applications/convert/libcof/
 

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

  commit 1578f1640916e43704550da84810fc9f7b08e999
  Author: Ed Chapin <[log in to unmask]>
  Date:   Fri Nov 12 11:03:21 2010 -0800
  
      smurf: fix array index bug, set useful first value
  
   applications/smurf/libsmf/smf_coords_lut.c |   13 ++++++++++---
   1 files changed, 10 insertions(+), 3 deletions(-)
  
  commit 56c66921c8b0f7addf6bbf65e9d101fde331a6e9
  Author: Ed Chapin <[log in to unmask]>
  Date:   Fri Nov 12 10:11:00 2010 -0800
  
      smurf: add ability to calculate scan direction each timeslice
      
      This will eventually be useful for producing sub-maps of data
      scanned along certain position angles on the sky (and hopefully
      lead to an improved method of adding together the data to preserve
      larger-scale information).
      
      The best place to do the calculation seemed to be smf_coords_lut
      which currently works out the pointing lookup table for the output
      map. I've extended smfData with a "theta" pointer that gives the
      scan direction at each time slice (along with required initialization
      and free in smf_create_smfData and smf_close_file respectively).
  
   applications/smurf/libsmf/smf.h.source         |    2 +-
   applications/smurf/libsmf/smf_calc_mapcoord.c  |   21 ++++++----
   applications/smurf/libsmf/smf_close_file.c     |    9 +++-
   applications/smurf/libsmf/smf_coords_lut.c     |   44 ++++++++++++++++++++--
   applications/smurf/libsmf/smf_create_smfData.c |    2 +
   applications/smurf/libsmf/smf_typ.h            |    3 +
   6 files changed, 64 insertions(+), 17 deletions(-)
  
  commit f80862a0f5e4cb188b0aba34ed1d265788f2683d
  Author: Ed Chapin <[log in to unmask]>
  Date:   Tue Nov 2 11:44:30 2010 -0700
  
      smurf: missing defaults for cleandk
  
   applications/smurf/defaults/smurf_sc2clean.def |    3 +++
   1 files changed, 3 insertions(+), 0 deletions(-)
  
  commit caba3f19061470b05e780dab10e20917b2c7b9e5
  Author: David Berry <[log in to unmask]>
  Date:   Fri Nov 12 09:40:22 2010 +0000
  
      convert: delete a pre-existing HISTORY component using NDF, not HDS.
  
   applications/convert/libcof/cof_chisr.f |   22 ++++++++++++----------
   1 files changed, 12 insertions(+), 10 deletions(-)