JiscMail Logo
Email discussion lists for the UK Education and Research communities

Help for STARDEV Archives


STARDEV Archives

STARDEV Archives


STARDEV@JISCMAIL.AC.UK


View:

Message:

[

First

|

Previous

|

Next

|

Last

]

By Topic:

[

First

|

Previous

|

Next

|

Last

]

By Author:

[

First

|

Previous

|

Next

|

Last

]

Font:

Proportional Font

LISTSERV Archives

LISTSERV Archives

STARDEV Home

STARDEV Home

STARDEV  October 2009

STARDEV October 2009

Options

Subscribe or Unsubscribe

Subscribe or Unsubscribe

Log In

Log In

Get Password

Get Password

Subject:

Recent repository commits

From:

Tim Jenness <[log in to unmask]>

Reply-To:

Starlink development <[log in to unmask]>

Date:

Thu, 1 Oct 2009 05:00:40 +0100

Content-Type:

text/plain

Parts/Attachments:

Parts/Attachments

text/plain (217 lines)

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(-)

Top of Message | Previous Page | Permalink

JiscMail Tools


RSS Feeds and Sharing


Advanced Options


Archives

December 2023
January 2023
December 2022
July 2022
June 2022
April 2022
March 2022
December 2021
October 2021
July 2021
April 2021
January 2021
October 2020
September 2020
August 2020
May 2020
November 2019
October 2019
July 2019
June 2019
February 2019
January 2019
December 2018
November 2018
August 2018
July 2018
May 2018
April 2018
March 2018
February 2018
December 2017
October 2017
August 2017
July 2017
May 2017
April 2017
February 2017
January 2017
December 2016
November 2016
October 2016
September 2016
August 2016
July 2016
May 2016
April 2016
March 2016
February 2016
January 2016
December 2015
October 2015
September 2015
August 2015
April 2015
March 2015
February 2015
January 2015
December 2014
November 2014
October 2014
September 2014
August 2014
July 2014
June 2014
May 2014
April 2014
March 2014
February 2014
January 2014
December 2013
November 2013
October 2013
September 2013
August 2013
July 2013
June 2013
May 2013
April 2013
March 2013
February 2013
January 2013
December 2012
November 2012
October 2012
September 2012
August 2012
July 2012
June 2012
May 2012
April 2012
March 2012
February 2012
January 2012
December 2011
November 2011
October 2011
September 2011
August 2011
July 2011
June 2011
May 2011
April 2011
March 2011
February 2011
January 2011
December 2010
November 2010
October 2010
September 2010
August 2010
July 2010
June 2010
May 2010
April 2010
March 2010
February 2010
January 2010
December 2009
November 2009
October 2009
September 2009
August 2009
July 2009
June 2009
May 2009
April 2009
March 2009
February 2009
January 2009
December 2008
November 2008
October 2008
September 2008
August 2008
July 2008
June 2008
May 2008
April 2008
March 2008
February 2008
January 2008
December 2007
November 2007
October 2007
September 2007
August 2007
July 2007
June 2007
May 2007
April 2007
March 2007
February 2007
January 2007
December 2006
November 2006
October 2006
September 2006
August 2006
July 2006
June 2006
May 2006
April 2006
March 2006
February 2006
January 2006
December 2005
November 2005
October 2005
September 2005
August 2005
July 2005
June 2005
May 2005
April 2005
March 2005
February 2005
January 2005
December 2004
November 2004
October 2004
September 2004
August 2004
July 2004
June 2004
May 2004
April 2004
March 2004
February 2004
January 2004
2004
April 2003
2003


JiscMail is a Jisc service.

View our service policies at https://www.jiscmail.ac.uk/policyandsecurity/ and Jisc's privacy policy at https://www.jisc.ac.uk/website/privacy-notice

For help and support help@jisc.ac.uk

Secured by F-Secure Anti-Virus CataList Email List Search Powered by the LISTSERV Email List Manager