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:

Monospaced 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:

Wed, 7 Oct 2009 05:00:48 +0100

Content-Type:

text/plain

Parts/Attachments:

Parts/Attachments

text/plain (292 lines)

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

  (Tim Jenness) smurf: New routine for calculating noise
    73.3% applications/smurf/libsmurf/
    26.6% applications/smurf/
  
  (Tim Jenness) smurf: Allow smf_concat_smfGroup to force raw read without flatfield
    97.4% applications/smurf/libsmf/
     2.5% applications/smurf/libsmurf/
  
  (Tim Jenness) smurf: Fix smf.h smf_create_respfile
   100.0% applications/smurf/libsmf/
  
  (Tim Jenness) smurf: new routine to mulitple smfData by scalar
   100.0% applications/smurf/libsmf/
  
  (Tim Jenness) smurf: New routine to read a raw file and immediately convert to _DOUBLE
   100.0% applications/smurf/libsmf/
  
  (Tim Jenness) smurf: Tidy update smf_bolonoise a little
   100.0% applications/smurf/libsmf/
  
  (Tim Jenness) smurf: Do not realloc _DOUBLE when we have already done it
   100.0% applications/smurf/libsmf/
  
  (Tim Jenness) smurf: Fill output variance with bad just in case we don't use it
   100.0% applications/smurf/libsmf/
  
  (Tim Jenness) smurf: Turn create_respfile into more generic create_bolfile
    98.6% applications/smurf/libsmf/
     1.3% applications/smurf/libsmurf/
  
  (Tim Jenness) smurf: Move raw DAC to current conversion factor into include file
    97.2% applications/smurf/libsmf/
     2.7% applications/smurf/
  
  (Tim Jenness) smurf: Tweak error handling in smf_grp_related
   100.0% applications/smurf/libsmf/
  
  (Tim Jenness) smurf: Copy more information from reference smfData
   100.0% applications/smurf/libsmf/
  
  (Tim Jenness) smurf: include smurf history in smfData dump
   100.0% applications/smurf/libsmf/
  
  (David Berry) smurf: Correct all calls to smf_choosetiles to use new API
   100.0% applications/smurf/libsmurf/
  
  (Ed Chapin) smurf: properly implement smf_bolonoise if no quality array
   100.0% applications/smurf/libsmf/
  
  (Ed Chapin) smurf: whitespace cleanup
    61.1% applications/smurf/libsmf/
    38.8% applications/smurf/libsmurf/
  
  (Ed Chapin) smurf: don't use threaded smf_bolonoise in smurf_qlmakemap
   100.0% applications/smurf/libsmurf/
  
  (Ed Chapin) smurf: enable single-detector iterative maps
   100.0% applications/smurf/libsmf/
  
  (David Berry) kaplibs: Save concatenated group expression as current parameter value in kpg1_gtgrp
   100.0% libraries/kaplibs/kpg/
 

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

  commit 7a3b05c3131970de62c0ea9e91c3bb34216ce87f
  Author: Tim Jenness <[log in to unmask]>
  Date: Tue Oct 6 15:52:48 2009 -1000
  
      smurf: New routine for calculating noise
      
      Currently only calculates noise in A/rtHz and does not
      calculate NEP.
  
   applications/smurf/Makefile.am | 2 +-
   applications/smurf/libsmurf/Makefile.am | 1 +
   applications/smurf/libsmurf/smurf_calcnoise.c | 171 ++++++++++++++---------
   applications/smurf/libsmurf/smurflib.h | 1 +
   applications/smurf/smurf.ifd.in | 35 +++++
   applications/smurf/smurf_mon.c | 2 +
   6 files changed, 144 insertions(+), 68 deletions(-)
  
  commit 3d529c648f23f5cecc255fae70b446dd3ca6dd23
  Author: Tim Jenness <[log in to unmask]>
  Date: Tue Oct 6 15:52:01 2009 -1000
  
      smurf: Allow smf_concat_smfGroup to force raw read without flatfield
  
   applications/smurf/libsmf/smf.h.source | 4 +-
   applications/smurf/libsmf/smf_concat_smfGroup.c | 23 ++++++++++++++------
   applications/smurf/libsmf/smf_iteratemap.c | 2 +-
   applications/smurf/libsmurf/smurf_sc2concat.c | 2 +-
   4 files changed, 20 insertions(+), 11 deletions(-)
  
  commit 8a6d745c714da8862f8ff784630e8711051c45c8
  Author: Tim Jenness <[log in to unmask]>
  Date: Tue Oct 6 15:50:12 2009 -1000
  
      smurf: Fix smf.h smf_create_respfile
      
      Forgot in previous commit. Oops.
  
   applications/smurf/libsmf/smf.h.source | 8 ++++----
   1 files changed, 4 insertions(+), 4 deletions(-)
  
  commit a9151f29d07a86ada49516c7e21137d43d2d7496
  Author: Tim Jenness <[log in to unmask]>
  Date: Tue Oct 6 15:49:37 2009 -1000
  
      smurf: new routine to mulitple smfData by scalar
  
   applications/smurf/libsmf/Makefile.am | 1 +
   applications/smurf/libsmf/smf.h.source | 2 +
   applications/smurf/libsmf/smf_scalar_multiply.c | 103 +++++++++++++++++++++
   3 files changed, 106 insertions(+), 0 deletions(-)
  
  commit f875a561b84980ae4770af789e1a9556df79ff47
  Author: Tim Jenness <[log in to unmask]>
  Date: Tue Oct 6 15:47:46 2009 -1000
  
      smurf: New routine to read a raw file and immediately convert to _DOUBLE
  
   applications/smurf/libsmf/Makefile.am | 1 +
   applications/smurf/libsmf/smf.h.source | 4 +
   applications/smurf/libsmf/smf_open_raw_asdouble.c | 138 +++++++++++++++++++
   3 files changed, 143 insertions(+), 0 deletions(-)
  
  commit 79be478a51e7ca2d3c6b2cf45d5c13dcd92f813e
  Author: Tim Jenness <[log in to unmask]>
  Date: Tue Oct 6 15:34:42 2009 -1000
  
      smurf: Tidy update smf_bolonoise a little
      
       - continue even if not enough samples
       - update bad values after FFT
       - remove unused isTordered flag
  
   applications/smurf/libsmf/smf_bolonoise.c | 12 ++++++++----
   1 files changed, 8 insertions(+), 4 deletions(-)
  
  commit 4d5091a4692418a3ec1f37a72060be2ad89b60e6
  Author: Tim Jenness <[log in to unmask]>
  Date: Tue Oct 6 15:33:22 2009 -1000
  
      smurf: Do not realloc _DOUBLE when we have already done it
      
      smf_deepcopy_smfData has already converted from integer to _DOUBLE.
  
   applications/smurf/libsmf/smf_open_and_flatfield.c | 19 ++++++++---------
   1 files changed, 9 insertions(+), 10 deletions(-)
  
  commit bc31a790e945aaac4e14b5550cc5f72bfef48a94
  Author: Tim Jenness <[log in to unmask]>
  Date: Tue Oct 6 15:32:50 2009 -1000
  
      smurf: Fill output variance with bad just in case we don't use it
  
   applications/smurf/libsmf/smf_open_newfile.c | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)
  
  commit a4f0301d1b280320974ba732dd359f947f082cdc
  Author: Tim Jenness <[log in to unmask]>
  Date: Mon Oct 5 14:51:19 2009 -1000
  
      smurf: Turn create_respfile into more generic create_bolfile
  
   applications/smurf/libsmf/Makefile.am | 2 +-
   ...{smf_create_respfile.c => smf_create_bolfile.c} | 37 +++++++++++------
   applications/smurf/libsmurf/smurf_calcflat.c | 3 +-
   applications/smurf/libsmurf/smurf_calcresp.c | 2 +-
   4 files changed, 28 insertions(+), 16 deletions(-)
  
  commit 2097ac57b7fed961d3d741d502bcb7ae9bc49052
  Author: Tim Jenness <[log in to unmask]>
  Date: Mon Oct 5 13:11:02 2009 -1000
  
      smurf: Move raw DAC to current conversion factor into include file
      
      It will be used in two places soon.
  
   applications/smurf/libsmf/smf_flat_responsivity.c | 4 +---
   applications/smurf/smurf_par.h | 6 ++++++
   2 files changed, 7 insertions(+), 3 deletions(-)
  
  commit f63748ecef592981cb95443ee2c4fa81faaabb56
  Author: Tim Jenness <[log in to unmask]>
  Date: Mon Oct 5 11:13:03 2009 -1000
  
      smurf: Tweak error handling in smf_grp_related
      
      * Go to CLEANUP on error rather than immediately returning
      * make sure that the file really opened before using the
        smfData
  
   applications/smurf/libsmf/smf_grp_related.c | 10 ++++++----
   1 files changed, 6 insertions(+), 4 deletions(-)
  
  commit 2c30126d3d24f733d5360490fd0101ac62f57381
  Author: Tim Jenness <[log in to unmask]>
  Date: Fri Oct 2 17:03:20 2009 -1000
  
      smurf: Copy more information from reference smfData
      
      Now include flatfield information, and more header values.
  
   applications/smurf/libsmf/smf_concat_smfGroup.c | 25 +++++++++++++-------
   1 files changed, 16 insertions(+), 9 deletions(-)
  
  commit 546e9bbef05f74d36b0d929cbef24a3b2cabf644
  Author: Tim Jenness <[log in to unmask]>
  Date: Fri Oct 2 16:56:02 2009 -1000
  
      smurf: include smurf history in smfData dump
  
   applications/smurf/libsmf/smf_dump_smfData.c | 17 ++++++++++++++---
   1 files changed, 14 insertions(+), 3 deletions(-)
  
  commit aed0a4fba3ee6efb081ddcc9f9e7737cefaec151
  Author: David Berry <[log in to unmask]>
  Date: Wed Oct 7 02:42:32 2009 +0100
  
      smurf: Correct all calls to smf_choosetiles to use new API
  
   applications/smurf/libsmurf/smurf_makemap.c | 31 ++++++++++++++++---------
   1 files changed, 20 insertions(+), 11 deletions(-)
  
  commit b8168265b94f8d652ab94405f1cca3bd784fbb1b
  Author: Ed Chapin <[log in to unmask]>
  Date: Tue Oct 6 17:45:30 2009 -0700
  
      smurf: properly implement smf_bolonoise if no quality array
  
   applications/smurf/libsmf/smf_bolonoise.c | 6 +++---
   1 files changed, 3 insertions(+), 3 deletions(-)
  
  commit 907ba45a603df658c2b78948919645f24052abeb
  Author: Ed Chapin <[log in to unmask]>
  Date: Tue Oct 6 17:12:39 2009 -0700
  
      smurf: whitespace cleanup
  
   applications/smurf/libsmf/smf_fft_data.c | 112 +++++++++++-----------
   applications/smurf/libsmurf/smurf_qlmakemap.c | 112 +++++++++++-----------
   2 files changed, 112 insertions(+), 112 deletions(-)
  
  commit d35bac140c09c1e47af7296c7803adfc8026456d
  Author: Ed Chapin <[log in to unmask]>
  Date: Tue Oct 6 16:58:53 2009 -0700
  
      smurf: don't use threaded smf_bolonoise in smurf_qlmakemap
      
      Odd behaviour encountered with parallel code. Using multiple
      threads makes smf_bolonoise run *slower*, and making a map
      with s8c20091003_00002_00* ends in the code hanging in
      the subsequent call to smf_rebinmap. For now, disabled threads
      in call to smf_bolonoise. Also added a time around smf_bolonoise.
  
   applications/smurf/libsmurf/smurf_qlmakemap.c | 16 +++++++++++++++-
   1 files changed, 15 insertions(+), 1 deletions(-)
  
  commit 6dc8065b042354a2b99a160aba942b610e83ab9f
  Author: Ed Chapin <[log in to unmask]>
  Date: Tue Oct 6 10:55:19 2009 -0700
  
      smurf: enable single-detector iterative maps
      
      Used to generate bad status near the beginning if there were
      fewer than SMF__MINSTATSAMP good bolos. Needed to turn this off
      for making single-detector maps. At any rate, if a model
      component requires more detectors it will still set bad status
      as needed. Also fixed a bug where it tried to use weights in
      the rebinning stage even if there was no noise estimate
      available.
  
   applications/smurf/libsmf/smf_iteratemap.c | 28 ++++++++++++++-----------
   1 files changed, 16 insertions(+), 12 deletions(-)
  
  commit 84250a65422c0d902ef8a54bb60e25dfb40503bb
  Author: David Berry <[log in to unmask]>
  Date: Tue Oct 6 08:16:58 2009 +0100
  
      kaplibs: Save concatenated group expression as current parameter value in kpg1_gtgrp
      
      The "concatenated group expression" is the concatenation of any individual group expressions supplied by the user that were terminated with a minus sign. It is not (yet) the concatenation of the individual elements of the group.
  
   libraries/kaplibs/kpg/kpg1_gtgrp.f | 5 ++++-
   1 files changed, 4 insertions(+), 1 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