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  August 2011

STARDEV August 2011

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:

Sat, 20 Aug 2011 05:00:37 +0100

Content-Type:

text/plain

Parts/Attachments:

Parts/Attachments

text/plain (205 lines)

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

  (Ed Chapin) smurf: exp_time in multi-chunk maps was calculated incorrectly
   100.0% applications/smurf/libsmf/
  
  (Ed Chapin) smurf: make distortion model report level DEBUG instead of VERBOSE
   100.0% applications/smurf/sc2da/
  
  (Ed Chapin) smurf: add -len parameter, default to COM cleaning, calculate photon NEP
   100.0% applications/smurf/scripts/
  
  (David Berry) kaplibs: Update sun238.tex for recent changes to kaplibs
   100.0% libraries/kaplibs/
  
  (David Berry) kappa: Forgot news
   100.0% applications/kappa/
  
  (David Berry) kappa: Allow histogram to use different weights for each input value
    32.4% applications/kappa/libkappa/
    19.4% applications/kappa/
    48.0% libraries/kaplibs/kpg/

Commit summary from repository skycat
------------------------------------

  (Peter W. Draper) Make log and sqrt image scalings less similar and more like other tools
   100.0% rtd/generic/
  
  (Peter W. Draper) Don't interpolate colour table when you don't need to
   100.0% rtd/generic/
  
  (Peter W. Draper) Fix problems in ramp colour and intensity tables. Around 0.6 there where oddly not monotonic
    96.5% rtd/colormaps/
     3.4% rtd/generic/
  
  (Peter W. Draper) don't ignore all file called rtd
  
  (Peter W. Draper) Incorporate new color maps
     5.3% rtd/colormaps/
    94.6% rtd/generic/
  
  (Peter W. Draper) Add new colour maps, redlut and greenlut
   100.0% rtd/colormaps/
 

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

  commit 7d0332c5794b1c463c6208e2001e2014eb2ab9d1
  Author: Ed Chapin <[log in to unmask]>
  Date:   Fri Aug 19 14:05:29 2011 -0700
  
      smurf: exp_time in multi-chunk maps was calculated incorrectly
      
      This bug has been here a long time... since the pipeline handles
      observations separately and mosaicks after the fact we never noticed,
      but multi-obs files handled in one go with SMURF will have been
      wrong.
  
   applications/smurf/libsmf/smf_iteratemap.c |    7 ++++---
   1 files changed, 4 insertions(+), 3 deletions(-)
  
  commit 2112bf25d577564a60ec8a8e474935f26201b009
  Author: Ed Chapin <[log in to unmask]>
  Date:   Fri Aug 19 14:04:53 2011 -0700
  
      smurf: make distortion model report level DEBUG instead of VERBOSE
  
   applications/smurf/sc2da/sc2ast.c |    2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)
  
  commit 96054532071ed848a9b0b8fe36f5934f4bf21e37
  Author: Ed Chapin <[log in to unmask]>
  Date:   Fri Aug 19 11:00:38 2011 -0700
  
      smurf: add -len parameter, default to COM cleaning, calculate photon NEP
      
      The -len parameter can be used to specify a new maximum number of samples
      to analyze (more than 6000 is pointless though since it still only
      analyzes one file at a time).
      
      Use dimmconfig_calcnoise_com.lis as the default because it is relative
      fast and gives better numbers.
      
      The output directory will now contain *bgnep.sdf images of the quadrature
      differences between sky NEPs immediately following dark NEPs.
  
   applications/smurf/scripts/sc2tsnoise |   71 +++++++++++++++++++++++++++----
   1 files changed, 63 insertions(+), 8 deletions(-)
  
  commit 3f2432a352b143342441f418216826917f607170
  Author: David Berry <[log in to unmask]>
  Date:   Fri Aug 19 10:50:39 2011 +0100
  
      kaplibs: Update sun238.tex for recent changes to kaplibs
  
   libraries/kaplibs/sun238.tex |  893 +++++++++++++++++++++-------------------
   1 files changed, 464 insertions(+), 429 deletions(-)
  
  commit 48641a717e42a3d3fc57153f96362293b95d8109
  Author: David Berry <[log in to unmask]>
  Date:   Fri Aug 19 10:48:33 2011 +0100
  
      kappa: Forgot news
      
      I always forget to edit kappa.news.in rather than kappa.news. BUT, they
      appear to be identical, so why is there a ".in" version?
  
   applications/kappa/kappa.news.in |    2 ++
   1 files changed, 2 insertions(+), 0 deletions(-)
  
  commit 79a187667cd801c32d5ff184eeac72c733c6f70b
  Author: David Berry <[log in to unmask]>
  Date:   Fri Aug 19 10:44:48 2011 +0100
  
      kappa: Allow histogram to use different weights for each input value
      
      New parameter WEIGHTS can be used to supply an NDF containing weights for
      the input pixel values. New parameter WEIGHTSTEP then gives the increment
      in weight value that corresponds to a single integer histogram count.
  
   applications/kappa/kappa.ifd.in         |   19 +++++++
   applications/kappa/libkappa/histogram.f |   69 +++++++++++++++++++++++
   applications/kappa/sun95.tex            |   32 +++++++++++-
   libraries/kaplibs/kpg/kpg1_frac.gn      |   47 ++++++++--------
   libraries/kaplibs/kpg/kpg1_ghst.gn      |   85 ++++++++++++++++++++++-------
   libraries/kaplibs/kpg/kpg1_grlm2.f      |    4 +-
   libraries/kaplibs/kpg/kpg1_grlm3.f      |    6 +-
   libraries/kaplibs/kpg/kpg1_hstq.gn      |    8 ++--
   libraries/kaplibs/kpg/kpg1_lutky.f      |    5 +-
   9 files changed, 221 insertions(+), 54 deletions(-)

Commits from repository skycat
-----------------------------

  commit 93f114ffcb57fd7c9a84c2695f6f804f32be9dc9
  Author: Peter W. Draper <[log in to unmask]>
  Date:   Fri Aug 19 18:31:21 2011 +0100
  
      Make log and sqrt image scalings less similar and more like other tools
  
   rtd/generic/ImageData.C   |   15 +++++++++++----
   rtd/generic/ImageData.h   |   15 +++++++++++----
   rtd/generic/LookupTable.C |    7 +++++--
   rtd/generic/LookupTable.h |    4 ++--
   4 files changed, 29 insertions(+), 12 deletions(-)
  
  commit ae5f95509e61cb723a4d91ee5d40c0def7cee2ab
  Author: Peter W. Draper <[log in to unmask]>
  Date:   Fri Aug 19 18:25:56 2011 +0100
  
      Don't interpolate colour table when you don't need to
      
      this reduces some aliasing
  
   rtd/generic/ImageColor.C |   12 ++++++------
   1 files changed, 6 insertions(+), 6 deletions(-)
  
  commit 87a7e068b4e5a62e783ebb660c890a28293136e4
  Author: Peter W. Draper <[log in to unmask]>
  Date:   Fri Aug 19 18:20:19 2011 +0100
  
      Fix problems in ramp colour and intensity tables. Around 0.6 there where oddly not monotonic
  
   rtd/colormaps/ramp.iasc |  512 ++++++++++++++++++++++----------------------
   rtd/colormaps/ramp.lasc |  512 ++++++++++++++++++++++----------------------
   rtd/generic/colormaps.C |   56 +++---
   3 files changed, 540 insertions(+), 540 deletions(-)
  
  commit bb23d0eae8cae8b1f0875497874ca965499aaa17
  Author: Peter W. Draper <[log in to unmask]>
  Date:   Thu Aug 18 13:23:53 2011 +0100
  
      don't ignore all file called rtd
  
   .gitignore |    2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)
  
  commit 7042806ee067a21283bca2bb660a6a3905e04c7d
  Author: Peter W. Draper <[log in to unmask]>
  Date:   Thu Aug 18 13:23:22 2011 +0100
  
      Incorporate new color maps
      
      also make RGB luts pure
  
   rtd/colormaps/blue.lasc  |   10 +-
   rtd/colormaps/green.lasc |    4 +-
   rtd/colormaps/red.lasc   |    4 +-
   rtd/generic/colormaps.C  |27328 ++++++++++++++++++++++----------------------
   4 files changed, 13933 insertions(+), 13413 deletions(-)
  
  commit 0d2819393897e2d6217776c497d7ee9e0f4766db
  Author: Peter W. Draper <[log in to unmask]>
  Date:   Thu Aug 18 13:18:07 2011 +0100
  
      Add new colour maps, redlut and greenlut
      
      these have some white when compared to the standard red and green luts
  
   rtd/colormaps/greenlut.lasc |  256 +++++++++++++++++++++++++++++++++++++++++
   rtd/colormaps/redlut.lasc   |  256 +++++++++++++++++++++++++++++++++++++++++
   2 files changed, 512 insertions(+), 0 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