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, 16 Oct 2009 05:00:55 +0100

Content-Type:

text/plain

Parts/Attachments:

Parts/Attachments

text/plain (294 lines)

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

  (Tim Jenness) smurf: Initialise sc2store in heatrun simulation
   100.0% applications/smurf/libsc2sim/
  
  (Tim Jenness) smurf: Alphabetize sim and obs parameters in sc2sim
   100.0% applications/smurf/libsmurf/
  
  (Tim Jenness) smurf: document mstap_x and mstap_y in simulator
  
  (Tim Jenness) smurf: Let kaplibs parse jig_pos and mstap_x/y simulator parameters
     3.9% applications/smurf/examples/
    86.0% applications/smurf/libsc2sim/
    10.0% applications/smurf/libsmurf/
  
  (Tim Jenness) smurf: subname now read as "(a,b,c,d)" rather than "a;b;c;d"
    12.9% applications/smurf/examples/
    79.0% applications/smurf/libsc2sim/
     8.0% applications/smurf/libsmurf/
  
  (Tim Jenness) smurf: initialise relevant bits to prevent sc2ast from hanging.
  
  (Tim Jenness) smurf: whitespace
   100.0% applications/smurf/libsmurf/
  
  (Tim Jenness) smurf: Finish alphabetizing parameters in prologues
   100.0% applications/smurf/libsmurf/
  
  (Tim Jenness) smurf: smf_* files should not depend on libsmurf
   100.0% applications/smurf/libsmf/
  
  (Tim Jenness) smurf: Rename surf_help to smurf_smurfhelp to aid sorting
    99.7% applications/smurf/libsmurf/
  
  (Malcolm J. Currie) KAPPA: Trailing whitespace removed.
    42.5% applications/kappa/libkappa/
    57.5% applications/kappa/
  
  (Malcolm J. Currie) KAPPA: Put REGIONMASK'S REGION parameter in alphabetic order.
    31.8% applications/kappa/libkappa/
    68.1% applications/kappa/
  
  (David Berry) ndf: Correct conversion of fraction coords to pixel indices
   100.0% libraries/ndf/
  
  (David Berry) kappa: Change SCATTER to ignore points that are bad in either NDF
    82.9% applications/kappa/kapsub/
    14.5% applications/kappa/libkapview/
     2.4% applications/kappa/
  
  (David Berry) kappa: Make histogram X axis label and title mimic linplot
    12.8% applications/kappa/kapsub/
     6.2% applications/kappa/libkappa/
    45.5% libraries/kaplibs/kpg/
    35.3% libraries/kaplibs/
  
  (David Berry) smurf: Correct merging of thin output edge tiles in makecube
   100.0% applications/smurf/libsmf/
  
  (David Berry) ast: Allow a Frame to match an instance of its parent class
    75.3% libraries/ast/ast_tester/
    24.6% libraries/ast/
 

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

  commit b5f8974afffd72d98d4d8b37fec6ffb720c7cf9e
  Author: Tim Jenness <[log in to unmask]>
  Date:   Thu Oct 15 16:12:50 2009 -1000
  
      smurf: Initialise sc2store in heatrun simulation
      
      Otherwise you get an emsLevel warning on completion.
  
   applications/smurf/libsc2sim/sc2sim_heatrun.c |    3 +++
   1 files changed, 3 insertions(+), 0 deletions(-)
  
  commit 3fe6080a207c713278da42a4848ebdb2a8ab91b2
  Author: Tim Jenness <[log in to unmask]>
  Date:   Thu Oct 15 15:52:11 2009 -1000
  
      smurf: Alphabetize sim and obs parameters in sc2sim
  
   applications/smurf/libsmurf/smurf_sc2sim.c |   64 +++++++++++++-------------
   1 files changed, 32 insertions(+), 32 deletions(-)
  
  commit cadc51d868065bda8d497bf3f16ef3d270412100
  Author: Tim Jenness <[log in to unmask]>
  Date:   Thu Oct 15 15:40:47 2009 -1000
  
      smurf: document mstap_x and mstap_y in simulator
  
   applications/smurf/libsmurf/smurf_sc2sim.c |   10 ++++++++++
   1 files changed, 10 insertions(+), 0 deletions(-)
  
  commit 51d574b89b9f3b930aab4af28f0d0400258babd6
  Author: Tim Jenness <[log in to unmask]>
  Date:   Thu Oct 15 15:36:45 2009 -1000
  
      smurf: Let kaplibs parse jig_pos and mstap_x/y simulator parameters
      
      Removes a lot of hand-crafted strok parsing. Also changes simulator
      API slightly.
  
   applications/smurf/examples/dreamobs.lis        |    4 +-
   applications/smurf/examples/obspar_dream.lis    |    4 +-
   applications/smurf/libsc2sim/sc2sim_getobspar.c |   93 ++++-----------------
   applications/smurf/libsmurf/smurf_sc2sim.c      |   14 ++--
   4 files changed, 29 insertions(+), 86 deletions(-)
  
  commit 9caf07fe087daa34d776434996398f023851b156
  Author: Tim Jenness <[log in to unmask]>
  Date:   Thu Oct 15 15:14:53 2009 -1000
  
      smurf: subname now read as "(a,b,c,d)" rather than "a;b;c;d"
      
      Use the kaplibs config file parser for subname rather than a
      specialist sc2sim parser. This synchronizes subname with string
      array usage in MAKEMAP.
  
   applications/smurf/examples/dreamsim.lis        |    4 +-
   applications/smurf/examples/heatrunsim.lis      |    4 +-
   applications/smurf/examples/pongsim.lis         |    4 +-
   applications/smurf/examples/simpar.lis          |    4 +-
   applications/smurf/examples/staresim.lis        |    4 +-
   applications/smurf/libsc2sim/sc2sim.h           |    2 +
   applications/smurf/libsc2sim/sc2sim_getsimpar.c |   16 ++++++--
   applications/smurf/libsc2sim/sc2sim_heatrun.c   |   22 ++----------
   applications/smurf/libsc2sim/sc2sim_instrinit.c |    2 +-
   applications/smurf/libsc2sim/sc2sim_ndfwrdata.c |    7 ++--
   applications/smurf/libsc2sim/sc2sim_ndfwrheat.c |    5 ++-
   applications/smurf/libsc2sim/sc2sim_par.h       |    3 +-
   applications/smurf/libsc2sim/sc2sim_simulate.c  |   41 ++++++---------------
   applications/smurf/libsc2sim/sc2sim_struct.h    |    7 +++-
   applications/smurf/libsmurf/smurf_sc2sim.c      |   17 +++++----
   15 files changed, 64 insertions(+), 78 deletions(-)
  
  commit e8ba9b5bad2623fcfaf7af37d3855e8ecd4ac4a7
  Author: Tim Jenness <[log in to unmask]>
  Date:   Thu Oct 15 14:13:01 2009 -1000
  
      smurf: initialise relevant bits to prevent sc2ast from hanging.
  
   applications/smurf/libsc2sim/sc2sim_instrinit.c |    3 +++
   1 files changed, 3 insertions(+), 0 deletions(-)
  
  commit 8443d50b9c10e9531753e18e1622fc7101c436e9
  Author: Tim Jenness <[log in to unmask]>
  Date:   Thu Oct 15 14:08:22 2009 -1000
  
      smurf: whitespace
  
   applications/smurf/libsmurf/smurf_sc2sim.c |  110 +++++++++++++-------------
   1 files changed, 55 insertions(+), 55 deletions(-)
  
  commit d793b6b97c50761399d8d7a10901a7b8a1a6ab66
  Author: Tim Jenness <[log in to unmask]>
  Date:   Thu Oct 15 12:34:58 2009 -1000
  
      smurf: Finish alphabetizing parameters in prologues
  
   applications/smurf/libsmurf/smurf_dreamweights.c |    4 ++--
   applications/smurf/libsmurf/smurf_sc2clean.c     |    4 ++--
   applications/smurf/libsmurf/smurf_sc2concat.c    |    4 ++--
   applications/smurf/libsmurf/smurf_skynoise.c     |    8 ++++----
   applications/smurf/libsmurf/smurf_smurfhelp.c    |    6 +++---
   5 files changed, 13 insertions(+), 13 deletions(-)
  
  commit 276383d300f415ceab822941c8570802cbe53090
  Author: Tim Jenness <[log in to unmask]>
  Date:   Thu Oct 15 11:47:27 2009 -1000
  
      smurf: smf_* files should not depend on libsmurf
  
   applications/smurf/libsmf/smf_get_xloc.c           |    1 -
   applications/smurf/libsmf/smf_open_and_flatfield.c |    1 -
   applications/smurf/libsmf/smf_subtract_dark.c      |    1 -
   applications/smurf/libsmf/smf_write_smfData.c      |    1 -
   4 files changed, 0 insertions(+), 4 deletions(-)
  
  commit e1c1ac58aed4c5574ff9e10a5f432d637afe87ab
  Author: Tim Jenness <[log in to unmask]>
  Date:   Thu Oct 15 11:45:32 2009 -1000
  
      smurf: Rename surf_help to smurf_smurfhelp to aid sorting
      
      Otherwise SMURFHELP turns up under "H" in the documentation.
  
   applications/smurf/libsmurf/Makefile.am            |    2 +-
   .../libsmurf/{smurf_help.c => smurf_smurfhelp.c}   |    7 +++++--
   applications/smurf/libsmurf/smurflib.h             |    2 +-
   applications/smurf/smurf_mon.c                     |    2 +-
   4 files changed, 8 insertions(+), 5 deletions(-)
  
  commit a1c5fe9080ab90b92af0280d7ad87dcdc17d72d6
  Author: Malcolm J. Currie <[log in to unmask]>
  Date:   Thu Oct 15 17:16:30 2009 +0100
  
      KAPPA: Trailing whitespace removed.
  
   applications/kappa/libkappa/regionmask.f |    6 +++---
   applications/kappa/sun95.tex             |    4 ++--
   2 files changed, 5 insertions(+), 5 deletions(-)
  
  commit e09972aa4e075e4f24c90b61c2cdd61ec8e6cf10
  Author: Malcolm J. Currie <[log in to unmask]>
  Date:   Thu Oct 15 17:05:37 2009 +0100
  
      KAPPA: Put REGIONMASK'S REGION parameter in alphabetic order.
      
      Also update the document date as there have been various other changes
      since commit d40e3e608a9d0.
  
   applications/kappa/libkappa/regionmask.f |   20 ++++++++++----------
   applications/kappa/sun95.tex             |   24 ++++++++++++------------
   2 files changed, 22 insertions(+), 22 deletions(-)
  
  commit 6fdb1beae71b505d0a92458cb83b7eafb0f07ead
  Author: David Berry <[log in to unmask]>
  Date:   Thu Oct 15 16:58:50 2009 +0100
  
      ndf: Correct conversion of fraction coords to pixel indices
      
      A lower bound of 0.0% now converts to the lower pixel bounds, and an
      upper bound of 100.0% converts to the upper pixel bound.
  
   libraries/ndf/ndf1_fr2px.f |   43 ++++++++++++++++++++++++++++++-----------
   1 files changed, 31 insertions(+), 12 deletions(-)
  
  commit 927c176f71c4af7954591b73ae6f595b4c7036ab
  Author: David Berry <[log in to unmask]>
  Date:   Thu Oct 15 16:09:08 2009 +0100
  
      kappa: Change SCATTER to ignore points that are bad in either NDF
  
   applications/kappa/kappa.news.in        |    5 ++
   applications/kappa/kapsub/Makefile.am   |    2 +-
   applications/kappa/kapsub/kps1_scat1.f  |   95 +++++++++++++++++++++++++++++
   applications/kappa/libkapview/scatter.f |   33 ++++++++--
   applications/kappa/sun95.tex            |   11 +++
   5 files changed, 139 insertions(+), 7 deletions(-)
  
  commit 7f5724c67d576b3c278e20354afa1371c147717a
  Author: David Berry <[log in to unmask]>
  Date:   Thu Oct 15 15:01:14 2009 +0100
  
      kappa: Make histogram X axis label and title mimic linplot
  
   applications/kappa/kapsub/kps1_lplfs.f  |   76 +---
   applications/kappa/kapsub/kps1_nmplt.f  |    1 +
   applications/kappa/kapsub/kps1_psplt.f  |    1 +
   applications/kappa/libkappa/histogram.f |   70 ++-
   applications/kappa/libkapview/scatter.f |    2 +
   libraries/kaplibs/kaplibs.news          |    4 +
   libraries/kaplibs/kpg/Makefile.am       |    1 +
   libraries/kaplibs/kpg/kpg1_graph.f      |   46 +-
   libraries/kaplibs/kpg/kpg1_grphw.f      |   75 ++-
   libraries/kaplibs/kpg/kpg1_saxat.f      |  215 +++++++
   libraries/kaplibs/sun238.tex            |  927 ++++++++++++++++++-----------
   11 files changed, 929 insertions(+), 489 deletions(-)
  
  commit 4a1c258656aa97a0c1b8de98f30b381028041ebb
  Author: David Berry <[log in to unmask]>
  Date:   Thu Oct 15 11:38:07 2009 +0100
  
      smurf: Correct merging of thin output edge tiles in makecube
  
   applications/smurf/libsmf/smf_choosetiles.c |   22 ++++++++++++++++------
   1 files changed, 16 insertions(+), 6 deletions(-)
  
  commit dbc5c0b9431ff04613a483b89f8c73e38372a27e
  Author: David Berry <[log in to unmask]>
  Date:   Thu Oct 15 09:57:29 2009 +0100
  
      ast: Allow a Frame to match an instance of its parent class
  
   libraries/ast/ast.news                 |    8 +
   libraries/ast/ast_tester/ast_tester    |    4 +-
   libraries/ast/ast_tester/testconvert.c |  228 ++++++++++++++++++++++++++++++
   libraries/ast/ast_tester/testregions.f |    4 +-
   libraries/ast/cmpframe.c               |    4 +-
   libraries/ast/fluxframe.c              |    4 +-
   libraries/ast/frame.c                  |  114 ++++++++++++++-
   libraries/ast/object.c                 |   59 ++++++++-
   libraries/ast/object.h.in              |   32 ++++
   libraries/ast/prism.c                  |    4 +-
   libraries/ast/skyframe.c               |   11 ++-
   libraries/ast/specframe.c              |    4 +-
   libraries/ast/sun_master.tex           |   14 ++
   libraries/ast/timeframe.c              |    4 +-
   14 files changed, 474 insertions(+), 20 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