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:

Fri, 2 Oct 2009 05:00:22 +0100

Content-Type:

text/plain

Parts/Attachments:

Parts/Attachments

text/plain (235 lines)

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

  (Tim Jenness) smurf: Move base group determination from sc2concat to grp_related
    36.7% applications/smurf/libsmf/
    63.2% applications/smurf/libsmurf/
  
  (Tim Jenness) smurf: whitespace
   100.0% applications/smurf/libsmf/
  
  (Ed Chapin) smurf: smf_bolonoise modify white noise calculation
   100.0% applications/smurf/libsmf/
  
  (Brad Cavanagh) Merge branch 'master' of file:///web/starlink/git/starlink
  (Brad Cavanagh) Starlink::Autoastrom: If we only received one object, check to see if it falls within our search radius.
   100.0% perlmods/Starlink/Autoastrom/
  
  (Tim Jenness) smurf: Remove debug print from sc2ast.c
   100.0% applications/smurf/sc2da/
  
  (Brad Cavanagh) Starlink::Autoastrom: Allow for overriding of SkyCat config file.
   100.0% perlmods/Starlink/Autoastrom/
  
  (Ed Chapin) smurf: measure normalized change in model components
   100.0% applications/smurf/libsmf/
  
  (Ed Chapin) smurf: fix bug in ast model / map estimation
   100.0% applications/smurf/libsmf/
  
  (Ed Chapin) smurf: initialize DKS models to 0
   100.0% applications/smurf/libsmf/
  
  (Ed Chapin) smurf: whitespace cleanup
   100.0% applications/smurf/libsmf/
  
  (Ed Chapin) smurf: update minor comment in smf_typ.h
   100.0% applications/smurf/libsmf/
  
  (Ed Chapin) smurf: whitespace cleanup
   100.0% applications/smurf/libsmf/
  
  (David Berry) ast: Fix latex problem in sun_master.tex
   100.0% libraries/ast/
  
  (Tim Jenness) smurf: Fix ubnd determination that broke yesterday
    46.6% applications/smurf/libsmf/
    53.3% applications/smurf/libsmurf/
 

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

  commit 43d737592ac08e0b8e6bcfa863ed3db7e06ecaae
  Author: Tim Jenness <[log in to unmask]>
  Date:   Thu Oct 1 14:31:57 2009 -1000
  
      smurf: Move base group determination from sc2concat to grp_related
      
      sc2concat had the logic for determining what an output basis group
      should look like based on the input files that were provided and
      grouped into a smfGroup. Move that logic to smf_grp_related so
      that other applications can make use of this information.
  
   applications/smurf/libsmf/smf.h.source        |    2 +-
   applications/smurf/libsmf/smf_grp_related.c   |   34 +++++++++++++++++++++--
   applications/smurf/libsmf/smf_iteratemap.c    |    4 +-
   applications/smurf/libsmurf/smurf_remsky.c    |    2 +-
   applications/smurf/libsmurf/smurf_sc2concat.c |   16 +----------
   5 files changed, 36 insertions(+), 22 deletions(-)
  
  commit bb8cb5f6a77800e520102d524308e0e345127fae
  Author: Tim Jenness <[log in to unmask]>
  Date:   Thu Oct 1 13:51:54 2009 -1000
  
      smurf: whitespace
  
   applications/smurf/libsmf/smf_grp_related.c |   68 ++++++++++++------------
   1 files changed, 34 insertions(+), 34 deletions(-)
  
  commit 17b4ee4bee03394e8839537808fdf078f3b72dcb
  Author: Ed Chapin <[log in to unmask]>
  Date:   Thu Oct 1 17:05:58 2009 -0700
  
      smurf: smf_bolonoise modify white noise calculation
      
      After calculating mean-square noise level across measurement
      band, multiply by the total bandwidth (# of samples) rather
      than just the number of samples in the measurement band. Also
      update prologue / comments for clarity.
  
   applications/smurf/libsmf/smf.h.source    |    3 +-
   applications/smurf/libsmf/smf_bolonoise.c |   94 ++++++++++++++++----------
   2 files changed, 60 insertions(+), 37 deletions(-)
  
  commit c316c2856ab473e75f937caa0658a2ffadad0604
  Merge: b8c38cc a90ca0f
  Author: Brad Cavanagh <[log in to unmask]>
  Date:   Thu Oct 1 12:34:13 2009 -1000
  
      Merge branch 'master' of file:///web/starlink/git/starlink
  
  commit b8c38cc15f30f631c63e187a1cbab83fc56fe914
  Author: Brad Cavanagh <[log in to unmask]>
  Date:   Thu Oct 1 12:33:11 2009 -1000
  
      Starlink::Autoastrom: If we only received one object, check to see if it
      falls within our search radius.
  
   perlmods/Starlink/Autoastrom/Autoastrom.pm |   14 ++++++++++++++
   1 files changed, 14 insertions(+), 0 deletions(-)
  
  commit a90ca0f5d033752a43840f6e34aba5b6abcda8bf
  Author: Tim Jenness <[log in to unmask]>
  Date:   Thu Oct 1 12:32:53 2009 -1000
  
      smurf: Remove debug print from sc2ast.c
  
   applications/smurf/sc2da/sc2ast.c |    3 ---
   1 files changed, 0 insertions(+), 3 deletions(-)
  
  commit c7280495ed460ef7dbb3a92557f326d1643b900a
  Author: Brad Cavanagh <[log in to unmask]>
  Date:   Thu Oct 1 12:32:20 2009 -1000
  
      Starlink::Autoastrom: Allow for overriding of SkyCat config file.
  
   perlmods/Starlink/Autoastrom/Autoastrom.pm |    5 +++++
   1 files changed, 5 insertions(+), 0 deletions(-)
  
  commit bc3bde3f38bfbec9dc1c4538a663cb6bd164fb25
  Author: Ed Chapin <[log in to unmask]>
  Date:   Thu Oct 1 14:06:24 2009 -0700
  
      smurf: measure normalized change in model components
      
      Calculate "dchisq" which is the difference in subsequent
      iterations between model components. I call it "dchisq"
      because it is normalized the same way as the global reduced
      chisq: average(  (new model - old model)^2 / variance ), where
      the average runs over all working detectors and time slices.
      Note that it normalization will be incorrect for models calculated
      before the extinction correction (since the noise is measured in
      extinction-corrected units). However, to simply watch a number
      converge to some small value, the absolute normalization isn't
      really important.
  
   applications/smurf/libsmf/smf_calcmodel_ast.c |   73 ++++++++++++---
   applications/smurf/libsmf/smf_calcmodel_com.c |  112 +++++++++++++++++++---
   applications/smurf/libsmf/smf_calcmodel_dks.c |   94 +++++++++++++++++++-
   applications/smurf/libsmf/smf_calcmodel_flt.c |   54 +++++++++++-
   4 files changed, 299 insertions(+), 34 deletions(-)
  
  commit 9f8076b8cf5f7cc39948a46fc3c4922bd6d40cf7
  Author: Ed Chapin <[log in to unmask]>
  Date:   Thu Oct 1 14:04:38 2009 -0700
  
      smurf: fix bug in ast model / map estimation
      
      Since smf_iteratemap puts the previous estimate of AST back into
      the bolometer time streams before re-estimating the maps,
      it doesn't then have to be done in smf_calcmodel_ast. Also,
      don't set ast to 0 here since we need it to check for
      convergence in smf_calcmodel_ast.
  
   applications/smurf/libsmf/smf_iteratemap.c |   15 ++++++---------
   1 files changed, 6 insertions(+), 9 deletions(-)
  
  commit 15ceff8ef59b43b4a87f85ed9fcd0f8f7d202acc
  Author: Ed Chapin <[log in to unmask]>
  Date:   Thu Oct 1 14:04:05 2009 -0700
  
      smurf: initialize DKS models to 0
  
   applications/smurf/libsmf/smf_model_create.c |    3 +++
   1 files changed, 3 insertions(+), 0 deletions(-)
  
  commit 35b1422ec111a5f0df253fd2bdd5811d92d7dc6a
  Author: Ed Chapin <[log in to unmask]>
  Date:   Thu Oct 1 14:03:37 2009 -0700
  
      smurf: whitespace cleanup
  
   applications/smurf/libsmf/smf_rebinmap.c |   96 ++++++++++++++--------------
   1 files changed, 48 insertions(+), 48 deletions(-)
  
  commit 3b69c6f4d5181e6ebe6263dcf9393a44ef4ccf37
  Author: Ed Chapin <[log in to unmask]>
  Date:   Thu Oct 1 14:03:03 2009 -0700
  
      smurf: update minor comment in smf_typ.h
  
   applications/smurf/libsmf/smf_typ.h |    2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)
  
  commit 29612c3c0ae99034291330e6584b7cbb57343338
  Author: Ed Chapin <[log in to unmask]>
  Date:   Thu Oct 1 14:02:22 2009 -0700
  
      smurf: whitespace cleanup
  
   applications/smurf/libsmf/smf_clean_dksquid.c |   54 +++++++++++-----------
   applications/smurf/libsmf/smf_get_dims.c      |    7 +--
   2 files changed, 30 insertions(+), 31 deletions(-)
  
  commit 8bd02226f8d415165e712493caa239c47c5f2cf5
  Author: David Berry <[log in to unmask]>
  Date:   Thu Oct 1 14:55:35 2009 +0100
  
      ast: Fix latex problem in sun_master.tex
  
   libraries/ast/sun_master.tex |    6 ++++--
   1 files changed, 4 insertions(+), 2 deletions(-)
  
  commit f6df42d000627cfed9ae42b46c999f8e20d98d93
  Author: Tim Jenness <[log in to unmask]>
  Date:   Wed Sep 30 22:17:59 2009 -1000
  
      smurf: Fix ubnd determination that broke yesterday
      
        ubnd = lbnd + size - 1
      
      not
      
        ubnd = size - lbnd + 1
      
      And this patch gets CALCFLAT working again...
  
   applications/smurf/libsmf/smf_create_respfile.c |    6 ++++--
   applications/smurf/libsmf/smf_store_image.c     |    6 +++---
   applications/smurf/libsmurf/smurf_badbolos.c    |    4 ++--
   applications/smurf/libsmurf/smurf_impaztec.c    |    4 ++--
   applications/smurf/libsmurf/smurf_skynoise.c    |    4 ++--
   applications/smurf/libsmurf/smurf_smurfcopy.c   |    4 ++--
   6 files changed, 15 insertions(+), 13 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