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  December 2009

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

Mon, 7 Dec 2009 04:00:11 +0000

Content-Type:

text/plain

Parts/Attachments:

Parts/Attachments

text/plain (190 lines)

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

  (Tim Jenness) pamela: Make pamela.ifd
   100.0% applications/pamela/
  
  (Tim Jenness) init: Add pamela to login definitions
   100.0% etc/init/
  
  (Tim Jenness) pamela: Now builds using standard Starlink build system
     4.5% applications/pamela/src/
    95.4% applications/pamela/
  
  (Tim Jenness) pamela: Initial import
    18.7% applications/pamela/scripts/
    77.3% applications/pamela/src/
     3.9% applications/pamela/
  
  (Tim Jenness) pda: Add PDA_ERR to BUILT_SOURCES
   100.0% libraries/pda/
  
  (Malcolm J. Currie) PDA: Use explicit error code for the failure to invert the curvature matrix.
   100.0% libraries/pda/
 

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

  commit d4e9cc99f449f66235eebc4b379296931546bd57
  Author: Tim Jenness <[log in to unmask]>
  Date:   Sun Dec 6 16:27:13 2009 -1000
  
      pamela: Make pamela.ifd
  
   applications/pamela/configure.ac |    2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)
  
  commit 65501b53ddc0a05ef61cdd90ae79a41b57dabe80
  Author: Tim Jenness <[log in to unmask]>
  Date:   Sun Dec 6 16:25:38 2009 -1000
  
      init: Add pamela to login definitions
      
      We now have a $PAMELA_DIR
  
   etc/init/cshrc.in          |   13 +++++++++++++
   etc/init/icl_login_sys.icl |   12 ++++++++++++
   etc/init/login.in          |    7 +++++++
   etc/init/profile.in        |   16 ++++++++++++++++
   4 files changed, 48 insertions(+), 0 deletions(-)
  
  commit 71c56a62648a080e665e89d7b49377aec3c1f279
  Author: Tim Jenness <[log in to unmask]>
  Date:   Sun Dec 6 16:17:06 2009 -1000
  
      pamela: Now builds using standard Starlink build system
  
   .gitignore                                |    4 +
   applications/pamela/.gitignore            |    1 -
   applications/pamela/Makefile              |  346 ----
   applications/pamela/Makefile.am           |   63 +
   applications/{astrom => pamela}/bootstrap |    0
   applications/pamela/component.xml         |   24 +
   applications/pamela/component.xml.in      |   24 +
   applications/pamela/configure.ac          |   41 +
   applications/pamela/pamela.ifd.in         | 2310 +++++++++++++++++++++++++++
   applications/pamela/pamela_mon.f          |   93 ++
   applications/pamela/src/Makefile.am       |   55 +
   applications/pamela/src/pamela.f          |   93 --
   12 files changed, 2614 insertions(+), 440 deletions(-)
  
  commit dd838d7efba3a5d5b131602ac4ccd3d0f358e4cb
  Author: Tim Jenness <[log in to unmask]>
  Date:   Sun Dec 6 15:22:54 2009 -1000
  
      pamela: Initial import
      
      Does not build using standard starlink system yet. This is a tar
      ball from Tom Marsh dated Fri Nov 20 10:19:05 GMT 2009.
  
   applications/pamela/.export_date                   |    1 +
   applications/pamela/.gitignore                     |    1 +
   applications/pamela/Makefile                       |  346 +++
   applications/pamela/README                         |   44 +
   applications/pamela/command_defs                   |   45 +
   applications/pamela/genhtml.pl                     |  331 +++
   .../pamela/html/examples/WHT_Dec2005_preparation   |   78 +
   applications/pamela/html/pamela.css                |    9 +
   .../cgs4dr/tcl/node1.html => pamela/junk}          |    0
   applications/pamela/scripts/datafile               |  194 ++
   applications/pamela/scripts/debias.pl              |  123 ++
   applications/pamela/scripts/document.pl            |  488 +++++
   applications/pamela/scripts/fixhead.pl             |  856 ++++++++
   applications/pamela/scripts/fixrun.csh             |   45 +
   applications/pamela/scripts/genhtml.pl             |   92 +
   applications/pamela/scripts/list.csh               |   27 +
   applications/pamela/scripts/listformat.csh         |   74 +
   applications/pamela/scripts/loganal.pl             |  213 ++
   applications/pamela/scripts/loopdisplay.csh        |   61 +
   applications/pamela/scripts/ls1d.csh               |   11 +
   applications/pamela/scripts/lsnosdf.csh            |   38 +
   applications/pamela/scripts/makebias.csh           |  155 ++
   applications/pamela/scripts/medcom                 |   87 +
   applications/pamela/scripts/printdim               |   18 +
   applications/pamela/scripts/reduce.pl              | 1362 ++++++++++++
   applications/pamela/scripts/renumber.pl            |  130 ++
   applications/pamela/scripts/repet.pl               |  108 +
   applications/pamela/scripts/rotate.pl              |  110 +
   applications/pamela/scripts/shiftaux.py            |   60 +
   applications/pamela/scripts/splitbysource.pl       |  141 ++
   applications/pamela/scripts/ultradas.csh           |   69 +
   applications/pamela/scripts/uniqformat.csh         |   95 +
   applications/pamela/scripts/whtdiv.csh             |   97 +
   applications/pamela/src/cdf_loc.f                  |  104 +
   applications/pamela/src/chance.f                   |  194 ++
   applications/pamela/src/chsubs.f                   |  512 +++++
   applications/pamela/src/extnor.f                   |  465 ++++
   applications/pamela/src/extopt.f                   | 1415 ++++++++++++
   applications/pamela/src/faker.f                    |  398 ++++
   applications/pamela/src/gammln.f                   |   23 +
   applications/pamela/src/gauss.f                    |   96 +
   applications/pamela/src/get_lim.f                  |  124 ++
   applications/pamela/src/get_point.f                |   65 +
   applications/pamela/src/get_track.f                |  100 +
   applications/pamela/src/heapsort.f                 |  169 ++
   applications/pamela/src/idtype.f                   |  522 +++++
   applications/pamela/src/ifind.f                    |   43 +
   applications/pamela/src/lsquar.f                   |  364 ++++
   applications/pamela/src/ludcmp.f                   |  107 +
   applications/pamela/src/medfilt.f                  |  281 +++
   applications/pamela/src/median.f                   |  131 ++
   applications/pamela/src/medprf.f                   |  262 +++
   applications/pamela/src/medval.f                   |   35 +
   applications/pamela/src/nist.f                     | 2040 ++++++++++++++++++
   applications/pamela/src/noise.f                    |  398 ++++
   applications/pamela/src/optext.f                   | 1012 +++++++++
   applications/pamela/src/pamela.f                   |   93 +
   applications/pamela/src/pglimit.f                  |   83 +
   applications/pamela/src/pgsetlims.f                |   54 +
   applications/pamela/src/pgstart.f                  |   19 +
   applications/pamela/src/pgstop.f                   |    8 +
   applications/pamela/src/picstat.f                  |  488 +++++
   applications/pamela/src/plotfit.f                  |  269 +++
   applications/pamela/src/polfit.f                   |  250 +++
   applications/pamela/src/poly.f                     |  148 ++
   applications/pamela/src/polyfit.f                  |  400 ++++
   applications/pamela/src/pplot.f                    |  407 ++++
   applications/pamela/src/profit.f                   | 1310 +++++++++++
   applications/pamela/src/qfactor.f                  |   24 +
   applications/pamela/src/ran.f                      |   74 +
   applications/pamela/src/rebin.f                    |  811 +++++++
   applications/pamela/src/recomp.f                   |  267 +++
   applications/pamela/src/regpic.f                   |  729 +++++++
   applications/pamela/src/reject.f                   |   92 +
   applications/pamela/src/shellsort.f                |   53 +
   applications/pamela/src/skew.f                     |  161 ++
   applications/pamela/src/skyfit.f                   |  640 ++++++
   applications/pamela/src/skymov.f                   |  556 +++++
   applications/pamela/src/splfit.f                   |  775 +++++++
   applications/pamela/src/splnfit.f                  |  257 +++
   applications/pamela/src/track.f                    | 1387 ++++++++++++
   applications/pamela/src/varsky.f                   |  115 +
   applications/pamela/src/xlims.f                    |   34 +
   83 files changed, 23873 insertions(+), 0 deletions(-)
  
  commit f39d24dab3f16eab27d19d067a37d09ad3b95972
  Author: Tim Jenness <[log in to unmask]>
  Date:   Sun Dec 6 15:16:45 2009 -1000
  
      pda: Add PDA_ERR to BUILT_SOURCES
  
   libraries/pda/Makefile.am |    4 +++-
   1 files changed, 3 insertions(+), 1 deletions(-)
  
  commit f93886bd1f04b1d3d3fbca6ac124cf499272e311
  Author: Malcolm J. Currie <[log in to unmask]>
  Date:   Sun Dec 6 22:04:43 2009 +0000
  
      PDA: Use explicit error code for the failure to invert the curvature matrix.
      
      Since PDA did not contain any public error codes, create a pda_err.msg
      too.  Increment version number to 0.5-4.
  
   libraries/pda/Makefile.am   |   11 +++++++++--
   libraries/pda/component.xml |    4 ++--
   libraries/pda/configure.ac  |    7 ++++++-
   libraries/pda/pda_err.msg   |    7 +++++++
   libraries/pda/pda_lmerr.f   |   10 +++++++---
   5 files changed, 31 insertions(+), 8 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