Print

Print


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

  (Tim Jenness) smurf: jcmtstate2cat now calculates WVM tau for SCUBA-2 data
   100.0% applications/smurf/scripts/
  
  (Ed Chapin) smurf: update description of smf_calcmodel_noi
   100.0% applications/smurf/libsmf/
  
  (Ed Chapin) smurf: missed header comment for commit a71ecc02d44c88f76b71495ca82a5e40693944c0
  
  (Ed Chapin) smurf: more whitespace cleanup
   100.0% applications/smurf/libsmf/
  
  (David Berry) atl: Use ATL__MXDIM rather than NDF__MXDIM in atlMatchRegion.c
   100.0% libraries/atl/
  
  (David Berry) kappa: Correct half pixel shift in region masked by REGIONMASK
    74.3% applications/kappa/kapsub/
    25.6% applications/kappa/libkappa/
  
  (David Berry) atools: Correct text for astmask:val parameter prompt
   100.0% applications/atools/
  
  (David Berry) kappa: Speed up ARDPLOT in come cases by using atlRegionMatch
   100.0% applications/kappa/libkapview/
  
  (David Berry) atl: Re-factor REGIONMASK code into new (C!) routine atlMatchRegion
    21.2% applications/kappa/libkappa/
    78.7% libraries/atl/
  
  (David Berry) kappa: Allow REGIONMASK to use regions with different number of axes
    78.0% applications/kappa/libkappa/
    21.9% applications/kappa/
  
  (David Berry) ast: Final (!) corrections to astMatchAxes
   100.0% libraries/ast/
  
  (Tim Jenness) smurf: Do not clean the time series using dark squids
   100.0% applications/smurf/libsmurf/
  
  (Tim Jenness) smurf: Store pixel origin in smfData
    91.4% applications/smurf/libsmf/
     8.5% applications/smurf/libsmurf/
 

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

  commit d032ee4f375fa8b4561aadc77e809f598dd48799
  Author: Tim Jenness <[log in to unmask]>
  Date:   Wed Sep 30 13:34:38 2009 -1000
  
      smurf: jcmtstate2cat now calculates WVM tau for SCUBA-2 data
      
      Also intercept VAL__BADI and VAL__BADR columns and convert them
      to VAL__BADD which TOPCAT seems to treat as a bad value. Important
      if you start including dark frames in the file list.
      
      This has slowed things down just a little.
  
   applications/smurf/scripts/jcmtstate2cat |   71 +++++++++++++++++++++++++++-
   1 files changed, 69 insertions(+), 2 deletions(-)
  
  commit 8da87faeb5bb821ee47bf056be75a2317cd462e8
  Author: Ed Chapin <[log in to unmask]>
  Date:   Wed Sep 30 12:20:13 2009 -0700
  
      smurf: update description of smf_calcmodel_noi
  
   applications/smurf/libsmf/smf_calcmodel_noi.c |   12 ++++++++----
   1 files changed, 8 insertions(+), 4 deletions(-)
  
  commit beb87ad44d0d51d944f65e8eba59eae3a8763133
  Author: Ed Chapin <[log in to unmask]>
  Date:   Wed Sep 30 12:02:12 2009 -0700
  
      smurf: missed header comment for commit a71ecc02d44c88f76b71495ca82a5e40693944c0
  
   applications/smurf/libsmf/smf_model_create.c |    2 ++
   1 files changed, 2 insertions(+), 0 deletions(-)
  
  commit 30ebb2de9c8c3ff1d0ec73805023448fd58dafc8
  Author: Ed Chapin <[log in to unmask]>
  Date:   Wed Sep 30 11:53:03 2009 -0700
  
      smurf: more whitespace cleanup
  
   applications/smurf/libsmf/smf_calcmodel_ast.c |   28 +-
   applications/smurf/libsmf/smf_calcmodel_com.c |  154 +++++-----
   applications/smurf/libsmf/smf_calcmodel_dks.c |   36 +--
   applications/smurf/libsmf/smf_calcmodel_ext.c |   16 +-
   applications/smurf/libsmf/smf_calcmodel_flt.c |   22 +-
   applications/smurf/libsmf/smf_calcmodel_gai.c |   15 +-
   applications/smurf/libsmf/smf_calcmodel_noi.c |   48 ++--
   applications/smurf/libsmf/smf_iteratemap.c    |  398 +++++++++++-----------
   8 files changed, 353 insertions(+), 364 deletions(-)
  
  commit b660666bebcbb71cfc9218b6a1aea40126ed68f2
  Author: David Berry <[log in to unmask]>
  Date:   Wed Sep 30 13:25:27 2009 +0100
  
      atl: Use ATL__MXDIM rather than NDF__MXDIM in atlMatchRegion.c
  
   libraries/atl/atlMatchRegion.c |    7 +++----
   1 files changed, 3 insertions(+), 4 deletions(-)
  
  commit b7bb2ee84f4f8c7938daa0653993c3ce15707415
  Author: David Berry <[log in to unmask]>
  Date:   Wed Sep 30 13:04:54 2009 +0100
  
      kappa: Correct half pixel shift in region masked by REGIONMASK
  
   applications/kappa/kapsub/kps1_rmask.f   |   17 ++++++-----------
   applications/kappa/libkappa/regionmask.f |   26 +++++++++++++++++++++++---
   2 files changed, 29 insertions(+), 14 deletions(-)
  
  commit f395268d6c72998aec2086ec12ae420f585b7008
  Author: David Berry <[log in to unmask]>
  Date:   Wed Sep 30 12:33:30 2009 +0100
  
      atools: Correct text for astmask:val parameter prompt
  
   applications/atools/atools.ifd.in |    2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)
  
  commit f93bb81d442c696f3dacd14bd23d92d2522cfa35
  Author: David Berry <[log in to unmask]>
  Date:   Wed Sep 30 12:19:35 2009 +0100
  
      kappa: Speed up ARDPLOT in come cases by using atlRegionMatch
      
      Cases where the supplied region has more or fewer axes than the
      displayed Plot should now go faster.
  
   applications/kappa/libkapview/ardplot.f |   17 ++++++++++++++---
   1 files changed, 14 insertions(+), 3 deletions(-)
  
  commit cecbe72871ef21507d1d7e10311bb06dd81b20b0
  Author: David Berry <[log in to unmask]>
  Date:   Wed Sep 30 12:12:25 2009 +0100
  
      atl: Re-factor REGIONMASK code into new (C!) routine atlMatchRegion
  
   applications/kappa/libkappa/regionmask.f |   73 +---------
   libraries/atl/Makefile.am                |    3 +-
   libraries/atl/atl.h                      |    4 +-
   libraries/atl/atl.news                   |    9 +-
   libraries/atl/atlMatchRegion.c           |  221 ++++++++++++++++++++++++++
   libraries/atl/component.xml              |    2 +-
   libraries/atl/configure.ac               |    2 +-
   libraries/atl/make_sun257                |   19 ++-
   libraries/atl/sort-routines.pl           |   31 ++++
   libraries/atl/sun257.tex                 |  235 ++++++++++++++++++++++++++--
   10 files changed, 501 insertions(+), 98 deletions(-)
  
  commit 870d54f251ac8b6b9354eaf077f64f3b3bdc89d9
  Author: David Berry <[log in to unmask]>
  Date:   Wed Sep 30 09:48:35 2009 +0100
  
      kappa: Allow REGIONMASK to use regions with different number of axes
  
   applications/kappa/libkappa/regionmask.f |   96 ++++++++++++++++++++++++++--
   applications/kappa/sun95.tex             |    6 ++-
   2 files changed, 94 insertions(+), 8 deletions(-)
  
  commit c25fc8fb65404e41780963fe9f0ebc52f35bc6b0
  Author: David Berry <[log in to unmask]>
  Date:   Wed Sep 30 08:32:26 2009 +0100
  
      ast: Final (!) corrections to astMatchAxes
  
   libraries/ast/frame.c    |    4 ++--
   libraries/ast/skyframe.c |    2 +-
   2 files changed, 3 insertions(+), 3 deletions(-)
  
  commit 54193df632d8233f0e191db3b1c53359a3e46ee5
  Author: Tim Jenness <[log in to unmask]>
  Date:   Tue Sep 29 18:43:36 2009 -1000
  
      smurf: Do not clean the time series using dark squids
      
      Dark squids don't actually work at the moment so all the data
      was filtered out in QLMAKEMAP.
  
   applications/smurf/libsmurf/smurf_qlmakemap.c |    6 ------
   1 files changed, 0 insertions(+), 6 deletions(-)
  
  commit 945f8a0b0056ee73ba13e1d83d3f21276a2703b2
  Author: Tim Jenness <[log in to unmask]>
  Date:   Tue Sep 29 18:41:09 2009 -1000
  
      smurf: Store pixel origin in smfData
      
      Many output files had hard-coded 1,1 pixel origin. This patch
      modifies smfData so that it can read the pixel origin and easily
      propagate to the output files.
  
   applications/smurf/libsmf/smf.h.source            |    4 ++--
   applications/smurf/libsmf/smf_collapse_tseries.c  |    2 +-
   applications/smurf/libsmf/smf_concat_smfGroup.c   |    8 ++++++++
   applications/smurf/libsmf/smf_construct_smfData.c |   16 ++++++++++++----
   applications/smurf/libsmf/smf_create_respfile.c   |    4 +++-
   applications/smurf/libsmf/smf_create_smfData.c    |    4 ++++
   applications/smurf/libsmf/smf_dataOrder.c         |   11 +++++++++++
   applications/smurf/libsmf/smf_deepcopy_smfData.c  |    2 +-
   applications/smurf/libsmf/smf_dump_smfData.c      |   14 ++++++++++++++
   applications/smurf/libsmf/smf_open_file.c         |    8 ++++++--
   applications/smurf/libsmf/smf_open_ndf.c          |   14 ++++++++++----
   applications/smurf/libsmf/smf_open_ndfname.c      |   19 ++++++++++++-------
   applications/smurf/libsmf/smf_open_newfile.c      |   19 +++++++++++--------
   applications/smurf/libsmf/smf_typ.h               |    1 +
   applications/smurf/libsmf/smf_write_smfData.c     |    4 +++-
   applications/smurf/libsmurf/smurf_calcflat.c      |    9 ++++++---
   applications/smurf/libsmurf/smurf_smurfcopy.c     |    4 ++--
   17 files changed, 107 insertions(+), 36 deletions(-)