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 2013

STARDEV October 2013

Options

Subscribe or Unsubscribe

Subscribe or Unsubscribe

Log In

Log In

Get Password

Get Password

Subject:

[Starlink/starjava] a23f3f: topcat: fix table concatenation bug.

From:

GitHub <[log in to unmask]>

Reply-To:

Starlink development <[log in to unmask]>

Date:

Mon, 21 Oct 2013 09:24:31 -0700

Content-Type:

multipart/mixed

Parts/Attachments:

Parts/Attachments

text/plain (222 lines)

  Branch: refs/heads/master
  Home:   https://github.com/Starlink/starjava
  Commit: a23f3f63bb93fcfa8c1f93d76a66b1ad8633cde5
      https://github.com/Starlink/starjava/commit/a23f3f63bb93fcfa8c1f93d76a66b1ad8633cde5
  Author: Mark Taylor <[log in to unmask]>
  Date:   2013-10-09 (Wed, 09 Oct 2013)

  Changed paths:
    M topcat/src/docs/sun253.xml
    M topcat/src/main/uk/ac/starlink/topcat/ConcatWindow.java

  Log Message:
  -----------
  topcat: fix table concatenation bug.

Bug reported when trying to concatenate two tables of which one has been
edited by double-clicking on a cell and replacing its content.
That replaces the column by an EditableColumn, which in turn means that
the ColumnInfo gets replaced in a somewhat inconsistent way in the
TopcatModel.  The subsequent matching between ColumnInfos required
during the concatenated table construction got the colinfos from different
places and hence failed.  Fix it so it gets them from the same places
for the test.  That fixes this error, though it's possible the same
thing is lurking elsewhere.


  Commit: 36246587d343a5a7554b640b6f4869870ac7ca16
      https://github.com/Starlink/starjava/commit/36246587d343a5a7554b640b6f4869870ac7ca16
  Author: Mark Taylor <[log in to unmask]>
  Date:   2013-10-09 (Wed, 09 Oct 2013)

  Changed paths:
    M jsamp/build.xml
    M jsamp/src/lib/jsamp.jar

  Log Message:
  -----------
  jsamp: upgrade to version 1.3-4


  Commit: e000a6d2bfcbaae2b14233e9ef060f426ba7250a
      https://github.com/Starlink/starjava/commit/e000a6d2bfcbaae2b14233e9ef060f426ba7250a
  Author: Mark Taylor <[log in to unmask]>
  Date:   2013-10-10 (Thu, 10 Oct 2013)

  Changed paths:
    M ttools/src/main/uk/ac/starlink/ttools/plot2/geom/CubePlotType.java
    M ttools/src/main/uk/ac/starlink/ttools/plot2/geom/PlanePlotType.java
    M ttools/src/main/uk/ac/starlink/ttools/plot2/geom/TimePlotType.java
    M ttools/src/main/uk/ac/starlink/ttools/plot2/layer/CartesianErrorCoordSet.java

  Log Message:
  -----------
  ttools: fix bug in Cartesian error bars

CartesianErrorCoordSet was working when used to provide error coordinates
for all the dimensions of a coordinate space, but not when only some
coordinates were selected.  Generalised it correctly to handle this case.


  Commit: bafd82eb4b92720c649223f85da436426907de93
      https://github.com/Starlink/starjava/commit/bafd82eb4b92720c649223f85da436426907de93
  Author: Mark Taylor <[log in to unmask]>
  Date:   2013-10-11 (Fri, 11 Oct 2013)

  Changed paths:
    M ttools/src/main/uk/ac/starlink/ttools/plot2/geom/TimePlotType.java
    M ttools/src/main/uk/ac/starlink/ttools/plot2/layer/ShapePlotter.java

  Log Message:
  -----------
  ttools: fix ShapePlotter for non-ShapeMode use

If a ShapePlotter is to be used with only one mode (FLAT) rather than
with a selection, it's best to make some adjustments so that the
modes don't get grouped together by GangLayerControl.


  Commit: 8032a634edfaa70641287804fa793acfd07f9f6c
      https://github.com/Starlink/starjava/commit/8032a634edfaa70641287804fa793acfd07f9f6c
  Author: Mark Taylor <[log in to unmask]>
  Date:   2013-10-11 (Fri, 11 Oct 2013)

  Changed paths:
    M topcat/src/docs/sun253.xml
    M topcat/src/main/uk/ac/starlink/topcat/plot2/AxisControl.java
    M topcat/src/main/uk/ac/starlink/topcat/plot2/CubeAxisControl.java
    M topcat/src/main/uk/ac/starlink/topcat/plot2/PlaneAxisControl.java
    M topcat/src/main/uk/ac/starlink/topcat/plot2/SkyAxisControl.java
    M topcat/src/main/uk/ac/starlink/topcat/plot2/StackPlotWindow.java
    M topcat/src/main/uk/ac/starlink/topcat/plot2/TimeAxisControl.java
    M ttools/src/main/uk/ac/starlink/ttools/plot2/config/CombinationConfigKey.java

  Log Message:
  -----------
  topcat: add Navigator specifier to AxisControl

You can now specify how you want your navigation (e.g. zoom factor,
which axes to zoom) in the topcat GUI.


  Commit: 30f9c3b984ed70ca343c8a7d97657b15867a6c3e
      https://github.com/Starlink/starjava/commit/30f9c3b984ed70ca343c8a7d97657b15867a6c3e
  Author: Mark Taylor <[log in to unmask]>
  Date:   2013-10-11 (Fri, 11 Oct 2013)

  Changed paths:
    M ttools/src/main/uk/ac/starlink/ttools/plot2/geom/TimeFormat.java

  Log Message:
  -----------
  ttools: slight improvement in Time plot axis labels


  Commit: 3259bd67a04b1b95aaf5fd91beeb33e249b25812
      https://github.com/Starlink/starjava/commit/3259bd67a04b1b95aaf5fd91beeb33e249b25812
  Author: Mark Taylor <[log in to unmask]>
  Date:   2013-10-14 (Mon, 14 Oct 2013)

  Changed paths:
    M topcat/src/docs/sun253.xml
    M topcat/src/main/uk/ac/starlink/topcat/join/DalMultiPanel.java

  Log Message:
  -----------
  topcat: fix service selection bug in multi-SIA/SSA windows

A NullPointerException was being raised because of unused coverage
code; this was thrown from the EDT and messed up the UI.
Put appropriate checks in place.


  Commit: db3e7663d0652a159c8798231733cd59aefcb248
      https://github.com/Starlink/starjava/commit/db3e7663d0652a159c8798231733cd59aefcb248
  Author: Mark Taylor <[log in to unmask]>
  Date:   2013-10-15 (Tue, 15 Oct 2013)

  Changed paths:
    M ttools/src/main/uk/ac/starlink/ttools/plot2/ShadeAxis.java
    M ttools/src/main/uk/ac/starlink/ttools/plot2/Tick.java
    M ttools/src/main/uk/ac/starlink/ttools/plot2/geom/CubeSurface.java
    M ttools/src/main/uk/ac/starlink/ttools/plot2/geom/PlaneAxisAnnotation.java
    M ttools/src/main/uk/ac/starlink/ttools/plot2/geom/PlaneSurface.java
    M ttools/src/main/uk/ac/starlink/ttools/plot2/geom/TimeFormat.java
    M ttools/src/main/uk/ac/starlink/ttools/plot2/geom/TimeSurface.java

  Log Message:
  -----------
  ttools: modify tick calculation interfaces

The various tick calculation methods now pass around the Captioner and
Orientation objects that determine how the tick labels will actually
be painted on the plotting surface.  This doesn't do any useful work yet,
but it means that implementations have the information necessary to
work out whether tick labels will overlap, and adjust the assigned
ticks accordingly if required.


  Commit: b4cd8008b37a653626d865cc2bb378a1cdddeb22
      https://github.com/Starlink/starjava/commit/b4cd8008b37a653626d865cc2bb378a1cdddeb22
  Author: Mark Taylor <[log in to unmask]>
  Date:   2013-10-16 (Wed, 16 Oct 2013)

  Changed paths:
    M topcat/src/docs/figures/ActivationQueryWindow.gif
    M topcat/src/docs/sun253.xml
    M topcat/src/main/uk/ac/starlink/topcat/ActivationQueryWindow.java

  Log Message:
  -----------
  topcat: make URL selectors in Activation window editable.


  Commit: 57ac36c4a0200eedcdd6a13af6b083d0f58caec0
      https://github.com/Starlink/starjava/commit/57ac36c4a0200eedcdd6a13af6b083d0f58caec0
  Author: Mark Taylor <[log in to unmask]>
  Date:   2013-10-21 (Mon, 21 Oct 2013)

  Changed paths:
    M ttools/src/main/uk/ac/starlink/ttools/plot2/Axis.java
    A ttools/src/main/uk/ac/starlink/ttools/plot2/BasicTicker.java
    A ttools/src/main/uk/ac/starlink/ttools/plot2/PrefixTicker.java
    M ttools/src/main/uk/ac/starlink/ttools/plot2/ShadeAxis.java
    M ttools/src/main/uk/ac/starlink/ttools/plot2/Tick.java
    A ttools/src/main/uk/ac/starlink/ttools/plot2/Ticker.java
    M ttools/src/main/uk/ac/starlink/ttools/plot2/config/StyleKeys.java
    M ttools/src/main/uk/ac/starlink/ttools/plot2/geom/CubeSurface.java
    M ttools/src/main/uk/ac/starlink/ttools/plot2/geom/PlaneSurface.java
    M ttools/src/main/uk/ac/starlink/ttools/plot2/geom/TimeFormat.java
    M ttools/src/main/uk/ac/starlink/ttools/plot2/geom/TimeSurface.java

  Log Message:
  -----------
  ttools: rewrite tick generation

Axis major tick labelling is now done in a more modular and extensible way,
and also in a way which is sensitive to the captioner and orientation.
This means that tick labels are generated in such a way that they will
not overlap, rather than generating them and weeding out overlapping ones
more or less at random.  In this way the visible ticks form a more
logical set.

This is done for linear, log and time axis labelling.


  Commit: 20d53b8fb7641590033a2c9d828908e0bf904bdd
      https://github.com/Starlink/starjava/commit/20d53b8fb7641590033a2c9d828908e0bf904bdd
  Author: Mark Taylor <[log in to unmask]>
  Date:   2013-10-21 (Mon, 21 Oct 2013)

  Changed paths:
    M topcat/src/main/uk/ac/starlink/topcat/plot2/TimeAxisControl.java
    M ttools/src/main/uk/ac/starlink/ttools/plot2/geom/TimeSurfaceFactory.java

  Log Message:
  -----------
  ttools: do not label Time axis by default


Compare: https://github.com/Starlink/starjava/compare/2cd38202a85c...20d53b8fb764

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