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  July 2014

STARDEV July 2014

Options

Subscribe or Unsubscribe

Subscribe or Unsubscribe

Log In

Log In

Get Password

Get Password

Subject:

[Starlink/starjava] 1a95e3: topcat: fix bug reversing cube/sphere navigation h...

From:

GitHub <[log in to unmask]>

Reply-To:

Starlink development <[log in to unmask]>

Date:

Fri, 4 Jul 2014 06:50:56 -0700

Content-Type:

multipart/mixed

Parts/Attachments:

Parts/Attachments

text/plain (262 lines)

  Branch: refs/heads/master
  Home:   https://github.com/Starlink/starjava
  Commit: 1a95e389860d1cb51da9c2124fc444e435ae7d91
      https://github.com/Starlink/starjava/commit/1a95e389860d1cb51da9c2124fc444e435ae7d91
  Author: Mark Taylor <[log in to unmask]>
  Date:   2014-06-30 (Mon, 30 Jun 2014)

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

  Log Message:
  -----------
  topcat: fix bug reversing cube/sphere navigation help buttons


  Commit: 489b545a2ff79aada6e3eb9cbd6173ebf5dfd505
      https://github.com/Starlink/starjava/commit/489b545a2ff79aada6e3eb9cbd6173ebf5dfd505
  Author: Mark Taylor <[log in to unmask]>
  Date:   2014-07-03 (Thu, 03 Jul 2014)

  Changed paths:
    M topcat/src/main/uk/ac/starlink/topcat/join/CdsTableSelector.java

  Log Message:
  -----------
  topcat: fix CDS X-Match MOC downloads to use table ID not alias

Thomas Boch (CDS) requests that MOC downloads should use VizieR table ID
not the X-Match alias (though either seems to work at time of writing).
This means we have to wait for the metadata to be downloaded.  Rearrange
the scheduling of the relevant downloads accordingly.


  Commit: a2cd0233eae3dcbc1416fc09e8830bc72cce1971
      https://github.com/Starlink/starjava/commit/a2cd0233eae3dcbc1416fc09e8830bc72cce1971
  Author: Mark Taylor <[log in to unmask]>
  Date:   2014-07-03 (Thu, 03 Jul 2014)

  Changed paths:
    M topcat/src/main/uk/ac/starlink/topcat/join/UploadMatchPanel.java
    M ttools/src/main/uk/ac/starlink/ttools/cone/BlockUploader.java
    M ttools/src/main/uk/ac/starlink/ttools/cone/CdsUploadMatcher.java
    M ttools/src/main/uk/ac/starlink/ttools/task/CdsUploadSkyMatch.java

  Log Message:
  -----------
  ttools: fix upload matcher to cope with empty input tables

The CDS upload service currently fails with an error, at least under
some circumstances (selection=all) if there are no rows in the input
table.  So add logic which is able, configurably, to fail the match
with a well-behaved IOException in the case of zero input rows rather
than attempt the match.

Once the CDS service copes with empty upload tables this should
perhaps be switched back, since an empty output table may be of
some use (at least you can get the columns).  Or maybe not, you
probably don't want to keep the result.


  Commit: 2c8e33df0849ff592bf49b0dd10451b4a90871e4
      https://github.com/Starlink/starjava/commit/2c8e33df0849ff592bf49b0dd10451b4a90871e4
  Author: Mark Taylor <[log in to unmask]>
  Date:   2014-07-03 (Thu, 03 Jul 2014)

  Changed paths:
    M table/src/main/uk/ac/starlink/table/Tables.java
    A ttools/src/main/uk/ac/starlink/ttools/cone/HealpixSortedQuerySequenceFactory.java
    M ttools/src/main/uk/ac/starlink/ttools/task/CdsUploadSkyMatch.java

  Log Message:
  -----------
  ttools: add HEALPix presorting to CDS upload skymatch

Sorting the rows of an uploaded table by HEALPix pixel index for a
multi-block upload match job should in theory improve performance.
Add a parameter presort to the cdsskymatch task to turn this on.
There are some disadvantages though, so set it false by default.

It also makes it harder to do progress monitoring, so for now do
not provide this option in topcat.  For the topact xmatch progress
bar to work with this option would require (I think) a new optional
method getRowCount on ConeQuerySequenceFactory.


  Commit: b56a3580bdbf44c097083d3ad47c4768060ace7d
      https://github.com/Starlink/starjava/commit/b56a3580bdbf44c097083d3ad47c4768060ace7d
  Author: Mark Taylor <[log in to unmask]>
  Date:   2014-07-03 (Thu, 03 Jul 2014)

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

  Log Message:
  -----------
  ttools: improve documentation for CDS table selection

Following advice from Thomas Boch, point to the TAPVizieR web page
as a way to find VizieR table (as opposed to catalogue) IDs.
Thomas admits there is no very easy way for users to do this,
may be fixed at CDS one day.


  Commit: ed25c1f0cbec4f7e739dffa8448660b9bdb475fe
      https://github.com/Starlink/starjava/commit/ed25c1f0cbec4f7e739dffa8448660b9bdb475fe
  Author: Mark Taylor <[log in to unmask]>
  Date:   2014-07-03 (Thu, 03 Jul 2014)

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

  Log Message:
  -----------
  topcat: fix CDS upload window to require table metadata

Now the Go button in this window is only enabled (and coverage
information displayed) when table metadata has been successfully
downloaded for the selected table.
Thomas Boch advises this is a reliable indicator of whether the
table can be successfully matched.


  Commit: 5d209b2ed4414804e6cf1c90696544c12ea2c2c3
      https://github.com/Starlink/starjava/commit/5d209b2ed4414804e6cf1c90696544c12ea2c2c3
  Author: Mark Taylor <[log in to unmask]>
  Date:   2014-07-03 (Thu, 03 Jul 2014)

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

  Log Message:
  -----------
  topcat: fix TAP load window to stay open by default

All table load dialogues by default are disposed when a table is loaded,
but you can change this behaviour with the "Stay Open" option.
For TAP it's usually pretty annoying for it to keep closing, so set
it pinned open by default.  Maybe I should do this for some other
load dialogues too?


  Commit: 13c5b7ec029bffd3c9a4e657c2890a22da1633d1
      https://github.com/Starlink/starjava/commit/13c5b7ec029bffd3c9a4e657c2890a22da1633d1
  Author: Mark Taylor <[log in to unmask]>
  Date:   2014-07-03 (Thu, 03 Jul 2014)

  Changed paths:
    M topcat/src/main/uk/ac/starlink/topcat/TopcatTapTableLoadDialog.java

  Log Message:
  -----------
  topcat: fix TAP load dialogue so it can be loaded early

The TAP constructor referenced the ControlWindow instance.
Moved that requirement to a later-invoked method so that the
dialogue could be invoked from the ControlWindow constructor.


  Commit: 4289ffb47c9807af7493ed196e2ec9a38b56a968
      https://github.com/Starlink/starjava/commit/4289ffb47c9807af7493ed196e2ec9a38b56a968
  Author: Mark Taylor <[log in to unmask]>
  Date:   2014-07-03 (Thu, 03 Jul 2014)

  Changed paths:
    M topcat/src/docs/figures/ControlWindow.gif
    M topcat/src/docs/figures/multishot-mini.gif
    M topcat/src/docs/multishot.gif
    M topcat/src/docs/sun253.xml
    M topcat/src/main/uk/ac/starlink/topcat/ControlWindow.java

  Log Message:
  -----------
  topcat: replace concatenate button in main toolbar with TAP

Concatenation is boring.  TAP is more powerful than you can possibly
imagine.  It deserves its place on the main toolbar.


  Commit: ac5819b4ea421e242960f32baae9139d78f97c75
      https://github.com/Starlink/starjava/commit/ac5819b4ea421e242960f32baae9139d78f97c75
  Author: Mark Taylor <[log in to unmask]>
  Date:   2014-07-03 (Thu, 03 Jul 2014)

  Changed paths:
    M topcat/src/docs/sun253.xml
    M topcat/src/main/uk/ac/starlink/topcat/join/UploadMatchPanel.java
    M ttools/src/main/uk/ac/starlink/ttools/task/CdsUploadSkyMatch.java

  Log Message:
  -----------
  ttools: increase default xmatch blocksize from 10k to 50k rows

Thomas Boch says it's OK.  Also improve documentation of this value.


  Commit: 51afc0b7511944ac37f130d826216097eefb3451
      https://github.com/Starlink/starjava/commit/51afc0b7511944ac37f130d826216097eefb3451
  Author: Mark Taylor <[log in to unmask]>
  Date:   2014-07-04 (Fri, 04 Jul 2014)

  Changed paths:
    M ttools/src/docs/sun256.xml
    M ttools/src/main/uk/ac/starlink/ttools/cone/SkyConeMatch2.java
    M ttools/src/main/uk/ac/starlink/ttools/task/CdsUploadSkyMatch.java

  Log Message:
  -----------
  ttools: rename cdsskymatch parameter sr->radius

Units are different from coneskymatch sr parameter, so it's a good idea
to have different names.  Also clarify units (arcsec) in usage message.


  Commit: 10905843ab2ba25ee45b1d67511940bf28da0f7e
      https://github.com/Starlink/starjava/commit/10905843ab2ba25ee45b1d67511940bf28da0f7e
  Author: Mark Taylor <[log in to unmask]>
  Date:   2014-07-04 (Fri, 04 Jul 2014)

  Changed paths:
    M table/build.xml
    M table/src/resources/uk/ac/starlink/table/stil.version

  Log Message:
  -----------
  table: STIL to v3.0-6


  Commit: a03064b26ee319342126c3de8e2f2b4fc1a2db40
      https://github.com/Starlink/starjava/commit/a03064b26ee319342126c3de8e2f2b4fc1a2db40
  Author: Mark Taylor <[log in to unmask]>
  Date:   2014-07-04 (Fri, 04 Jul 2014)

  Changed paths:
    M ttools/build.xml
    M ttools/src/docs/sun256.xml

  Log Message:
  -----------
  ttools: prepare for release v2.5-3


  Commit: 3cdbd45d548d18f3b4e13386f699f70b6d789680
      https://github.com/Starlink/starjava/commit/3cdbd45d548d18f3b4e13386f699f70b6d789680
  Author: Mark Taylor <[log in to unmask]>
  Date:   2014-07-04 (Fri, 04 Jul 2014)

  Changed paths:
    M topcat/build.xml
    M topcat/src/docs/sun253.xml

  Log Message:
  -----------
  topcat: prepare for release 4.2


Compare: https://github.com/Starlink/starjava/compare/70289ff50f72...3cdbd45d548d

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