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  April 2010

STARDEV April 2010

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:

Wed, 21 Apr 2010 05:00:13 +0100

Content-Type:

text/plain

Parts/Attachments:

Parts/Attachments

text/plain (203 lines)

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

  (Tim Jenness) smurf: calcflat does not care if there are too few bolometers for statistics
   100.0% applications/smurf/libsmf/
  
  (Ed Chapin) smurf: add quality to maps made with iterative map-maker
    94.3% applications/smurf/libsmf/
     5.6% applications/smurf/libsmurf/
  
  (Tim Jenness) ctg: Use facility code to create error codes
   100.0% libraries/ctg/
  
  (Tim Jenness) ndg: NDG_ERR is not part of the tree for bootstrap
   100.0% libraries/ndg/
  
  (Tim Jenness) smurf: Use small gain box by default
   100.0% applications/smurf/examples/
  
  (Tim Jenness) convert: Call kpg1_rgndf and remove con_rgndf
    99.6% applications/convert/libcon/
  
  (Tim Jenness) Routines should not include NDG_ERR when they are not using the values
    14.5% applications/convert/libcon/
    27.4% applications/obsolete/iras90/irm/
    29.0% applications/obsolete/ircampack/
    29.0% libraries/kaplibs/kpg/
  
  (Tim Jenness) ndg: Use a facility code to generate error codes
   100.0% libraries/ndg/
  
  (Tim Jenness) atools: history.help is auto-generated so remove from repository
   100.0% applications/atools/
  
  (Tim Jenness) specx: Do not store HTML docs in repository
   100.0% applications/specx/docs/sc8/
  
  (Tim Jenness) smurf: Bolometer resistance file now starts at column 0
    57.1% applications/smurf/examples/
    42.8% applications/smurf/libsmf/
  
  (Tim Jenness) smurf: Use atlAddWcsAxis in stackframes
   100.0% applications/smurf/libsmurf/
 

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

  commit f68d07c0055ee6fb139f9952d161d470a17f709f
  Author: Tim Jenness <[log in to unmask]>
  Date:   Tue Apr 20 16:21:00 2010 -1000
  
      smurf: calcflat does not care if there are too few bolometers for statistics
      
      The correlation coefficient analysis assumed that there were some bolometers
      remaining. The signal to noise filter can get rid of all of them before this
      step so we now annul the error and continue without a correlation coefficient
      analysis.
  
   applications/smurf/libsmf/smf_flat_fitpoly.c |   49 +++++++++++++-----------
   1 files changed, 27 insertions(+), 22 deletions(-)
  
  commit 1a91a2af53faab6f3fe9cf449bc2e2298bbbb27b
  Author: Ed Chapin <[log in to unmask]>
  Date:   Tue Apr 20 17:56:42 2010 -0700
  
      smurf: add quality to maps made with iterative map-maker
      
      The main purpose of this was to flag where pixels were explicitly
      set to 0 with the ast.zero_lowhits dimmconfig option. I've
      started adding quality bits in smf_typ.h. SMF__MAPQ_ZERO is bit 1...
  
   applications/smurf/libsmf/smf.h.source        |   16 +++++-------
   applications/smurf/libsmf/smf_addmap1.c       |   27 +++++++++++++--------
   applications/smurf/libsmf/smf_calcmodel_ast.c |    7 ++++-
   applications/smurf/libsmf/smf_checkmem_map.c  |    8 ++++-
   applications/smurf/libsmf/smf_iteratemap.c    |   29 +++++++++++++++--------
   applications/smurf/libsmf/smf_typ.h           |    6 ++++
   applications/smurf/libsmurf/smurf_makemap.c   |   11 +++++---
   7 files changed, 68 insertions(+), 36 deletions(-)
  
  commit 00e9d21dbc92dc66a7a26bb93335ce12ded4a096
  Author: Tim Jenness <[log in to unmask]>
  Date:   Tue Apr 20 13:22:52 2010 -1000
  
      ctg: Use facility code to create error codes
      
      No other packages use CTG_ERR so it does not seem that anything
      else needs to be rebuilt.
  
   libraries/ctg/CTG_ERR                          |   67 ----------------------
   libraries/ctg/Makefile.am                      |    3 +-
   libraries/ctg/component.xml                    |    4 +-
   libraries/ctg/configure.ac                     |    4 +-
   libraries/{ndg/ndg_err.msg => ctg/ctg_err.msg} |    5 +-
   5 files changed, 8 insertions(+), 75 deletions(-)
  
  commit 6c99efe8d0fe29df73b95c56ba919fa0d3da4725
  Author: Tim Jenness <[log in to unmask]>
  Date:   Tue Apr 20 12:58:01 2010 -1000
  
      ndg: NDG_ERR is not part of the tree for bootstrap
  
   libraries/ndg/configure.ac |    2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)
  
  commit b19fbbb695239f35022b39fb36642d1400e54eab
  Author: Tim Jenness <[log in to unmask]>
  Date:   Tue Apr 20 12:55:33 2010 -1000
  
      smurf: Use small gain box by default
  
   applications/smurf/examples/dimmconfig.lis |    6 +++---
   1 files changed, 3 insertions(+), 3 deletions(-)
  
  commit 5d4a52d96442741535f7b0b9cc1a4e8678882ec7
  Author: Tim Jenness <[log in to unmask]>
  Date:   Tue Apr 20 12:46:53 2010 -1000
  
      convert: Call kpg1_rgndf and remove con_rgndf
  
   applications/convert/libcon/Makefile.am |    2 +-
   applications/convert/libcon/con_rgndf.f |  264 -----------------------------
   applications/convert/ndf2fits.f         |    2 +-
   3 files changed, 2 insertions(+), 266 deletions(-)
  
  commit cf1169968b9acb31dee33ffe92a15806edd53c1c
  Author: Tim Jenness <[log in to unmask]>
  Date:   Tue Apr 20 11:53:29 2010 -1000
  
      Routines should not include NDG_ERR when they are not using the values
  
   applications/convert/libcon/con_rgndf.f      |    1 -
   applications/obsolete/iras90/irm/irm_rdndf.f |    1 -
   applications/obsolete/iras90/irm/irm_wrndf.f |    1 -
   applications/obsolete/ircampack/rdndf.f      |    1 -
   applications/obsolete/ircampack/wrndf.f      |    1 -
   libraries/kaplibs/kpg/kpg1_rgndf.f           |    1 -
   libraries/kaplibs/kpg/kpg1_wgndf.f           |    1 -
   7 files changed, 0 insertions(+), 7 deletions(-)
  
  commit f4e8c8a096e84070862b413b6d9a2c17df85ff00
  Author: Tim Jenness <[log in to unmask]>
  Date:   Tue Apr 20 11:23:07 2010 -1000
  
      ndg: Use a facility code to generate error codes
      
      This replaces are hard-coded NDG_ERR file that used the IRAS90
      facility codes.
      
      Requires rebuilding of CCDPACK to pick up the new values. I used
      facility code 1532 which is in the Starlink block and seemed to
      be available.
  
   libraries/ndg/Makefile.am   |    4 ++-
   libraries/ndg/NDG_ERR       |   47 -----------------------------------------
   libraries/ndg/component.xml |    4 +-
   libraries/ndg/configure.ac  |    4 ++-
   libraries/ndg/ndg.news      |    4 +++
   libraries/ndg/ndg_err.msg   |   10 ++++++++
   6 files changed, 22 insertions(+), 51 deletions(-)
  
  commit cbbe63bcd538f169967d5882442d0d37f34ee11d
  Author: Tim Jenness <[log in to unmask]>
  Date:   Tue Apr 20 10:44:09 2010 -1000
  
      atools: history.help is auto-generated so remove from repository
  
   applications/atools/history.help |   73 ------------------------------------
   1 files changed, 0 insertions(+), 73 deletions(-)
  
  commit 30a5ab550b111e562469b1c0635b7353d391ac31
  Author: Tim Jenness <[log in to unmask]>
  Date:   Tue Apr 20 10:42:48 2010 -1000
  
      specx: Do not store HTML docs in repository
      
      These docs are auto-generated.
  
   applications/specx/docs/sc8/sc8.htx_tar |  Bin 686080 -> 0 bytes
   1 files changed, 0 insertions(+), 0 deletions(-)
  
  commit 967d7d77837a59c0511c7a2f9d56703c0fadef70
  Author: Tim Jenness <[log in to unmask]>
  Date:   Tue Apr 20 09:51:22 2010 -1000
  
      smurf: Bolometer resistance file now starts at column 0
      
      Had missed this in the great renumbering of the bolometers.
  
   applications/smurf/examples/resist.cfg      |    6 +++++-
   applications/smurf/libsmf/smf_flat_params.c |    5 ++++-
   2 files changed, 9 insertions(+), 2 deletions(-)
  
  commit 069732ca1f03e2999ec4f4a58af6e2f0a6ffb367
  Author: Tim Jenness <[log in to unmask]>
  Date:   Tue Apr 20 09:38:01 2010 -1000
  
      smurf: Use atlAddWcsAxis in stackframes
  
   applications/smurf/libsmurf/smurf_stackframes.c |   22 +++++---------------
   1 files changed, 6 insertions(+), 16 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