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/starlink] 0ebcf8: smurf: Indent continuation of multi-line prototype

From:

GitHub <[log in to unmask]>

Reply-To:

Starlink development <[log in to unmask]>

Date:

Thu, 31 Oct 2013 12:27:28 -0700

Content-Type:

multipart/mixed

Parts/Attachments:

Parts/Attachments

text/plain (213 lines)

  Branch: refs/heads/master
  Home:   https://github.com/Starlink/starlink
  Commit: 0ebcf80e9890cc630541fdce6251cc09c7c94a96
      https://github.com/Starlink/starlink/commit/0ebcf80e9890cc630541fdce6251cc09c7c94a96
  Author: Graham Bell <[log in to unmask]>
  Date:   2013-10-31 (Thu, 31 Oct 2013)

  Changed paths:
    M applications/smurf/libsmf/jsatiles.h

  Log Message:
  -----------
  smurf: Indent continuation of multi-line prototype


  Commit: e40540fc960006e1548ef684f374b00d589d6d3b
      https://github.com/Starlink/starlink/commit/e40540fc960006e1548ef684f374b00d589d6d3b
  Author: Graham Bell <[log in to unmask]>
  Date:   2013-10-31 (Thu, 31 Oct 2013)

  Changed paths:
    M applications/smurf/libsmf/smf_jsatile.c
    M applications/smurf/libsmf/smf_jsatileheader.c
    M applications/smurf/libsmf/smf_jsatilei2xy.c
    M applications/smurf/libsmf/smf_jsatiles_data.c
    M applications/smurf/libsmf/smf_jsatiles_region.c
    M applications/smurf/libsmf/smf_jsatilexy2i.c
    M applications/smurf/libsmurf/smurf_tileinfo.c
    M applications/smurf/smurf.ifd.in

  Log Message:
  -----------
  smurf: Use zero-based numbering for JSA tiles


  Commit: afaf5f3aac403d8af3e53fef3de4dd346e630475
      https://github.com/Starlink/starlink/commit/afaf5f3aac403d8af3e53fef3de4dd346e630475
  Author: Graham Bell <[log in to unmask]>
  Date:   2013-10-31 (Thu, 31 Oct 2013)

  Changed paths:
    M applications/smurf/libsmf/jsatiles.h
    M applications/smurf/libsmf/smf_jsatileheader.c
    M applications/smurf/libsmf/smf_jsatilei2xy.c
    M applications/smurf/libsmf/smf_jsatiling.c

  Log Message:
  -----------
  smurf: Refer to HEALPix facets as such

This is to avoid confusion between HPX (the FITS algorithm
code) and HEALPix itself (the scheme).


  Commit: 5899c365f15c516c2a71793fe1ef5984ba9e0614
      https://github.com/Starlink/starlink/commit/5899c365f15c516c2a71793fe1ef5984ba9e0614
  Author: Graham Bell <[log in to unmask]>
  Date:   2013-10-31 (Thu, 31 Oct 2013)

  Changed paths:
    M applications/smurf/libsmf/smf_jsatilei2xy.c

  Log Message:
  -----------
  smurf: Correct spelling of the


  Commit: 820b99e29bd0b83e3174bce08081d90b0b244d2b
      https://github.com/Starlink/starlink/commit/820b99e29bd0b83e3174bce08081d90b0b244d2b
  Author: Graham Bell <[log in to unmask]>
  Date:   2013-10-31 (Thu, 31 Oct 2013)

  Changed paths:
    M applications/smurf/libsmf/smf_jsatilei2xy.c

  Log Message:
  -----------
  smurf: Correct JSA x,y tile indices from i2xy

The documentation says that the xt and yt values returned
by smf_jsatilei2xy are zero-based, but they were having
one added to them.


  Commit: 4b490f469e6cfb5a825953b0ea5f0b0e93287e33
      https://github.com/Starlink/starlink/commit/4b490f469e6cfb5a825953b0ea5f0b0e93287e33
  Author: Graham Bell <[log in to unmask]>
  Date:   2013-10-31 (Thu, 31 Oct 2013)

  Changed paths:
    M applications/smurf/libsmf/jsatiles.h
    M applications/smurf/libsmf/smf_jsatileheader.c
    M applications/smurf/libsmf/smf_jsatilei2xy.c
    M applications/smurf/libsmf/smf_jsatiles_region.c

  Log Message:
  -----------
  smurf: Remove duplicate JSA tile i2xy code

The smf_jsatileheader function can use smf_jsatilei2xy
to convert tile numbers to x and y coordinates. This
required the addition of the tile index return parameter
to smf_jsatilei2xy which also prevents the lower left
tile being split.  If necessary this behaviour could be
controlled by a separate parameter.  Since smf_jsatilei2xy
checks that the tile number is valid, smf_jsatileheader
need no longer do so.


  Commit: 7ed1e14dca3da66d3efb15e3a9abf86306ecb21c
      https://github.com/Starlink/starlink/commit/7ed1e14dca3da66d3efb15e3a9abf86306ecb21c
  Author: Graham Bell <[log in to unmask]>
  Date:   2013-10-31 (Thu, 31 Oct 2013)

  Changed paths:
    M applications/smurf/libsmf/smf_jsatileheader.c
    M applications/smurf/libsmf/smf_jsatilei2xy.c
    M applications/smurf/libsmf/smf_jsatilexy2i.c
    M applications/smurf/libsmurf/smurf_tilelist.c

  Log Message:
  -----------
  smurf: Index JSA tile facets as defined by HEALPix

The HEALPix paper (Gorsky et. al. 2005 ApJ 622, 759) defines the
numbering scheme to be used for the base resolution pixels (facets).
This commit adjusts the numbering of the facets to follow this
scheme.  This is the first step towards numbering the JSA
tiles using the HEALPix nested numbering scheme, which was
an action item from the JSA meeting of 2013-10-28.


  Commit: 5a515ff12ea8f45f9dc425280aa024bc227bc39f
      https://github.com/Starlink/starlink/commit/5a515ff12ea8f45f9dc425280aa024bc227bc39f
  Author: Graham Bell <[log in to unmask]>
  Date:   2013-10-31 (Thu, 31 Oct 2013)

  Changed paths:
    M applications/smurf/libsmf/smf_jsatileheader.c
    M applications/smurf/libsmf/smf_jsatilei2xy.c
    M applications/smurf/libsmf/smf_jsatilexy2i.c
    M applications/smurf/libsmurf/smurf_tilelist.c

  Log Message:
  -----------
  smurf: Nested indexing of JSA tiles within facets

The tiles within each HEALPix base resolution pixel (facet)
are now numbered using the nested scheme described in the
HEALPix paper.  The offsets north-east and north-west from
the southern corner of the facet are represented by the
even (including 0th) and odd bits respectively.  This,
together with the previous commit, completes the action
item from the JSA meeting on 2013-10-28 of applying the
standard HEALPix nested numbering scheme to the JSA tiles.


  Commit: 2ca8f2f37abb6c8fd795f1974dbc8436c6a35d26
      https://github.com/Starlink/starlink/commit/2ca8f2f37abb6c8fd795f1974dbc8436c6a35d26
  Author: Graham Bell <[log in to unmask]>
  Date:   2013-10-31 (Thu, 31 Oct 2013)

  Changed paths:
    M applications/smurf/libsmf/smf_jsatiles_region.c

  Log Message:
  -----------
  smurf: Skip bad tile values in initial region mesh

This commit prevents bad values being stored in the KeyMap
used by smf_jsatiles_region if they are present in the
initial mesh of tile numbers.  This prevents an error when
the values are subsequently fetched from the KeyMap
and passed to smf_jsatilei2xy.


  Commit: eacf7361429c01774862b894b1422e075887a152
      https://github.com/Starlink/starlink/commit/eacf7361429c01774862b894b1422e075887a152
  Author: Graham Bell <[log in to unmask]>
  Date:   2013-10-31 (Thu, 31 Oct 2013)

  Changed paths:
    M applications/smurf/libsmf/smf_jsatilexy2i.c

  Log Message:
  -----------
  smurf: Check for -ve tile coords before division

In smf_jsatilexy2i the x and y indices of the tile in the
all-sky map must be checked before dividing by the number
of pixels per side of a facet.  Otherwise small negative
numbers become zero upon integer division, and coordinates
within one facet below or to the left of the valid area
are not rejected, leading to the generation of spurious
tile indices.


  Commit: 511d1de3bb085fb70ca80132f7bc61bc87a69852
      https://github.com/Starlink/starlink/commit/511d1de3bb085fb70ca80132f7bc61bc87a69852
  Author: Graham Bell <[log in to unmask]>
  Date:   2013-10-31 (Thu, 31 Oct 2013)

  Changed paths:
    M applications/smurf/libsmf/smf_jsatiles_region.c

  Log Message:
  -----------
  smurf: Correct comment about tile region keymap


Compare: https://github.com/Starlink/starlink/compare/3b639fce6e1e...511d1de3bb08

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