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:

Wed, 14 Oct 2009 05:00:52 +0100

Content-Type:

text/plain

Parts/Attachments:

Parts/Attachments

text/plain (339 lines)

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

  (Tim Jenness) smurf: Propagate provenance in sc2fft and calcnoise
   100.0% applications/smurf/libsmurf/
  
  (Tim Jenness) smurf: Tweak smf_write_smfData API
    24.1% applications/smurf/libsmf/
    75.8% applications/smurf/libsmurf/
  
  (Tim Jenness) smurf: Concatenate files before running FFT in sc2fft
   100.0% applications/smurf/libsmurf/
  
  (Tim Jenness) smurf: Add FLOW parameter to CALCNOISE
    66.3% applications/smurf/libsmurf/
    33.6% applications/smurf/
  
  (Tim Jenness) smurf: Allow the power spectrum to be written out in CALCNOISE
    16.6% applications/smurf/libsmurf/
    83.3% applications/smurf/
  
  (Tim Jenness) smurf: Handle case where baseR is good but baseI is bad or vice versa
   100.0% applications/smurf/libsmf/
  
  (Tim Jenness) smurf: bolonoise can now return the power spectrum
    90.5% applications/smurf/libsmf/
     9.4% applications/smurf/libsmurf/
  
  (Tim Jenness) smurf: Refactor mmap header and data size calculation
   100.0% applications/smurf/libsmf/
  
  (Tim Jenness) smurf: Move PAGESIZE determination to single location
   100.0% applications/smurf/libsmf/
  
  (David Berry) ast: Add type checking to astCast method
   100.0% libraries/ast/
  
  (Peter W. Draper) gaia: add the UCAC3 catalogue for Skycat accesses.
    99.4% applications/gaia/gaia/library/
  
  (David Berry) ast: Revert change to allow a frame to match its parent
   100.0% libraries/ast/
  
  (David Berry) ast: Revert the change to allow a Frame to match a Frame of its parent class
   100.0% libraries/ast/
  
  (David Berry) atools: Add astgetregframe
   100.0% applications/atools/
 

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

  commit 69fe5d744f3ead15cabb5d766acdba7fb39996a6
  Author: Tim Jenness <[log in to unmask]>
  Date:   Tue Oct 13 17:01:53 2009 -1000
  
      smurf: Propagate provenance in sc2fft and calcnoise
  
   applications/smurf/libsmurf/smurf_calcnoise.c |   19 ++++++++++++++++++-
   applications/smurf/libsmurf/smurf_sc2fft.c    |    7 ++++++-
   2 files changed, 24 insertions(+), 2 deletions(-)
  
  commit d6dce652852d4a85c05dacfb65a90e0b91ee8c08
  Author: Tim Jenness <[log in to unmask]>
  Date:   Tue Oct 13 16:12:57 2009 -1000
  
      smurf: Tweak smf_write_smfData API
      
      Previously took a filename and put it in a group. In most cases
      you had previously extracted the filename from a group already.
      Now add an option to allow you to pass in a group directly.
  
   applications/smurf/libsmf/smf.h.source        |    1 +
   applications/smurf/libsmf/smf_iteratemap.c    |    6 ++--
   applications/smurf/libsmf/smf_write_smfData.c |   32 +++++++++++++++++++---
   applications/smurf/libsmurf/smurf_calcdark.c  |    7 +----
   applications/smurf/libsmurf/smurf_calcnoise.c |    8 +-----
   applications/smurf/libsmurf/smurf_sc2concat.c |   12 +-------
   applications/smurf/libsmurf/smurf_sc2fft.c    |    6 +---
   7 files changed, 36 insertions(+), 36 deletions(-)
  
  commit 7efe7e592bc300afb11f2e3953fb5f8e4c16911e
  Author: Tim Jenness <[log in to unmask]>
  Date:   Tue Oct 13 15:19:27 2009 -1000
  
      smurf: Concatenate files before running FFT in sc2fft
  
   applications/smurf/libsmurf/smurf_sc2fft.c |  123 +++++++++++++++++---------
   1 files changed, 82 insertions(+), 41 deletions(-)
  
  commit a84806f55501b00d47f05ab9146b45aeee8a15ba
  Author: Tim Jenness <[log in to unmask]>
  Date:   Tue Oct 13 14:31:40 2009 -1000
  
      smurf: Add FLOW parameter to CALCNOISE
  
   applications/smurf/libsmurf/smurf_calcnoise.c |   23 +++++++++++++++++------
   applications/smurf/smurf.ifd.in               |    9 +++++++++
   2 files changed, 26 insertions(+), 6 deletions(-)
  
  commit ef9117d022205f5a5efec3422334038728688bf5
  Author: Tim Jenness <[log in to unmask]>
  Date:   Tue Oct 13 14:12:32 2009 -1000
  
      smurf: Allow the power spectrum to be written out in CALCNOISE
  
   applications/smurf/libsmurf/smurf_calcnoise.c |   30 ++++++++++++++++++++++-
   applications/smurf/smurf.ifd.in               |   10 +++++++
   2 files changed, 39 insertions(+), 1 deletions(-)
  
  commit 459dfc2d90f312288103456fc54fc4d9786baae0
  Author: Tim Jenness <[log in to unmask]>
  Date:   Tue Oct 13 14:07:27 2009 -1000
  
      smurf: Handle case where baseR is good but baseI is bad or vice versa
      
      Previously if one of the real or imaginary values was bad then the
      value would remain unchanged from the input.
  
   applications/smurf/libsmf/smf_fft_cart2pol.c |   82 +++++++++++++----------
   1 files changed, 46 insertions(+), 36 deletions(-)
  
  commit 726e515392d285867cd742045878a10c851b2f48
  Author: Tim Jenness <[log in to unmask]>
  Date:   Tue Oct 13 12:53:53 2009 -1000
  
      smurf: bolonoise can now return the power spectrum
      
      Also move the NEP argument before the returned parameters.
  
   applications/smurf/libsmf/smf.h.source        |   10 +++---
   applications/smurf/libsmf/smf_bolonoise.c     |   35 +++++++++++++++--------
   applications/smurf/libsmf/smf_calcmodel_noi.c |    2 +-
   applications/smurf/libsmurf/smurf_calcnoise.c |    4 +-
   applications/smurf/libsmurf/smurf_qlmakemap.c |    4 +-
   5 files changed, 33 insertions(+), 22 deletions(-)
  
  commit 8f2834b5b29cdde39185dbcf11fcf3d28c1270b5
  Author: Tim Jenness <[log in to unmask]>
  Date:   Tue Oct 13 11:17:29 2009 -1000
  
      smurf: Refactor mmap header and data size calculation
  
   applications/smurf/libsmf/Makefile.am         |    1 +
   applications/smurf/libsmf/smf.h.source        |    4 +
   applications/smurf/libsmf/smf_calc_mmapsize.c |  115 +++++++++++++++++++++++
   applications/smurf/libsmf/smf_close_file.c    |   17 +---
   applications/smurf/libsmf/smf_model_create.c  |   25 ++----
   applications/smurf/libsmf/smf_open_model.c    |   19 +---
   6 files changed, 136 insertions(+), 45 deletions(-)
  
  commit a359fa7d0f5e407ac85fb7cc217c97e0351378b6
  Author: Tim Jenness <[log in to unmask]>
  Date:   Tue Oct 13 10:41:39 2009 -1000
  
      smurf: Move PAGESIZE determination to single location
  
   applications/smurf/libsmf/smf_close_file.c   |    4 ++--
   applications/smurf/libsmf/smf_model_create.c |    4 ++--
   applications/smurf/libsmf/smf_open_model.c   |    4 ++--
   3 files changed, 6 insertions(+), 6 deletions(-)
  
  commit 77471bfc597172fc1bd362b083a23494bd9ff681
  Author: David Berry <[log in to unmask]>
  Date:   Tue Oct 13 19:09:00 2009 +0100
  
      ast: Add type checking to astCast method
  
   libraries/ast/ast_tester/ast_tester     |   18 ++++++++-
   libraries/ast/axis.c                    |   14 ++++--
   libraries/ast/axis.h                    |    4 +-
   libraries/ast/box.c                     |   14 ++++--
   libraries/ast/box.h                     |    4 +-
   libraries/ast/channel.c                 |   14 ++++--
   libraries/ast/channel.h                 |    4 +-
   libraries/ast/circle.c                  |   14 ++++--
   libraries/ast/circle.h                  |    4 +-
   libraries/ast/cmpframe.c                |   14 ++++--
   libraries/ast/cmpframe.h                |    4 +-
   libraries/ast/cmpmap.c                  |   14 ++++--
   libraries/ast/cmpmap.h                  |    4 +-
   libraries/ast/cmpregion.c               |   14 ++++--
   libraries/ast/cmpregion.h               |    4 +-
   libraries/ast/dsbspecframe.c            |   14 ++++--
   libraries/ast/dsbspecframe.h            |    4 +-
   libraries/ast/dssmap.c                  |   14 ++++--
   libraries/ast/dssmap.h                  |    4 +-
   libraries/ast/ellipse.c                 |   14 ++++--
   libraries/ast/ellipse.h                 |    4 +-
   libraries/ast/fitschan.c                |   14 ++++--
   libraries/ast/fitschan.h                |    4 +-
   libraries/ast/fluxframe.c               |   14 ++++--
   libraries/ast/fluxframe.h               |    4 +-
   libraries/ast/frame.c                   |   14 ++++--
   libraries/ast/frame.h                   |    4 +-
   libraries/ast/frameset.c                |   14 ++++--
   libraries/ast/frameset.h                |    4 +-
   libraries/ast/grismmap.c                |   14 ++++--
   libraries/ast/grismmap.h                |    4 +-
   libraries/ast/interval.c                |   14 ++++--
   libraries/ast/interval.h                |    4 +-
   libraries/ast/intramap.c                |   14 ++++--
   libraries/ast/intramap.h                |    4 +-
   libraries/ast/keymap.c                  |   14 ++++--
   libraries/ast/keymap.h                  |    4 +-
   libraries/ast/lutmap.c                  |   14 ++++--
   libraries/ast/lutmap.h                  |    4 +-
   libraries/ast/mapping.c                 |   14 ++++--
   libraries/ast/mapping.h                 |    4 +-
   libraries/ast/mathmap.c                 |   14 ++++--
   libraries/ast/mathmap.h                 |    4 +-
   libraries/ast/matrixmap.c               |   14 ++++--
   libraries/ast/matrixmap.h               |    4 +-
   libraries/ast/normmap.c                 |   14 ++++--
   libraries/ast/normmap.h                 |    4 +-
   libraries/ast/nullregion.c              |   14 ++++--
   libraries/ast/nullregion.h              |    4 +-
   libraries/ast/object.c                  |   59 ++++++++++++++++++++++++----
   libraries/ast/object.h.in               |   27 +++++++++----
   libraries/ast/pcdmap.c                  |   14 ++++--
   libraries/ast/pcdmap.h                  |    4 +-
   libraries/ast/permmap.c                 |   14 ++++--
   libraries/ast/permmap.h                 |    4 +-
   libraries/ast/plot.c                    |   14 ++++--
   libraries/ast/plot.h                    |    4 +-
   libraries/ast/plot3d.c                  |   14 ++++--
   libraries/ast/plot3d.h                  |    4 +-
   libraries/ast/pointlist.c               |   14 ++++--
   libraries/ast/pointlist.h               |    4 +-
   libraries/ast/pointset.c                |   14 ++++--
   libraries/ast/pointset.h                |    4 +-
   libraries/ast/polygon.c                 |   14 ++++--
   libraries/ast/polygon.h                 |    4 +-
   libraries/ast/polymap.c                 |   14 ++++--
   libraries/ast/polymap.h                 |    4 +-
   libraries/ast/prism.c                   |   14 ++++--
   libraries/ast/prism.h                   |    4 +-
   libraries/ast/ratemap.c                 |   14 ++++--
   libraries/ast/ratemap.h                 |    4 +-
   libraries/ast/region.c                  |   14 ++++--
   libraries/ast/region.h                  |    4 +-
   libraries/ast/selectormap.c             |   14 ++++--
   libraries/ast/selectormap.h             |    4 +-
   libraries/ast/shiftmap.c                |   14 ++++--
   libraries/ast/shiftmap.h                |    4 +-
   libraries/ast/skyaxis.c                 |   14 ++++--
   libraries/ast/skyaxis.h                 |    4 +-
   libraries/ast/skyframe.c                |   13 ++++--
   libraries/ast/skyframe.h                |    4 +-
   libraries/ast/slamap.c                  |   14 ++++--
   libraries/ast/slamap.h                  |    4 +-
   libraries/ast/specfluxframe.c           |   14 ++++--
   libraries/ast/specfluxframe.h           |    4 +-
   libraries/ast/specframe.c               |   14 ++++--
   libraries/ast/specframe.h               |    4 +-
   libraries/ast/specmap.c                 |   14 ++++--
   libraries/ast/specmap.h                 |    4 +-
   libraries/ast/sphmap.c                  |   14 ++++--
   libraries/ast/sphmap.h                  |    4 +-
   libraries/ast/stc.c                     |   14 ++++--
   libraries/ast/stc.h                     |    4 +-
   libraries/ast/stccatalogentrylocation.c |   14 ++++--
   libraries/ast/stccatalogentrylocation.h |    4 +-
   libraries/ast/stcobsdatalocation.c      |   14 ++++--
   libraries/ast/stcobsdatalocation.h      |    4 +-
   libraries/ast/stcresourceprofile.c      |   14 ++++--
   libraries/ast/stcresourceprofile.h      |    4 +-
   libraries/ast/stcschan.c                |   14 ++++--
   libraries/ast/stcschan.h                |    4 +-
   libraries/ast/stcsearchlocation.c       |   14 ++++--
   libraries/ast/stcsearchlocation.h       |    4 +-
   libraries/ast/switchmap.c               |   14 ++++--
   libraries/ast/switchmap.h               |    4 +-
   libraries/ast/timeframe.c               |   14 ++++--
   libraries/ast/timeframe.h               |    4 +-
   libraries/ast/timemap.c                 |   14 ++++--
   libraries/ast/timemap.h                 |    4 +-
   libraries/ast/tranmap.c                 |   14 ++++--
   libraries/ast/tranmap.h                 |    4 +-
   libraries/ast/unitmap.c                 |   14 ++++--
   libraries/ast/unitmap.h                 |    4 +-
   libraries/ast/wcsmap.c                  |   14 ++++--
   libraries/ast/wcsmap.h                  |    4 +-
   libraries/ast/winmap.c                  |   14 ++++--
   libraries/ast/winmap.h                  |    4 +-
   libraries/ast/xmlchan.c                 |   14 ++++--
   libraries/ast/xmlchan.h                 |    4 +-
   libraries/ast/zoommap.c                 |   14 ++++--
   libraries/ast/zoommap.h                 |    4 +-
   121 files changed, 734 insertions(+), 431 deletions(-)
  
  commit 6051a791c885553122bb365e8d9044bb7aaa5a3e
  Author: Peter W. Draper <[log in to unmask]>
  Date:   Tue Oct 13 16:08:04 2009 +0100
  
      gaia: add the UCAC3 catalogue for Skycat accesses.
  
   applications/gaia/gaia.news                  |    2 ++
   applications/gaia/gaia/library/Gaia.tcl      |    2 +-
   applications/gaia/gaia/library/skycat2.0.cfg |    7 +++++++
   3 files changed, 10 insertions(+), 1 deletions(-)
  
  commit 8ad238ec79177b3a19601f0156a5bdd472bab702
  Author: David Berry <[log in to unmask]>
  Date:   Tue Oct 13 13:25:36 2009 +0100
  
      ast: Revert change to allow a frame to match its parent
  
   libraries/ast/ast.news       |    6 -----
   libraries/ast/fluxframe.c    |   37 ++++++++++++++------------------
   libraries/ast/frame.c        |   14 ++++++------
   libraries/ast/specframe.c    |   46 +++++++++++++++++++--------------------
   libraries/ast/sun_master.tex |   11 ---------
   libraries/ast/timeframe.c    |   33 ++++++++++++----------------
   6 files changed, 59 insertions(+), 88 deletions(-)
  
  commit 33f7156127f796e11e2204853059d039aeb08246
  Author: David Berry <[log in to unmask]>
  Date:   Tue Oct 13 13:23:59 2009 +0100
  
      ast: Revert the change to allow a Frame to match a Frame of its parent class
  
   libraries/ast/skyframe.c |   49 ++++++++++++++++++++++---------------------
   1 files changed, 25 insertions(+), 24 deletions(-)
  
  commit b0a7af9be8e06eb34bf060a631d245822e00bec4
  Author: David Berry <[log in to unmask]>
  Date:   Tue Oct 13 11:16:47 2009 +0100
  
      atools: Add astgetregframe
  
   applications/atools/Makefile.am                    |    6 +-
   .../atools/{astcopy.f => astgetregframe.f}         |   48 +++++++++--------
   applications/atools/atools.ifd.in                  |   20 +++++++
   applications/atools/atools.news                    |    2 +-
   applications/atools/atools_mon.f                   |    3 +
   5 files changed, 52 insertions(+), 27 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