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

STARDEV March 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:

Sat, 13 Mar 2010 04:01:21 +0000

Content-Type:

text/plain

Parts/Attachments:

Parts/Attachments

text/plain (159 lines)

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

  (Tim Jenness) smurf: Allow a single measurement ramp to be processed.
   100.0% applications/smurf/libsmf/
  
  (Ed Chapin) smurf: re-factor dimmconfig files
   100.0% applications/smurf/examples/
  
  (Tim Jenness) smurf: Fix ACSIS metadata fixup for bad off exposure
   100.0% applications/smurf/libsmf/
  
  (Tim Jenness) smurf: Modify APIs to pass a flatramps argument to smf_open_and_flatfield
    44.7% applications/smurf/libsmf/
    55.2% applications/smurf/libsmurf/
  
  (Tim Jenness) smurf: Fix FLATPAR definition in POLYNOMIAL flatfield mode
   100.0% applications/smurf/libsmf/
  
  (Tim Jenness) smurf: Actually push a tested patch for smf_flat_assign
   100.0% applications/smurf/libsmf/
  
  (Tim Jenness) smurf: Tweak nflat setting in smf_flat_assign
   100.0% applications/smurf/libsmf/
  
  (Peter W. Draper) gaia: only process the FITS primary image when there are also images in extensions
    99.5% applications/gaia/gaia/library/
 

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

  commit 84b3ccd0950077d6921e10c55ea335b6f800572d
  Author: Tim Jenness <[log in to unmask]>
  Date:   Fri Mar 12 15:00:28 2010 -1000
  
      smurf: Allow a single measurement ramp to be processed.
      
      In reality this means that the output of calcflat can now be
      put through calcflat... Won't be a good idea because it will
      not make use of any variance information because smf_open_file
      will not read it from raw data.
  
   applications/smurf/libsmf/smf_flat_fastflat.c |   29 ++++++++++++++++++++--
   1 files changed, 26 insertions(+), 3 deletions(-)
  
  commit 75949d817f1645b7b9a87a7a5fcca3122025fe6d
  Author: Ed Chapin <[log in to unmask]>
  Date:   Fri Mar 12 15:53:12 2010 -0800
  
      smurf: re-factor dimmconfig files
      
      Re-wrote the various dimmconfig files to only include modifications
      to the default dimmconfig.lis. Also turned off various features that
      may be causing problems (namely over-flagging DC steps everywhere).
      Finall, added a dimmconfig_extended.lis aimed at removing bowls
      around bright sources, and preserving larger-scale structure. Needs
      some work, but it is a good start.
  
   applications/smurf/Makefile.am                     |    1 +
   applications/smurf/examples/dimmconfig.lis         |   45 ++--
   .../smurf/examples/dimmconfig_distortionmap.lis    |  248 +++---------------
   .../smurf/examples/dimmconfig_extended.lis         |   59 ++++
   applications/smurf/examples/dimmconfig_faint.lis   |  256 +++---------------
   .../smurf/examples/dimmconfig_veryshort.lis        |  246 ++---------------
   6 files changed, 187 insertions(+), 668 deletions(-)
  
  commit b751ef90ba007cfb4964caae88fa4e79d30db77c
  Author: Tim Jenness <[log in to unmask]>
  Date:   Fri Mar 12 13:30:44 2010 -1000
  
      smurf: Fix ACSIS metadata fixup for bad off exposure
      
      Has been broken since this routine was split up to support
      SCUBA-2 fixups. The steptime was not known to the routine
      so it would calculate 0.0 exposure and off exposure times.
  
   applications/smurf/libsmf/smf_fix_metadata_acsis.c |   19 +++++++++++++++--
   1 files changed, 16 insertions(+), 3 deletions(-)
  
  commit 352a988fac8c53b5a3efa5bc687e27875f5ae893
  Author: Tim Jenness <[log in to unmask]>
  Date:   Fri Mar 12 13:09:25 2010 -1000
  
      smurf: Modify APIs to pass a flatramps argument to smf_open_and_flatfield
      
      smf_open_and_flatfield does not process them yet.
  
   applications/smurf/libsmf/smf.h.source             |    9 +++--
   applications/smurf/libsmf/smf_concat_smfGroup.c    |   14 ++++++--
   applications/smurf/libsmf/smf_iteratemap.c         |   31 ++++++++++--------
   applications/smurf/libsmf/smf_model_create.c       |    9 +++--
   applications/smurf/libsmf/smf_open_and_flatfield.c |    9 +++--
   applications/smurf/libsmurf/smurf_calcnoise.c      |    8 +++-
   applications/smurf/libsmurf/smurf_dreamsolve.c     |    2 +-
   applications/smurf/libsmurf/smurf_extinction.c     |    8 +++-
   applications/smurf/libsmurf/smurf_flatfield.c      |   14 +++++---
   applications/smurf/libsmurf/smurf_makemap.c        |   10 ++++--
   applications/smurf/libsmurf/smurf_qlmakemap.c      |    2 +-
   applications/smurf/libsmurf/smurf_remsky.c         |   10 ++++--
   applications/smurf/libsmurf/smurf_sc2clean.c       |   10 ++++--
   applications/smurf/libsmurf/smurf_sc2concat.c      |   10 ++++--
   applications/smurf/libsmurf/smurf_sc2fft.c         |   10 ++++--
   applications/smurf/libsmurf/smurf_scanfit.c        |   10 ++++--
   applications/smurf/libsmurf/smurf_smurfcopy.c      |    2 +-
   applications/smurf/libsmurf/smurf_starecalc.c      |    2 +-
   18 files changed, 111 insertions(+), 59 deletions(-)
  
  commit 82413093fc72be0f9552a61adf5e3f5359960bb9
  Author: Tim Jenness <[log in to unmask]>
  Date:   Fri Mar 12 12:01:36 2010 -1000
  
      smurf: Fix FLATPAR definition in POLYNOMIAL flatfield mode
      
      TABLE mode stores the power values in FLATPAR. Previously in POLY
      mode the power values were stored but truncated at 6 entries. This
      was incorrect and POLY should just use integers for FLATPAR reflecting
      the coefficient order. I don't think this affects flatfielding.
  
   applications/smurf/libsmf/smf_flat_calcflat.c |   14 ++++++++++++++
   1 files changed, 14 insertions(+), 0 deletions(-)
  
  commit 3be195148e5cb6f4291231aafe4ea55e35dc403b
  Author: Tim Jenness <[log in to unmask]>
  Date:   Fri Mar 12 11:47:49 2010 -1000
  
      smurf: Actually push a tested patch for smf_flat_assign
      
      Mantra: Test before pushing
  
   applications/smurf/libsmf/smf_flat_assign.c |    2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)
  
  commit 3da45a9506ef761d5f5c7bb6541a83549216663d
  Author: Tim Jenness <[log in to unmask]>
  Date:   Fri Mar 12 11:41:07 2010 -1000
  
      smurf: Tweak nflat setting in smf_flat_assign
      
      Turns out that powval gets the wrong value in POLY mode
      so the size of powval doesn't tell us how many values are
      in flatcal. This needs fixing but in the short term
      read the size directly from bolval.
  
   applications/smurf/libsmf/smf_flat_assign.c |    2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)
  
  commit 665ed30c2f9a0f9e82ca1796d8cd1ff2fa63afb6
  Author: Peter W. Draper <[log in to unmask]>
  Date:   Fri Mar 12 15:31:00 2010 +0000
  
      gaia: only process the FITS primary image when there are also images in extensions
      
      SExtractor's default behaviour is to process all images in an MEF, but GAIA just wants to process one at a time. This has always been the behaviour for images in extensions
  
   applications/gaia/gaia.news                       |    7 +++++++
   applications/gaia/gaia/library/GaiaSextractor.tcl |   10 ++++------
   2 files changed, 11 insertions(+), 6 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