HiPS Hierarchical Progressive Survey

Size: px
Start display at page:

Download "HiPS Hierarchical Progressive Survey"

Transcription

1 International Virtual Observatory Alliance HiPS Hierarchical Progressive Survey Version 1.0 IVOA Note 15 th October 2015 Previous version(s): None Authors: Pierre Fernique [CDS] Mark Allen [CDS] Thomas Boch [CDS] Daniel Durand [CADC] Laurent Michel [SSC-XMM] Jesus Salgado [ESAC] Felix Stoehr [ALMA] Editor: Pierre Fernique Abstract This note presents HiPS, a hierarchical scheme for the description, storage and access of sky survey data. The principle is based on hierarchical tiling of sky regions at finer and finer spatial resolution which facilitates a progressive view of a survey, and supports multi-resolution zooming and panning. HiPS uses the HEALPix tessellation of the sky as the basis for the scheme and is implemented

2 as a simple file structure with a direct indexing scheme that leads to practical implementations. Status of This Document This is an IVOA Note. This is the first release of this document. This is an IVOA Note expressing suggestions from and opinions of the authors. It is intended to share best practices, possible approaches, or other perspectives on interoperability with the Virtual Observatory. The document describes a standard created by IVOA partners and is not a formal IVOA standard. A list of current IVOA Recommendations and other technical documents can be found at Contents Table of Contents 1 Description, context and background 3 2 HiPS principle 3 3 HiPS directory structure HiPS tile format Image tile format Catalogue tile format Cube tile format Low resolution enablers Order omission Allsky preview file Meta data Properties file MOC file Metadata file index.html file HiPS access and distribution 12 References 12 Appendix A HiPS mirroring management 13 HiPS node, HiPS list 13 HiPS node registry 14 Global HIPS list 14 HiPS node mirroring policy 14 Appendix B Suggested client algorithms for displaying HiPS 16 Image HiPS 16 Catalog HiPS 16

3 1 Description, context and background A Hierarchical Progressive Survey, also called HiPS, allows a dedicated client/browser tool to access and display a survey progressively, based on the principle that the more you zoom in on a particular area the more details show up. The HiPS method is based on HEALPix sky tessellation. It maps a set of astronomical images into a collection of HEALPix tiles that are organized in a hierarchical way as directories and files. A HiPS may be published via a HTTP server without requiring any specific WEB services including CGI or data base setup. A HiPS browser displaying a such survey is able to directly access the tiles corresponding to the current user view, without the need of a data base access to locate the data. It just needs HEALPix lib for computing the list of HEALPix tile indices covering the current user view, and in this way, it can build the proper URLs and get the required tiles. HiPS has been designed for image surveys with the idea of preserving the scientific information (astrometry and photometry). However, various extensions are described in this note for other data types including astronomical source catalogues, collections of pointed mode observations like HST and three dimensional data cubes like radio-data. HiPS was originally designed by CDS in 2010 for the Aladin project. This method has rapidly overtaken its original scope. Several HiPS-aware clients are already available, notably Aladin Desktop and Aladin Lite from CDS ( MIZAR from CNES ( JUDO2 from JAXA ( MMI from ESAC (prototype phase). There are already several HiPS providers, notably CDS, SSC-XMMM, CADC, IRAP, IAS, JAXA, ESAC that represent hundreds of HiPS for several terabytes of data. The list of public HiPS data sets can be retreived from this URL: Two HiPS generator tools are already available: Hipsgen.jar dedicated to image and cube surveys, and Hipsgen-cat.jar dedicated to catalogues ( The full context and motivation of HiPS can be found in Fernique et al This note describes HiPS version HiPS principle HiPS is based on the HEALPix sky tessellation and is essentially a mapping of survey data at various spatial resolutions into a collection of HEALPix tiles. The choice of the HEALPix tessellation is described in the MOC IVOA standard 1.0 section 1.4.

4 HEALPix is a curvilinear partitioning of the sphere that supports a hierarchical tree structure for multi-resolution applications. The detailed geometry and properties of HEALPix are described in Górski et al. (2005). The HEALPix partitioning of the sphere has a base resolution that divides the sphere into 12 diamonds, each of which is sub-divided into 4 diamonds recursively. Thus the sphere at order 1 consists of 48 diamonds, 192 diamonds at order 2, 768 at order 3 and so on. Each diamond at a given level is covers an equal area of the sphere. Each HiPS tile corresponds to a HEALPix diamond fully identified by its HEALPix order and its diamond number in this order (NESTED numbering scheme cf REC MOC 1.0 section 2.2.2). 3 HiPS directory structure A HiPS stores all its tiles as a collection of files in directory tree. The structure of these directories follows the simple hierarchy: order tiles, by using respectively the prefix Norder for orders, and Npix for tiles. To avoid too large directories, the tiles are grouped by items, using the subdirectory prefix Dir. A HiPS follows this directory structure: Norder3 Dir0 Npix0 Norder6 Dir0 Npix0 Npix1 Dir10000 Npix10000

5 Note: The actual implementation of HiPS as directories and files is not an obligation, only the view as directories and files is required (see HiPS distribution section). Internally, a HiPS can be stored in a data base, or any other packaging method (tar or zip files ) rather than a simple file system directory structure. 3.1 HiPS tile format The contents of the HiPS tiles depends of the nature of the original survey: pixel arrays for an image survey, a catalog source list for catalog survey, cube arrays for a cube survey, vector arrays for polarization data, properties for localized meta-data (progenitors), etc. This note describes the file format dedicated to images, catalogs and cubes providing respectively Image HiPS, Catalogue HiPS, and Cube HiPS. A HiPS tile contains the data (pixels, catalog sources...) located on its sky area. The tile format depends on the survey data type: FITS, JPEG, PNG for image or cube surveys; TSV for catalogs Image tile format It would be impractical to access and transfer individual HEALPix pixels, so the HiPS scheme groups pixels into tiles as the basic unit of a map that is transferred when any of its pixels are needed. The specification of the tiles makes use of the hierarchical properties of HEALPix to define the tiles as the HEALPix pixels of a lower order HEALPix grid, so that both the tiles and the pixels within the tiles are described by the HEALPix geometry. So an image tile is a bitmap, containing NxN pixels, usually N=512. These pixels represent the HEALPix sub-orders of the tile (9th sub-order for N=512, ie 2^9). The method for evaluating these pixel values depends on the HiPS creation resampling algorithm to map the original image pixels into the HEALPix grid. It can be the nearest pixel, a bilinear interpolation or any other algorithm. Also, in case of overlapping original images, an average method, weighted or not, can be applied. Example. The pixel (0,0) of the tile Npix32 of the Order3 correspond to the original pixel located on the sky at the HEALPix position Npix(32*512*512) for the Order(3+9). Note: If the original data are provided natively as HEALPix maps (for instance PLANCK mission), there is no need to resample the original pixels, just to map them in the adequate tile location. Note: Inside a tile, the pixels are kept in the natural spatial ordering (and not in the HEALPix NESTED numbering ordering). This way, an image tile can be displayed as a first approximation - as a simple bitmap image.

6 An image tile can be stored in FITS format keeping the original full dynamic range of the data values. Tiles stored in JPEG format provide good file compression, and tiles stored in PNG format provides the capability to manage transparency. The tile file extension corresponds to the data type (respectively.fits,.jpg,.png). A HiPS can be delivered simultaneously in various formats (ex: FITS and JPEG), thus different types are then identified by their respective file extension Catalogue tile format A catalogue tile is a list of sources (i.e. an extraction of some rows from a given catalog). These sources are located on the sky in the corresponding HEALPix diamond. If the number of sources in a tile is bigger than a certain limit, the supplemental sources are stored in the 4 sub-tiles in the following order, and so on, recursively. This limit is not necessary a constant and depends of the algorithm to generate the HiPS for the catalog (i.e. local density, level, ). A catalog tile is stored in TSV (Tab Separated Value) with the extension.tsv. All tiles must have the same columns (i.e. the same column ordering). The first line is a header line providing the column names Cube tile format To produce HiPS for data cubes, each cube have to be split in separate frames, each frame corresponding to a slice in the third direction of the cube (Z-axis) and

7 have to be homogeneous for each data cube in a given collection to be able to generate a uniform HiPs. Each of the frame tiles has a suffix _n where n is the depth index within the cube. The tile name without the suffix corresponds to the first frame (depth = 0). In this way a HiPS client that is not HiPS-cube compatible will still be able to display at least the first frame of the HiPS cube as an HiPS image. As with HiPS images, the cube frame tiles can be in FITS, in JPEG and/or PNG format. 3.2 Low resolution enablers Even with the HiPS hierarchical tiling method, the spherical nature of astronomical surveys can be complex/slow to draw for large regions (> 30 deg) due to: The number of tiles required for drawing large regions, even at low HiPS order. The high level of distortion of these tiles with a basic/fast 4 corners bilinear drawing method. To facilitate the client drawing algorithm, the following improvements MAY be implemented for the first 4 lower orders [0..3]: Order omission The low orders: Order0 (12 tiles), Order1 (48 tiles), Order2 (192 tiles) MAY be simply omitted, meaning that the survey files are not provided at these low resolutions Allsky preview file At low orders (0 to 3), the tiles MAY be concatenated into a unique file called Allsky located in the NorderX corresponding directory. However the associated regular tiles do not need to be removed (for instance for basic HiPS clients). HiPS image Allsky: The Allsky file is built as an array of tiles, stored side by side in the natural spatial order. The width of this array is the square root of the number of the tiles of the order. For instance, the width of this array at order 3 is 27 ( (int)sqrt(768) ). To avoid too large Allsky file, the resolution of each tile can be reduced (typically 64x64 pixels rather than 512x512). HiPS catalog Allsky: All sources at the order may be stored in a unique file called Allsky. HiPS cube Allsky : The Allsky file adapted to HiPS cubes follows the same rule that regular cube frame tiles: it is divided in Allsky_nnn files

8 for providing each frame separately. Without suffix, the Allsky file corresponds to the frame Meta data Four additional elements MUST, SHOULD or MAY be used for specifying survey meta data: 1- in the properties file, 2 - in the MOC file, 3 - in the metadata file, 4 in the index.html file Properties file A file named properties, stored in the root of the HiPS directory structure MUST be provided for generic meta information such as identification, copyright, creation date, pixel range... The syntax is ASCII, one line per property, following the syntax KEY = value. Example: publisher_did = ivo://ssc/p/xmm/epic obs_title = XMM-Newton stacked EPIC images obs_ack = HE-Team (Strasbourg), SSC XMM-Newton obs_copyright = (c) ESA / SSC XMM-Newton obs_copyright_url = t_min = t_max = obs_regime = X-ray em_min = 1e-10 em_max = 6e-9 dataproduct_type = image moc_sky_fraction = hips_creation_date = T14:07Z hips_builder = Aladin/HipsGen v8.175 hips_version = 1.4 hips_release_date = T08:46Z hips_publisher = SSC XMM-Newton hips_frame = equatorial hips_order = 7 hips_tile_width = 512 hips_service_url = hips_status = public master clonable hips_tile_format = png fits The following keywords are mandatory: publisher_did, obs_title, hips_frame, hips_order, hips_tile_format, hips_version. The table below describes the list of available keywords. The vocabulary re-uses as far as possible the ObsCore IVOA vocabulary and syntax. This list is not limited and new keywords MAY be added if required. Some keywords MAY be repeated for specifying several values (cf. *) publisher_did Unique ID of the data set - Format : IVORN - Ex : ivo://cds/p/2mass/j

9 publisher_id obs_collection obs_title obs_description obs_ack prov_progenitor (*) bib_reference (*) bib_reference_url (*) obs_copyright obs_copyright_url obs_regime (*) data_ucd (*) Unique ID of the HiPS publisher Format : IVORN - Ex : ivo://cds Short name of original data set Format : one word Ex : 2MASS Data set title Format : free text, one line Ex : HST F110W observations Data set description Format : free text, one paragraph Acknowledgment mention. Provenance of the original data Format : free text Bibliographic reference URL to bibliographic reference Copyright mention Format : free text URL to a copyright mention General wavelength Format: radio, IR, optical, UV, EUV, X-ray, Gamma-ray UCD describing data contents hips_version Number of HiPS version Format : 1.4 hips_builder hips_publisher hips_creation_date hips_release_date hips_status hips_estsize hips_frame hips_order hips_order_min Name and version of the tool used for building the HiPS Format : free text Institute or person who built the HiPS Format : free text Ex : CDS (T.Boch) HiPS first creation date - Format : ISO 8601 => YYYY-mm-ddTHH:MMZ Last HiPS update date - Format : ISO 8601 => YYYY-mm-ddTHH:MMZ Mirror HiPS status Format : master, mirror, partial, private Default : master HiPS size estimation Format : integer Unit : KB Coordinate frame reference Format : equatorial, ecliptic, galactic No default => must be provided Highest HiPS order Format : integer Lowest HiPS order Format : integer hips_tile_width Tiles width in pixels Format : integer Default : 512 hips_tile_format List of available tile formats, blank separated. The first one is the default suggested to the client Format : jpeg, png, fits hips_pixel_cut Default pixel cut range (physical values) Format : min max Ex : hips_data_range Default data range (physical values) Format : min max Ex : hips_sampling hips_overlay Sampling applied for the HiPS generation Format : none, nearest, bilinear Pixel composition method applied on the image overlay region during HiPS generation Format : add, mean, first, border_fading, custom hips_skyval Sky background subtraction method applied during HiPS generation Format : none, hips_estimation, fits_keyword hips_pixel_bitpix data_pixel_bitpix dataproduct_type dataproduct_subtype hips_progenitor_url hips_cat_nrows hips_cube_depth Fits tile BITPIX code Format : -64, -32, 8, 16, 32, 64 (FITS convention) Original data BITPIX code - Format : -64, -32, 8, 16, 32, 64 (FITS convention) Type of data Format : image, cube, catalog, meta Subtype of data Format : color, live URL to an associated meta progenitor HiPS Number of rows of the HiPS catalog Format: integer Depth of the HiPS cube Format : integer hips_cube_firstframe Initial first index frame to display for a HiPS cube Format : integer Default : 0 data_cube_crpix3 Coef for computing physical canal value (see FITS doc) Format : real

10 data_cube_crval3 data_cube_cdelt3 data_cube_bunit3 hips_rgb_red Coef for computing physical canal value (see FITS doc) Format : real Coef for computing physical canal value (see FITS doc) Format : real Third axis unit (see FITS doc) Format : string Original HiPS red component parameters of a HiPS color composition Format: HipsID [cutlow cutmiddle cuthight TransferFunction] hips_rgb_green Original HiPS green component parameters of a HiPS color composition Format: HipsID [cutlow cutmiddle cuthight TransferFunction] hips_reg_blue hips_initial_ra hips_initial_dec hips_initial_fov hips_pixel_scale Original HiPS blue component parameters of a HiPS color composition Format: HipsID [cutlow cutmiddle cuthight TransferFunction] Default RA display position Format : real (ICRS frame) Unit : degrees Default DEC display position Format : real (ICRS frame) Unit : degrees Default display size Format : real Unit : degrees HiPS pixel angular resolution at the highest order Format : real Unit : degrees s_pixel_scale Best pixel angular resolution of the original images Format : real Unit : degrees t_min Start time of the observations Format : real Unit: MJD (*) t_max Stop time of the observations Format : real Unit: MJD (*) em_min em_max Start in spectral coordinates Format: real Unit: meters Stop in spectral coordinates Format: real Unit: meters client_category '/' separated keywords suggesting a display hierarchy to the client Ex : Image/InfraRed client_sort_key Sort key suggesting a display order to the client inside a «client_category» Format : free text Sort : alphanumeric addendum_did moc_sky_fraction In case of live HiPS, provider_did of the added HiPS (must be multiple) Fraction of the sky covers by the MOC associated to the HiPS Format : real between 0 and 1 (*) MJD can be easily computed from Unix time: MJD = (Unixtime / 86400) MOC file A file called Moc.fits, stored in the HiPS root, SHOULD be provided for specifying the coverage map of the survey. This file format and content have to follow the published IVOA MOC standard. The client can use it as a summary of the coverage of the HiPS and to hence avoid trying to load the tiles outside the coverage area of the HiPS. Note: As the MOC 1.0 standard only accepts equatorial system, the galactic or ecliptic HiPS, not covering all the sky, are presently provided without MOC Metadata file A file called metadata.xxx, stored in the HiPS root MAY be provided to specify the metadata information such as column description, FITS keywords. This information depends on the survey data type:

11 HiPS image: the meta data dictionary is stored as a FITS header keywords (FITS convention) in metadata.fits file for providing generic FITS header keywords. This file can be a simple FITS header, without any data value or could even be a regular FITS file from the original survey in order to capture the global metadata information of the survey in the second case the image array is simply ignored by the client. HiPS catalog: the meta data are stored in metadata.xml as a fully defined VOTable header (column descriptions, units, ucds, ). In this way all column information associated with the source tiles can be provided via the metadata file. HiPS cube: same as Hips image index.html file A file called index.html, stored in the HiPS root MAY be provided to offer a basic HTML presentation of the survey. This way, any WEB browser loading a given HiPS root directory (i.e. loading the index.html file) will display basic information on this HiPS.

12 4 HiPS access and distribution Some HiPS clients, notably Aladin Desktop, is able to display a local HiPS by using its root directory file name and by deriving the file names of the various HiPS components (tiles, properties, MOC etc.). However, the HiPS are generally used for remote access. For remote access, the distribution of HiPS is generally implemented via a classical HTTP server (apache or similar server). This is implemented by simply copying the HiPS directories and files onto the HTTP server. The HiPS can be distributed via HTTP and/or HTTPS protocol, freely available or protected by any authentication method supported by the http server. Since the remote client knows the base URL of a dedicated HiPS, it will be able to directly query the tiles and the various additional elements of the HiPS structure. Example: XMM-Newton EPIC HiPS URL: Tiles => baseurl/norder{o}/ndir{d}/npix{n}.{ext} where {O} is the order, {N} tile number, {D}={N}/10000, {ext} is fits, png,... ex: properties file => baseurl/properties ex: MOC file => baseurl/moc.fits ex: Allsky files => baseurl/norder{o}/allsky.{ext} where {O} is the order, {ext} is fits, jpg, png, ex: etc. Note: It is not mandatory to package the HiPS into a fixed number of files and directories. It is possible to store the same information using very different methods (like data base storage, etc..) and simply produce and fetched the right information when given the fixed format URL. References Gorski K. et al., HEALPix: A Framework for High-Resolution Discretization and Fast Analysis of Data Distributed on the Sphere, The Astrophysical Journal, Volume 622, Issue 2, pp , 2005ApJ G Fernique et al., Hierarchical progressive surveys. Multi-resolution HEALPix data structures for astronomical images, catalogues, and 3-dimensional data cubes, Astronomy & Astrophysics, Volume 578, p 114, 2015, 2015A&A...578A.114F IVOA MOC 1.0 REC:

13 Appendix A HiPS mirroring management Several astronomical institutes are deploying a such http HiPS server distributing their own HiPS, or mirrored HiPS from other sites. In this context, this appendix describes a minimal basic protocol for managing a HiPS site and the HiPS mirror mechanism based on the IVOA registry. HiPS node, HiPS list A HiPS node is a basic HTTP site which provides HiPS surveys. A HiPS node MUST implement one dedicated URL (static ASCII file or CGI, ) for publishing the list of HiPS surveys. This list is called the HiPS list of the node. The format of this list is directly derived from the properties file associated to each HiPS. It is a collection of ASCII records (key1 = property1\nkey1 = property2...) that are separated by blank lines and have the same syntax and vocabulary that HiPS properties file. The lines beginning with # are considered as comments. Each record MUST provided at least these properties: publisher_did, hips_release_date, hips_service_url, hips_status. Other properties MAY be provided: hips_order, hips_tile_format, hips_estsize, moc_sky_fraction,... See the previous table in the meta data section for property description. The table below describes two additional properties dedicated to HiPS node description: hips_service_url hips_status Base URL of the HiPS Status of the HiPS node Format: list of keywords: public private: allowed for all clients (public), or only for dedicated authorized clients (private) master mirror partial: original HiPS (master), full copy of HiPS (mirror), partial copy of HiPS (partial) clonable unclonable: HiPS mirroring allowed (clonable) or not (unclonable) Default: public master clonable Example: # Hipslist of HiPS node # Date: T13:42Z # Do not copy any HIPS with unclonable status! publisher_did hips_release_date hips_service_url hips_status = ivo://cadc/p/hst/f850lp/r3 = T12:00Z = = public master clonable

14 publisher_did = ivo://cdsp/2mass/h hips_release_date = T12:00Z hips_service_url = hips_status = public mirror unclonable hips_estsize = hips_order = 9 hips_tile_format = fits jpeg dataproduct_type = image moc_sky_fraction = 1 Note: There are no constraints for the HiPS list URL, but a default choice MAY be: where xxxx is the HTTP server hostname (ex: ) Help: This Perl script code: can be adapted in order to generate on the fly the hipslist from a list of HiPS directories. HiPS node registry The HiPS registry represents the list of available HiPS nodes and their associated HiPS list URLs. This role should be managed by the IVOA registry as a new registry capability pointing to the HiPS list of each HiPS node. Global HIPS list The global HiPS list is an URL providing the full list of available HiPS over all HiPS nodes, with all of its associated properties. This global HiPS list is designed to be used by HiPS clients. This role could be done by the IVOA registry directly, or by a dedicated server harvesting regularly the list of Hips lists provided by the VO registry. A prototype of a such server is already deployed at this address: This list is a collection of ASCII records (key1 = property1\nkey1 = property2...) blank line separated (same syntax and vocabulary that HiPS properties file). The lines beginning with # are considered as a comments. An alternative JSON syntax is also provided at this address: And a human readable alternative of this globalhipslist is provided at this URL : HiPS node mirroring policy FIRST OF ALL: BEFORE DOING ANY KIND OF COPY OF HIPS SURVEYS, THE INSTITUTE HOSTING YOUR HIPS NODE MUST HAVE THE AGREEMENT OF THE ORIGINAL DATA PROVIDER FOR COPYING THE

15 DATA PACKAGED AS HIPS AND/OR TO REDISTRIBUTE THE RESULTING MIRRORED HIPS. PLEASE CAREFULLY OBSERVE THE COPYRIGHT NOTICE OF EACH HIPS THAT YOU WOULD LIKE TO MIRROR. THE FACT THAT A COPY IS TECHNICALLY POSSIBLE DOES NOT MEAN THAT YOUR INSTITUTE OR YOURSELF ARE AUTHORIZED TO MAKE SUCH A COPY. After this legal prerequisite, any HiPS node can mirror a HiPS survey from other HiPS node on condition that the HiPS survey is described by the HiPS node list, and without the property hips_status = unclonable. There is no dedicated protocol for the mirroring process. It can be done via wget, rsync, Hipsgen (MIRROR action) or any other method used for synchronized HTTP web sites. A HiPS node which provides a copy of a HiPS survey MUST specify hips_status = mirror... for this HiPS. A HiPS node which provides a copy of a HiPS survey MUST NOT modify the hips_release_date of the master site in order to detect out of date copies. If the mirroring is partial (lower hips_order, or only a subset of tile formats), the node who has done the mirroring must specify in its HiPS list hips_status = partial, and adjust the relevant properties (hips_order, hips_tile_format), in the HiPS list and in the properties file of the concerned HiPS.

16 Appendix B Suggested client algorithms for displaying HiPS Image HiPS For a given region: 1. Compute the relevant HiPS order (one screen pixel should be cover by one tile pixel) 2. Compute the list of HEALPix tile numbers covering the region (HEALPix lib function) 3. Retrieve the corresponding tiles (locally or via the net) 4. Draw each tile on its sky projected location based on the 4 corner sky localizations (=> affine transformation), or based on more control points by subdividing each tile in sub HEALPix tiles for reducing the projection distorsions. Client display algorithm adaptation for taking into account Allsky preview files: the client/browser drawing a HiPS at very low resolution (whole sky area) should look first if a Allsky.xxx file is existing in the NorderX directory, and if yes, it should load it, split it as a very low resolution tile collection, and draw them. A client can decide to also use the regular individual NorderX tiles as an intermediate zoom level before drawing the Norder(X+1) tiles. Catalog HiPS For a given region: 1. From the lower order: 1. Compute the list of HEALPix tile numbers covering the region (HEALPix lib function) 2. Retrieve the corresponding tiles (locally or via the net) 3. Draw the sources inside the tiles (position on the sky and/or associated measurement information) 4. Continue with the next order if required (depending of the algorithm: number of drawn sources, order number compared to the view size ) Client display algorithm adaptation for taking into account Allsky preview files: the client/browser who must display a HiPS cat at very low resolution (whole sky area) should look first if a Allsky.xxx is existing in the NorderX, and if yes, it should load it and display the corresponding sources. In this case, the regular NorderX tiles must be ignored for avoiding duplicates sources.

HiPS Hierarchical Progressive Survey

HiPS Hierarchical Progressive Survey International Virtual Observatory Alliance HiPS Hierarchical Progressive Survey Version 1.0 IVOA Recommendation 19 th May 2017 This version: 1.0: Recommendation 2017-05-19 Previous version(s): 1.0: Proposed

More information

HiPS IVOA standard process

HiPS IVOA standard process IVOA standard process Interop may 2016 Cape Town South Africa Presented by Thomas Boch [CDS] Daniel Durand [CADC] Plan 1) Recap on 2) State of the art 3) Network 4) Progress towards an IVOA standard 5)

More information

Long-term management of 1000s of All-Sky reference data sets using the HiPS network

Long-term management of 1000s of All-Sky reference data sets using the HiPS network Long-term management of 1000s of All-Sky reference data sets using the HiPS network ADASS October 2016 - Trieste Présenté par P.Fernique, T.Boch, A. Oberto, M. Allen, D. Durand, K. Ebisawa, B. Merin, J.

More information

HiPS Progenitors. Small HiPS variation to trace provenance Durand, Fernique, Boch, Micol

HiPS Progenitors. Small HiPS variation to trace provenance Durand, Fernique, Boch, Micol HiPS Progenitors Small HiPS variation to trace provenance Durand, Fernique, Boch, Micol HiPS provenance: Rationale Access to the metadata of input images Easily done when creating HiPS tiles from collection

More information

Tutorial "Gaia in the CDS services" Gaia data Heidelberg June 19, 2018 Sébastien Derriere (adapted from Thomas Boch)

Tutorial Gaia in the CDS services Gaia data Heidelberg June 19, 2018 Sébastien Derriere (adapted from Thomas Boch) Tutorial "Gaia in the CDS services" Gaia data workshop @ Heidelberg June 19, 2018 Sébastien Derriere (adapted from Thomas Boch) Each section (numbered 1. to 6.) can be done independently. 1. Explore Gaia

More information

IVOA Spectral Energy Distribution (SED) Data Model

IVOA Spectral Energy Distribution (SED) Data Model International Virtual Observatory Alliance IVOA Spectral Energy Distribution (SED) Data Model Version 1.0 IVOA Working Draft, 2012 October 15 This version: WD-SEDDM-1.0-20121015 Previous version(s): http://www.ivoa.net/internal/ivoa/interopmay2011sed/seddm-20110515.pdf

More information

Use case: mapping sparse spatial data with TOPCAT

Use case: mapping sparse spatial data with TOPCAT Use case: mapping sparse spatial data with TOPCAT This use case describes a workflow related to large hyperspectral datasets. In this example you will use data from the VIRTIS/Rosetta experiment and study

More information

Exploiting Virtual Observatory and Information Technology: Techniques for Astronomy

Exploiting Virtual Observatory and Information Technology: Techniques for Astronomy Exploiting Virtual Observatory and Information Technology: Techniques for Astronomy Nicholas Walton AstroGrid Project Scientist Institute of Astronomy, The University of Cambridge Lecture #3 Goal: Applications

More information

Spectra & images in VizieR. Gilles Landais (CDS) Laurent Michel (OAS) Pierre Ocvirk (CDS)

Spectra & images in VizieR. Gilles Landais (CDS) Laurent Michel (OAS) Pierre Ocvirk (CDS) Spectra & images in VizieR Gilles Landais (CDS) Laurent Michel (OAS) Pierre Ocvirk (CDS) G.Landais (CDS) IVOA Capetown, 2016 Introduction An indexation service dedicated for associated data spectra, images,

More information

THE EUCLID ARCHIVE SYSTEM: A DATA-CENTRIC APPROACH TO BIG DATA

THE EUCLID ARCHIVE SYSTEM: A DATA-CENTRIC APPROACH TO BIG DATA THE EUCLID ARCHIVE SYSTEM: A DATA-CENTRIC APPROACH TO BIG DATA Rees Williams on behalf of A.N.Belikov, D.Boxhoorn, B. Dröge, J.McFarland, A.Tsyganov, E.A. Valentijn University of Groningen, Groningen,

More information

Large Scale Data Management of Astronomical Surveys with AstroSpark

Large Scale Data Management of Astronomical Surveys with AstroSpark Large Scale Data Management of Astronomical Surveys with AstroSpark Mariem BRAHEM 1,2, Karine ZEITOUNI 1, Laurent YEH 1 (1) DAVID Lab University of Versailles (2) CNES Centre National d Etudes Spatiale

More information

SIA V2 Analysis, Scope and Concepts. Alliance. Author(s): D. Tody (ed.), F. Bonnarel, M. Dolensky, J. Salgado (others TBA in next version)

SIA V2 Analysis, Scope and Concepts. Alliance. Author(s): D. Tody (ed.), F. Bonnarel, M. Dolensky, J. Salgado (others TBA in next version) International Virtual Observatory Alliance Simple Image Access Protocol V2 Analysis, Scope and Concepts Version 0.2 IVOA Note 2008 October 24 This version: ThisVersion-YYYYMMDD Latest version: http://www.ivoa.net/documents/latest/latest-version-name

More information

Focus Session on Multi-dimensional Data

Focus Session on Multi-dimensional Data Focus Session on Multi-dimensional Data Introduction Mark Allen, Joe Lazio IVOA Interoperability Meeting, ESAC, Madrid, May 20, 2014 CoSADIE Project Science Priority Areas Multi-dimensional Data image:

More information

ESA Science Archives Architecture Evolution. Iñaki Ortiz de Landaluce Science Archives Team 13 th Sept 2013

ESA Science Archives Architecture Evolution. Iñaki Ortiz de Landaluce Science Archives Team 13 th Sept 2013 ESA Science Archives Architecture Evolution Iñaki Ortiz de Landaluce Science Archives Team 13 th Sept 2013 Outline Introduction: ESA Science Archives Archives Architecture Evolution User Interfaces and

More information

P3e REPORT WRITER CREATING A BLANK REPORT

P3e REPORT WRITER CREATING A BLANK REPORT P3e REPORT WRITER CREATING A BLANK REPORT 1. On the Reports window, select a report, then click Copy. 2. Click Paste. 3. Click Modify. 4. Click the New Report icon. The report will look like the following

More information

VIRTUAL OBSERVATORY TECHNOLOGIES

VIRTUAL OBSERVATORY TECHNOLOGIES VIRTUAL OBSERVATORY TECHNOLOGIES / The Johns Hopkins University Moore s Law, Big Data! 2 Outline 3 SQL for Big Data Computing where the bytes are Database and GPU integration CUDA from SQL Data intensive

More information

CDS. André Schaaff1, François-Xavier Pineau1, Gilles Landais1, Laurent Michel2 de Données astronomiques de Strasbourg, 2SSC-XMM-Newton

CDS. André Schaaff1, François-Xavier Pineau1, Gilles Landais1, Laurent Michel2 de Données astronomiques de Strasbourg, 2SSC-XMM-Newton Docker @ CDS André Schaaff1, François-Xavier Pineau1, Gilles Landais1, Laurent Michel2 1Centre de Données astronomiques de Strasbourg, 2SSC-XMM-Newton Paul Trehiou Université de technologie de Belfort-Montbéliard

More information

Malaga workshop, May 2009

Malaga workshop, May 2009 DB multi-depth sky pixelization customizing MySQL with HEALPix and HTM - II Luciano Nicastro 1 & Giorgio Calderone 2 INAF-IASF, 1 Bologna, 2 Palermo Malaga workshop, 18-21 May 2009 Summary Introduction

More information

Virtual Observatory publication of interferometry simulations

Virtual Observatory publication of interferometry simulations Virtual Observatory publication of interferometry simulations Anita Richards, Paul Harrison JBCA, University of Manchester Francois Levrier LRA, ENS Paris Nicholas Walton, Eduardo Gonzalez-Solarez IoA,

More information

Prototype. Towards an AVO Interoperability. Mark Allen Françoise Genova CDS & the AVO Work Area 2 team:

Prototype. Towards an AVO Interoperability. Mark Allen Françoise Genova CDS & the AVO Work Area 2 team: Towards an AVO Interoperability Prototype Mark Allen Françoise Genova CDS & the AVO Work Area 2 team: C. Arviset (ESA) P. Didelon (SAP/Terapix) S. Garrington (Jodrell Bank) R. Mann (ROE) A. Micol (ESO-ECF)

More information

Velocity Cubes of Galaxies Discover /Propose /Extract SIAv2 /DataLink /AccessData

Velocity Cubes of Galaxies Discover /Propose /Extract SIAv2 /DataLink /AccessData Velocity Cubes of Galaxies Discover /Propose /Extract SIAv2 /DataLink /AccessData User Experience on Prototype Implementation José Enrique Ruiz Instituto de Astrofísica de Andalucía CSIC Fall 2014 IVOA

More information

The Virtual Observatory and the IVOA

The Virtual Observatory and the IVOA The Virtual Observatory and the IVOA The Virtual Observatory Emergence of the Virtual Observatory concept by 2000 Concerns about the data avalanche, with in mind in particular very large surveys such as

More information

Euclid Archive Science Archive System

Euclid Archive Science Archive System Euclid Archive Science Archive System Bruno Altieri Sara Nieto, Pilar de Teodoro (ESDC) 23/09/2016 Euclid Archive System Overview The EAS Data Processing System (DPS) stores the data products metadata

More information

CDS X-match service API

CDS X-match service API CDS X-match service API François-Xavier Pineau 1, Thomas Boch 1 1 CDS, Observatoire Astronomique de Strasbourg IVOA Interop, Heidelberg François-Xavier Pineau (CDS) CDS X-match API 14/05/2013 1 / 9 Intro

More information

Europlanet IDIS: Adapting existing VO building blocks to Planetary Sciences

Europlanet IDIS: Adapting existing VO building blocks to Planetary Sciences Europlanet IDIS: Adapting existing VO building blocks to Planetary Sciences B. Cecconi, LESIA, Observatoire de Paris, France Cospar-2012, Mysore EPN/IDIS Building a planetary VO prototype VO = Virtual

More information

Scientific File Formats

Scientific File Formats SLAC 6 October 2010 1 Introduction 2 3 4 Introduction: why files? Files contain many (most?) scientific data Files last for a long time Explosion in data more, bigger files Figure: Magnetic tape drive

More information

UNIVERSITY OF HAWAII AT MANOA Institute for Astrononmy

UNIVERSITY OF HAWAII AT MANOA Institute for Astrononmy Pan-STARRS Document Control PSDC-xxx-xxx-01 UNIVERSITY OF HAWAII AT MANOA Institute for Astrononmy Pan-STARRS Project Management System PS1 Postage Stamp Server System/Subsystem Description Grant Award

More information

Creating Compound Objects (Documents, Monographs Postcards, and Picture Cubes)

Creating Compound Objects (Documents, Monographs Postcards, and Picture Cubes) Creating Compound Objects (Documents, Monographs Postcards, and Picture Cubes) A compound object is two or more files bound together with a CONTENTdm-created XML structure. When you create and add compound

More information

PrototypeofaDiscoveryToolforQuerying Heterogeneous Services

PrototypeofaDiscoveryToolforQuerying Heterogeneous Services Astronomical Data Analysis Software and Systems VII ASP Conference Series, Vol. 145, 1998 R. Albrecht, R. N. Hook and H. A. Bushouse, eds. PrototypeofaDiscoveryToolforQuerying Heterogeneous Services D.

More information

Building reports using the Web Intelligence HTML Report Panel

Building reports using the Web Intelligence HTML Report Panel Building reports using the Web Intelligence HTML Report Panel Building reports using the Web Intelligence HTML Report Panel Copyright 2008 Business Objects. All rights reserved. Business Objects owns the

More information

THE EUCLID ARCHIVE SYSTEM: A DATA-CENTRIC APPROACH TO BIG DATA

THE EUCLID ARCHIVE SYSTEM: A DATA-CENTRIC APPROACH TO BIG DATA THE EUCLID ARCHIVE SYSTEM: A DATA-CENTRIC APPROACH TO BIG DATA Sara Nieto on behalf of B.Altieri, G.Buenadicha, J. Salgado, P. de Teodoro European Space Astronomy Center, European Space Agency, Spain O.R.

More information

QDA Miner. Addendum v2.0

QDA Miner. Addendum v2.0 QDA Miner Addendum v2.0 QDA Miner is an easy-to-use qualitative analysis software for coding, annotating, retrieving and reviewing coded data and documents such as open-ended responses, customer comments,

More information

Observation Data Model Core Components and its Implementation in the Table Access Protocol

Observation Data Model Core Components and its Implementation in the Table Access Protocol International Virtual Observatory Alliance Observation Data Model Core Components and its Implementation in the Table Access Protocol Version 1.0 IVOA Proposed Recommendation, May 2 2011 This version:

More information

Saada builds databases from data files. A Java layer on the top of an RDBMS

Saada builds databases from data files. A Java layer on the top of an RDBMS Saada builds databases from data files No Code to write Storage of heterogeneous dataset Can host multiple data collections Meta-data tagging (ucd, units ) «by hand» Acces by Web interface or VO protocols

More information

LizardTech. Express Server 9. ExpressZip Manual

LizardTech. Express Server 9. ExpressZip Manual LizardTech Express Server 9 ExpressZip Manual Copyright 2009 2014 Celartem Inc. d.b.a. LizardTech. All rights reserved. Information in this document is subject to change without notice. The software described

More information

ADQL/s Syntax (Proposal)

ADQL/s Syntax (Proposal) ADQL/s Syntax (Proposal) - towards unification of ADQL, SIAP, SSAP, SXAP... - Yuji SHIRASAKI yuji.shirasaki@nao.ac.jp National Astronomical Observatory of Japan JVO Objective of this talk Establish a unified

More information

Design and Implementation of the Japanese Virtual Observatory (JVO) system Yuji SHIRASAKI National Astronomical Observatory of Japan

Design and Implementation of the Japanese Virtual Observatory (JVO) system Yuji SHIRASAKI National Astronomical Observatory of Japan Design and Implementation of the Japanese Virtual Observatory (JVO) system Yuji SHIRASAKI National Astronomical Observatory of Japan 1 Introduction What can you do on Japanese Virtual Observatory (JVO)?

More information

Simple Line Access Protocol. Version 0.6. Draft Document 09 May Abstract. International. Virtual. Observatory. Alliance

Simple Line Access Protocol. Version 0.6. Draft Document 09 May Abstract. International. Virtual. Observatory. Alliance International Virtual Observatory Alliance Simple Line Access Protocol Version 0.6 Draft Document 09 May 2007 This version: 0.6 09May2007 Latest version: http://www.ivoa.net/documents/latest/latest-version-name

More information

RASTER ANALYSIS GIS Analysis Winter 2016

RASTER ANALYSIS GIS Analysis Winter 2016 RASTER ANALYSIS GIS Analysis Winter 2016 Raster Data The Basics Raster Data Format Matrix of cells (pixels) organized into rows and columns (grid); each cell contains a value representing information.

More information

Simple Image Access Protocol. Version 2.0 (WD-SIAP ) IVOA Working Draft 2009 November 4. International. Virtual. Observatory.

Simple Image Access Protocol. Version 2.0 (WD-SIAP ) IVOA Working Draft 2009 November 4. International. Virtual. Observatory. International Virtual Observatory Alliance Simple Image Access Protocol Version 2.0 (WD-SIAP-2.0-20091104) IVOA Working Draft 2009 November 4 This version: WD-SIAP-2.0-20091104 Latest version: WD-SIAP-2.0-20091104

More information

Web Programming Paper Solution (Chapter wise)

Web Programming Paper Solution (Chapter wise) Introduction to web technology Three tier/ n-tier architecture of web multitier architecture (often referred to as n-tier architecture) is a client server architecture in which presentation, application

More information

Case Study: CyberSKA - A Collaborative Platform for Data Intensive Radio Astronomy

Case Study: CyberSKA - A Collaborative Platform for Data Intensive Radio Astronomy Case Study: CyberSKA - A Collaborative Platform for Data Intensive Radio Astronomy Outline Motivation / Overview Participants / Industry Partners Documentation Architecture Current Status and Services

More information

CERTIFICATE IN WEB PROGRAMMING

CERTIFICATE IN WEB PROGRAMMING COURSE DURATION: 6 MONTHS CONTENTS : CERTIFICATE IN WEB PROGRAMMING 1. PROGRAMMING IN C and C++ Language 2. HTML/CSS and JavaScript 3. PHP and MySQL 4. Project on Development of Web Application 1. PROGRAMMING

More information

CFU RASTER FORMAT SPECIFICATION

CFU RASTER FORMAT SPECIFICATION Name: "MyNav CFU format" Version: 1 MyNav compatibility: v6.3.0.0 and above Date of publishing: November 18 th, 2010 Introduction CFU RASTER FORMAT SPECIFICATION The MyNav raster format is compatible with

More information

IBM Rational Rhapsody Gateway Add On. Customization Guide

IBM Rational Rhapsody Gateway Add On. Customization Guide Customization Guide Rhapsody IBM Rational Rhapsody Gateway Add On Customization Guide License Agreement No part of this publication may be reproduced, transmitted, stored in a retrieval system, nor translated

More information

Desktop Studio: Charts. Version: 7.3

Desktop Studio: Charts. Version: 7.3 Desktop Studio: Charts Version: 7.3 Copyright 2015 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not be copied or derived from,

More information

v1.4, 7/1/2017 EPN-TAP services: Virtis / Venus Express demo S. Erard, B. Cecconi, P. Le Sidaner, F. Henry, R. Savalle, C. Chauvin

v1.4, 7/1/2017 EPN-TAP services: Virtis / Venus Express demo S. Erard, B. Cecconi, P. Le Sidaner, F. Henry, R. Savalle, C. Chauvin v1.4, 7/1/2017 EPN-TAP services: Virtis / Venus Express demo S. Erard, B. Cecconi, P. Le Sidaner, F. Henry, R. Savalle, C. Chauvin Go to VESPA web site http://vespa.obspm.fr - Check "All VO" to access

More information

Tutorial files are available from the Exelis VIS website or on the ENVI Resource DVD in the image_reg directory.

Tutorial files are available from the Exelis VIS website or on the ENVI Resource DVD in the image_reg directory. Image Registration Tutorial In this tutorial, you will use the Image Registration workflow in different scenarios to geometrically align two overlapping images with different viewing geometry and different

More information

Mastering phpmyadmiri 3.4 for

Mastering phpmyadmiri 3.4 for Mastering phpmyadmiri 3.4 for Effective MySQL Management A complete guide to getting started with phpmyadmin 3.4 and mastering its features Marc Delisle [ t]open so 1 I community experience c PUBLISHING

More information

Kendo UI. Builder by Progress : Using Kendo UI Designer

Kendo UI. Builder by Progress : Using Kendo UI Designer Kendo UI Builder by Progress : Using Kendo UI Designer Copyright 2017 Telerik AD. All rights reserved. December 2017 Last updated with new content: Version 2.1 Updated: 2017/12/22 3 Copyright 4 Contents

More information

Version

Version Version History Date Version Release Update Description 2014-11-05 0 1 0 Fisrt draft bases on previous GTC initiatives 2015-05-04 0 3 9 Working document up till version 0.3.9 2015-05-13 0 4 0 Working document.

More information

VAPE Virtual observatory Aided Publishing for Education

VAPE Virtual observatory Aided Publishing for Education VAPE Virtual observatory Aided Publishing for Education http://ia2-edu.oats.inaf.it:8080/vape VAPE is an application for the publication of educational data in the Virtual Observatory (VO). VAPE has been

More information

Management Reports Centre. User Guide. Emmanuel Amekuedi

Management Reports Centre. User Guide. Emmanuel Amekuedi Management Reports Centre User Guide Emmanuel Amekuedi Table of Contents Introduction... 3 Overview... 3 Key features... 4 Authentication methods... 4 System requirements... 5 Deployment options... 5 Getting

More information

Roxen Content Provider

Roxen Content Provider Roxen Content Provider Generation 3 Templates Purpose This workbook is designed to provide a training and reference tool for placing University of Alaska information on the World Wide Web (WWW) using the

More information

How to create a prototype

How to create a prototype Adobe Fireworks Guide How to create a prototype In this guide, you learn how to use Fireworks to combine a design comp and a wireframe to create an interactive prototype for a widget. A prototype is a

More information

Thermo Scientific. GRAMS Envision. Version 2.1. User Guide

Thermo Scientific. GRAMS Envision. Version 2.1. User Guide Thermo Scientific GRAMS Envision Version 2.1 User Guide 2013 Thermo Fisher Scientific Inc. All rights reserved. Thermo Fisher Scientific Inc. provides this document to its customers with a product purchase

More information

OSKAR Settings Files Revision: 8

OSKAR Settings Files Revision: 8 OSKAR Settings Files Version history: Revision Date Modification 1 212-4-23 Creation. 2 212-5-8 Added default value column to settings tables. 3 212-6-13 Updated settings for version 2..2-beta. 4 212-7-27

More information

Business Intelligence and Reporting Tools

Business Intelligence and Reporting Tools Business Intelligence and Reporting Tools Release 1.0 Requirements Document Version 1.0 November 8, 2004 Contents Eclipse Business Intelligence and Reporting Tools Project Requirements...2 Project Overview...2

More information

Desktop Studio: Charts

Desktop Studio: Charts Desktop Studio: Charts Intellicus Enterprise Reporting and BI Platform Intellicus Technologies info@intellicus.com www.intellicus.com Working with Charts i Copyright 2011 Intellicus Technologies This document

More information

Mail & Deploy Reference Manual. Version 2.0.5

Mail & Deploy Reference Manual. Version 2.0.5 Mail & Deploy Reference Manual Version 2.0.5 Introduction TABLE OF CONTENTS Introduction... 4 General Introduction... 5 Architecture... 6 Server... 6 Repository... 6 Client... 6 Contact Us... 7 Server...

More information

Page Delivery Service User Guide

Page Delivery Service User Guide Harvard University Library Office for Information Systems Page Delivery Service User Guide The Page Delivery Service (PDS) delivers to a web browser scanned page images of books, diaries, reports, journals

More information

Technology for the Virtual Observatory. The Virtual Observatory. Toward a new astronomy. Toward a new astronomy

Technology for the Virtual Observatory. The Virtual Observatory. Toward a new astronomy. Toward a new astronomy Technology for the Virtual Observatory BRAVO Lecture Series, INPE, Brazil July 23-26, 2007 1. Virtual Observatory Summary 2. Service Architecture and XML 3. Building and Using Services 4. Advanced Services

More information

RASTER ANALYSIS GIS Analysis Fall 2013

RASTER ANALYSIS GIS Analysis Fall 2013 RASTER ANALYSIS GIS Analysis Fall 2013 Raster Data The Basics Raster Data Format Matrix of cells (pixels) organized into rows and columns (grid); each cell contains a value representing information. What

More information

Quality assurance in the ingestion of data into the CDS VizieR catalogue and data services

Quality assurance in the ingestion of data into the CDS VizieR catalogue and data services Quality assurance in the ingestion of data into the CDS VizieR catalogue and data services VizieR Staff and contributors: Astronomers: P.Ocvirk, C. Bot, S.Derriere, A.Nebot Engineers: G.Landais, T.Boch,

More information

Archives Building System Infrastructure: Re-engineering ESA Space Based Missions' Archives ABSTRACT

Archives Building System Infrastructure: Re-engineering ESA Space Based Missions' Archives ABSTRACT Archives Building System Infrastructure: Re-engineering ESA Space Based Missions' Archives P. Osuna (1), J. Salgado (1), I. Ortiz (1), C. Arviset (1) (1) ESA-ESAC PoBox 78, 28691 Villanueva de la Cañada,

More information

CALUMMA Management Tool User Manual

CALUMMA Management Tool User Manual CALUMMA Management Tool User Manual CALUMMA Management Tool Your Data Management SIMPLIFIED. by RISC Software GmbH The CALUMMA system is a highly adaptable data acquisition and management system, for complex

More information

Identifier in VO Paris Data Centre

Identifier in VO Paris Data Centre Identifier in VO Paris Data Centre Pierre Le Sidaner Jonathan Normand Jerome Berthier Observatoire de Paris IVOA Interop - Strasbourg, May 2009 1 Status Identifier in the resources o Clearly define in

More information

This tutorial illustrates how to use TracePro for the analysis of LCD Back Lights. The steps include:

This tutorial illustrates how to use TracePro for the analysis of LCD Back Lights. The steps include: Requirements Models: None Properties: None Editions: TracePro Expert Introduction This tutorial illustrates how to use TracePro for the analysis of LCD Back Lights. The steps include: Generating a solid

More information

ALMA REMOTE MINING EXPERIMENT ARTEMIX. Yaye Awa Ba, Philippe. Salomé, Michel. Caillat (LERMA) with credits to : L. Loria, N.

ALMA REMOTE MINING EXPERIMENT ARTEMIX. Yaye Awa Ba, Philippe. Salomé, Michel. Caillat (LERMA) with credits to : L. Loria, N. ALMA REMOTE MINING EXPERIMENT Yaye Awa Ba, Philippe. Salomé, Michel. Caillat (LERMA) with credits to : L. Loria, N. Kasradze Archive and Data Mining Goals (i) Search by products not by instrumental configuration

More information

Ray Tracing Acceleration Data Structures

Ray Tracing Acceleration Data Structures Ray Tracing Acceleration Data Structures Sumair Ahmed October 29, 2009 Ray Tracing is very time-consuming because of the ray-object intersection calculations. With the brute force method, each ray has

More information

mosaic_mask.pl David Makovoz, 04/30/04 Version 1.2 Table of Contents

mosaic_mask.pl David Makovoz, 04/30/04 Version 1.2 Table of Contents mosaic_mask.pl mosaic_mask.pl David Makovoz, 4/3/4 Version. Table of Contents mosaic_mask.pl... Overview.... Input Image Requirements... Input and Output.... Input Data.... Namelist Configuration file...

More information

Million Book Universal Library Project :Manual for Metadata Capture, Digitization, and OCR

Million Book Universal Library Project :Manual for Metadata Capture, Digitization, and OCR Million Book Universal Library Project :Manual for Metadata Capture, Digitization, and OCR Gabrielle V. Michalek, editor. Carnegie Mellon University. May 7, 2003 2 Table of Contents Data Production...3

More information

VI. Corente Services Client

VI. Corente Services Client VI. Corente Services Client Corente Release 9.1 Manual 9.1.1 Copyright 2014, Oracle and/or its affiliates. All rights reserved. Table of Contents Preface... 5 I. Introduction... 6 II. Corente Client Configuration...

More information

Resource Metadata for the Virtual Observatory Version 1.12

Resource Metadata for the Virtual Observatory Version 1.12 International Virtual Observatory Alliance Resource Metadata for the Virtual Observatory Version 1.12 IVOA Proposed Recommendation 2006 December 12 This version: http://www.ivoa.net/documents/pr/resmetadata/rm-20061212.html

More information

EPN-TAP services : VIRTIS-VENUS EXPRESS

EPN-TAP services : VIRTIS-VENUS EXPRESS EPN-TAP services : VIRTIS-VENUS EXPRESS Virtis / Venus Express demo Authors Change Log Steps Reference Authors S. Erard, B. Cecconi, P. Le Sidaner, F. Henry, R. Savalle, C. Chauvin Change Log Version Name

More information

Tzunami Deployer Lotus Notes Exporter Guide

Tzunami Deployer Lotus Notes Exporter Guide Tzunami Deployer Lotus Notes Exporter Guide Version 2.5 Copyright 2010. Tzunami Inc. All rights reserved. All intellectual property rights in this publication are owned by Tzunami, Inc. and protected by

More information

OUZO for indexing sets

OUZO for indexing sets OUZO for indexing sets Accelerating queries to sets with GIN, GiST, and custom indexing extensions Markus Nullmeier Zentrum für Astronomie der Universität Heidelberg Astronomisches Rechen-Institut mnullmei@ari.uni.heidelberg.de

More information

Creating Web Pages with SeaMonkey Composer

Creating Web Pages with SeaMonkey Composer 1 of 26 6/13/2011 11:26 PM Creating Web Pages with SeaMonkey Composer SeaMonkey Composer lets you create your own web pages and publish them on the web. You don't have to know HTML to use Composer; it

More information

ibase Manager Net Admin Guide 2005 ibase

ibase Manager Net Admin Guide 2005 ibase ibase Manager Net Admin Guide 1 ibase Manager Net Table of Contents Section 1 Welcome to the ibase Manager Net Admin Help 3 Section 2 Purpose 3 Section 3 Copyright 3 Section 4 Disclaimer 3 Section 5 Main

More information

Page Content. Inserting Text To add text to your document, you can type the text directly or use Cut or Copy and Paste or Paste Special.

Page Content. Inserting Text To add text to your document, you can type the text directly or use Cut or Copy and Paste or Paste Special. This section describes how to add content to your pages including text, Microsoft Office documents, images, Flash, and other media content. Inserting Text To add text to your document, you can type the

More information

Fastening Review Overview Basic Tasks DMU Fastening Review Interoperability Workbench Description Customizing Index

Fastening Review Overview Basic Tasks DMU Fastening Review Interoperability Workbench Description Customizing Index Fastening Review Overview Conventions Basic Tasks Displaying Joined Parts in a Balloon Running the Fastening Rules Analysis Reporting Creating Structural Reports Creating Flat Reports DMU Fastening Review

More information

Libraries. Multi-Touch. Aero Peek. Sema Foundation 10 Classes 2 nd Exam Review ICT Department 5/22/ Lesson - 15

Libraries. Multi-Touch. Aero Peek. Sema Foundation 10 Classes 2 nd Exam Review ICT Department 5/22/ Lesson - 15 10 Classes 2 nd Exam Review Lesson - 15 Introduction Windows 7, previous version of the latest version (Windows 8.1) of Microsoft Windows, was produced for use on personal computers, including home and

More information

Progress Report. Ian Evans On behalf of the Chandra Source Catalog Project Team. Chandra Users Committee Meeting October 25, 2010

Progress Report. Ian Evans On behalf of the Chandra Source Catalog Project Team. Chandra Users Committee Meeting October 25, 2010 Progress Report Ian Evans On behalf of the Chandra Source Catalog Project Team Chandra Users Committee Meeting October 25, 2010 Executive Summary Summary Catalog version 1.1 was released on 2010 Aug 10

More information

ATTACHED BINARY OBJECT DATA STANDARD

ATTACHED BINARY OBJECT DATA STANDARD ATTACHED BINARY OBJECT DATA STANDARD Standard No.: EX000006.1 January 6, 2006 This standard has been produced through the Environmental Data Standards Council (EDSC). The Environmental Data Standards Council

More information

Selective Space Structures Manual

Selective Space Structures Manual Selective Space Structures Manual February 2017 CONTENTS 1 Contents 1 Overview and Concept 4 1.1 General Concept........................... 4 1.2 Modules................................ 6 2 The 3S Generator

More information

Galaxie Photodiode Array Software

Galaxie Photodiode Array Software Varian, Inc. 2700 Mitchell Drive Walnut Creek, CA 94598-1675/USA Galaxie Photodiode Array Software User s Guide Varian, Inc. 2002-2006 03-914950-00:6 Table of Contents Introduction... 3 General... 3 PDA

More information

Solo 4.6 Release Notes

Solo 4.6 Release Notes June9, 2017 (Updated to include Solo 4.6.4 changes) Solo 4.6 Release Notes This release contains a number of new features, as well as enhancements to the user interface and overall performance. Together

More information

SAS Web Report Studio 3.1

SAS Web Report Studio 3.1 SAS Web Report Studio 3.1 User s Guide SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2006. SAS Web Report Studio 3.1: User s Guide. Cary, NC: SAS

More information

Using SAP NetWeaver Business Intelligence in the universe design tool SAP BusinessObjects Business Intelligence platform 4.1

Using SAP NetWeaver Business Intelligence in the universe design tool SAP BusinessObjects Business Intelligence platform 4.1 Using SAP NetWeaver Business Intelligence in the universe design tool SAP BusinessObjects Business Intelligence platform 4.1 Copyright 2013 SAP AG or an SAP affiliate company. All rights reserved. No part

More information

4. If you are prompted to enable hardware acceleration to improve performance, click

4. If you are prompted to enable hardware acceleration to improve performance, click Exercise 1a: Creating new points ArcGIS 10 Complexity: Beginner Data Requirement: ArcGIS Tutorial Data Setup About creating new points In this exercise, you will use an aerial photograph to create a new

More information

v1.0, 18/3/2017 EPN-TAP services: Spectroscopy S. Erard, B. Cecconi, P. Le Sidaner, C. Chauvin

v1.0, 18/3/2017 EPN-TAP services: Spectroscopy S. Erard, B. Cecconi, P. Le Sidaner, C. Chauvin v1.0, 18/3/2017 EPN-TAP services: Spectroscopy S. Erard, B. Cecconi, P. Le Sidaner, C. Chauvin Go to VESPA web site http://vespa.obspm.fr - Check "All VO" to access public data services - Enter search

More information

Talend Component tgoogledrive

Talend Component tgoogledrive Talend Component tgoogledrive Purpose and procedure This component manages files on a Google Drive. The component provides these capabilities: 1. Providing only the client for other tgoogledrive components

More information

TUTORIAL: CREATING A SCANNABLE SURVEY Part 1: Bubble Publishing Form Shop

TUTORIAL: CREATING A SCANNABLE SURVEY Part 1: Bubble Publishing Form Shop TUTORIAL: CREATING A SCANNABLE SURVEY Part 1: Bubble Publishing Form Shop OVERVIEW Bubble Publishing Form Shop is a tool for designing and printing professional quality, OMR (optical mark read) surveys.

More information

Chapter 6 Storage Management File-System Interface 11.1

Chapter 6 Storage Management File-System Interface 11.1 Chapter 6 Storage Management File-System Interface 11.1 Chapter 6: File-System Interface File Concept Access Methods Disk and Directory Structure File-System Mounting File Sharing Protection 11.2 Objectives

More information

Thermo Scientific. GRAMS Envision. Version 2.0. User Guide. Revision A

Thermo Scientific. GRAMS Envision. Version 2.0. User Guide. Revision A Thermo Scientific GRAMS Envision Version 2.0 User Guide Revision A 2010 Thermo Fisher Scientific Inc. All rights reserved. Thermo Fisher Scientific Inc. provides this document to its customers with a product

More information

This course is designed for anyone who needs to learn how to write programs in Python.

This course is designed for anyone who needs to learn how to write programs in Python. Python Programming COURSE OVERVIEW: This course introduces the student to the Python language. Upon completion of the course, the student will be able to write non-trivial Python programs dealing with

More information

Setting Up Resources in VMware Identity Manager

Setting Up Resources in VMware Identity Manager Setting Up Resources in VMware Identity Manager VMware Identity Manager 2.7 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

Report Designer Report Types Table Report Multi-Column Report Label Report Parameterized Report Cross-Tab Report Drill-Down Report Chart with Static

Report Designer Report Types Table Report Multi-Column Report Label Report Parameterized Report Cross-Tab Report Drill-Down Report Chart with Static Table of Contents Report Designer Report Types Table Report Multi-Column Report Label Report Parameterized Report Cross-Tab Report Drill-Down Report Chart with Static Series Chart with Dynamic Series Master-Detail

More information

Developer Cockpit. Introduction 1. Prerequisites 2. Application Lifecycle in MindSphere 3. User interfaces "Developer Cockpit" 4

Developer Cockpit. Introduction 1. Prerequisites 2. Application Lifecycle in MindSphere 3. User interfaces Developer Cockpit 4 Introduction 1 Prerequisites 2 Application Lifecycle in MindSphere 3 System Manual User interfaces "Developer Cockpit" 4 User rights in "Developer Cockpit" 5 Workflow of Developer Cockpit 6 Develop applications

More information

Greece s Collaborative Ground Segment Initiatives

Greece s Collaborative Ground Segment Initiatives Greece s Collaborative Ground Segment Initiatives Dr Haris KONTOES, Prof Kanaris Tsinganos National Observatory of Athens Dr Xenofon Tsilimparis, GRNET (GEANT) The oldest Greek/SE European Research Institution:

More information