Coordinate units conversion
Created: 2013-04-12 18:12:58
Last updated: 2013-04-22 12:11:41
Snippet showing how to use AstroTaverna tool for coordinate units conversion. The input is a VOTable with three columns: SourceName, RA_J2000, DEC_J2000 in units degrees. Two conversions are performed on the coordinates for Right Ascension, first from degrees to radians, and a second one from radians to RA hours:minutes:seconds. Choices on the units to convert from and to may be set up in service configuration: right click on box "Coordinate units conversion".
Preview
Run
Run this Workflow in the Taverna Workbench...
Workflow Components
Authors (1)
Titles (1)
Coordinate units conversion |
Descriptions (1)
Snippet showing how to use AstroTaverna tool for coordinate units conversion. The input is a VOTable with three columns: SourceName, RA_J2000, DEC_J2000 in units degrees. Two conversions are performed on the coordinates for Right Ascension, first from degrees to radians, and a second one from radians to RA hours:minutes:seconds. Choices on the units to convert from and to may be set up in service configuration: right click on box "Coordinate units conversion". |
Dependencies (0)
Inputs (1)
Name |
Description |
VOTable |
Initial VOTable
|
Processors (6)
Name |
Type |
Description |
Degrees_to_Radians |
tpipe |
|
nameColumn_value |
stringconstant |
ValueRA_J2000 |
nameNewCol_value |
stringconstant |
ValueRA_Radians |
Radians_to_Hms |
tpipe |
|
nameColumn_value_1 |
stringconstant |
ValueRA_Radians |
nameNewCol_value_1 |
stringconstant |
ValueRA_Hms |
Outputs (1)
Name |
Description |
UnitsConvertedVOTable |
|
Datalinks (7)
Source |
Sink |
nameColumn_value:value |
Degrees_to_Radians:nameColumn |
nameNewCol_value:value |
Degrees_to_Radians:nameNewCol |
VOTable |
Degrees_to_Radians:voTable |
Degrees_to_Radians:outputTable |
Radians_to_Hms:voTable |
nameColumn_value_1:value |
Radians_to_Hms:nameColumn |
nameNewCol_value_1:value |
Radians_to_Hms:nameNewCol |
Radians_to_Hms:outputTable |
UnitsConvertedVOTable |
Uploader
License
All versions of this Workflow are
licensed under:
Version 1 (earliest)
(of 3)
Credits (0)
(People/Groups)
None
Attributions (0)
(Workflows/Files)
None
Shared with Groups (0)
None
Featured In Packs (2)
Log in to add to one of your Packs
Attributed By (0)
(Workflows/Files)
None
Favourited By (0)
No one
Statistics
Other workflows that use similar services
(0)
There are no workflows in myExperiment that use similar services to this Workflow.
Comments (1)
Log in to make a comment
Example Input data saved to
http://www.myexperiment.org/files/1160.html
Can be used to test CommandLine