Joining VOtables with information to execute Sextractor, Galfit and Ellipse.
Created: 2012-08-13 11:03:33
Last updated: 2013-03-08 12:09:08
This workflow join 14 votables, obtained from the workflow "Extract SDSS field information and PSF" in order to get a only one votable with all the information. Also it adds the columns "zp" and "magzeropoint" that are calculated from values provided in the inputs. The zp is -( aa + kk * airmass ) and the magzeropoint is zp + 2.5 * log10(53.907456)
Preview
Run
Run this Workflow in the Taverna Workbench...
Workflow Components
Authors (1)
Titles (1)
Joining VOtables with information to execute Sextractor, Galfit and Ellipse. |
Descriptions (1)
This workflow join 14 votables, obtained from the workflow "Extract SDSS field information and PSF" in order to get a only one votable with all the information. Also it adds the columns "zp" and "magzeropoint" that are calculated from values provided in the inputs. The zp is -( aa + kk * airmass ) and the magzeropoint is zp + 2.5 * log10(53.907456) |
Dependencies (0)
Inputs (14)
Name |
Description |
image |
VOtable with the list of image paths
|
band |
VOtable with the list of characters (g,r,i,u,z) indicating the band of imaga of this specific row
|
filenames |
VOTable with the list of paths needed to execute Sextractor, Galfit and Ellipse
|
psf |
VOTable with the list of psf file paths
|
ra |
VOTable with the list of Right Ascension coordinates
|
dec |
VOTable with the list of Declination coordinate.
|
satur_level |
VOTable with the value list of saturation level (from SDSS)
|
gain |
VOTable with the value list of Gain Averaged over Amplifiers (from SDSS)
|
nx |
VOtable with the value list of NAXIS1
|
ny |
VOTable with the value list of NAXIS2
|
bar |
VOTable with a list of 1s or 0s, indicanting if the galaxy of the corresponding row is barred or not
|
aa |
VOtable with the value list of aa (Zero-point extracted from SDSS).
|
kk |
VOtable with the value list of kk (Extinction coefficient extracted from SDSS).
|
air |
VOtable with the value list of airmass (from SDSS).
|
Processors (19)
Name |
Type |
Description |
tjoin |
tjoin |
|
tjoin_2 |
tjoin |
|
tjoin_3 |
tjoin |
|
tjoin_4 |
tjoin |
|
tjoin_5 |
tjoin |
|
tjoin_6 |
tjoin |
|
tjoin_7 |
tjoin |
|
tjoin_8 |
tjoin |
|
tjoin_9 |
tjoin |
|
tjoin_10 |
tjoin |
|
tjoin_11 |
tjoin |
|
tjoin_12 |
tjoin |
|
tjoin_13 |
tjoin |
|
Add_Column |
tpipe |
|
zp_value |
stringconstant |
Valuezp |
expression_value |
stringconstant |
Value-( aa + kk * airmass ) |
Add_Column_2 |
tpipe |
|
magZeropoint_value |
stringconstant |
Valuemag_zeropoint |
expression_value_1 |
stringconstant |
Valuezp + 2.5 * log10(53.907456) |
Outputs (1)
Name |
Description |
votable |
VOtable with all the information needed to execute Sextractor, Galfit and ellipse.
The columns of this votable are:
- image: Path of the fits image
- band: Band (g,r,i,z,u) of the image
- cat: File path where sextractor results is allocated.
- sex: File path where the sextractor config file is allocated (one for each galaxy).
- sexparam: File path for general sextractor configuration file (the same for all the galaxies)
- checkimage_name: File path where the sextractor image result is allocated
- galfit: File path where the input for the first galfit execution is allocated.
- galfit_exp: File path where the output for the first galfit execution is allocated.
- galfit2nd: File path where the input for the second galfit execution is allocated.
- galfitgal: File path where the output for the second galfit execution is allocated.
- model: File path where the galfit image result is allocated.
- ellip_tab: File path where the output for the first ellipse execution is allocated.
- ellip_resultheader: File path that contains the column descriptions for the ellipse results (first iteration).
- ellip_resultdata: File path that contains an ascii table with the ellipse results (first iteration).
- ellip_tab2: File path where the output for the second ellipse execution is allocated.
- ellip_resultheader2: File path that contains the column descriptions for the ellipse results (second iteration).
- ellip_resultdata2: File path that contains an ascii table with the ellipse results (second iteration).
- ellip_script1: File path where python the script that is used run pyraf is allocated (first iteration)
- ellip_script2: File path where python the script that is used run pyraf is allocated (second iteration)
- ellip_plot: File path where the plot that represent galfit and ellipse results is allocated.
- psf: Path of the psf file
- ra: Right ascension
- dec: Declination
- saturation: saturation level
- gain:Gain Averaged over Amplifiers
- nx :NAXIS1
- ny: NAXIS2
- bar: 1 or 0, indicating if the galaxy is barred or not.
- aa: Zero-point
- kk: Extinction coefficient
- airmass: Airmass for star at frame center (mid exposure)
- zp: it is calculated as -( aa + kk * airmass )
- mag_zeropoint: It is calculated as zp + 2.5 * log10(53.907456)
|
Datalinks (33)
Source |
Sink |
image |
tjoin:votable1 |
band |
tjoin:votable2 |
tjoin:outputFileOut |
tjoin_2:votable1 |
filenames |
tjoin_2:votable2 |
tjoin_2:outputFileOut |
tjoin_3:votable1 |
psf |
tjoin_3:votable2 |
ra |
tjoin_4:votable2 |
tjoin_3:outputFileOut |
tjoin_4:votable1 |
tjoin_4:outputFileOut |
tjoin_5:votable1 |
dec |
tjoin_5:votable2 |
tjoin_5:outputFileOut |
tjoin_6:votable1 |
satur_level |
tjoin_6:votable2 |
tjoin_6:outputFileOut |
tjoin_7:votable1 |
gain |
tjoin_7:votable2 |
tjoin_7:outputFileOut |
tjoin_8:votable1 |
nx |
tjoin_8:votable2 |
tjoin_8:outputFileOut |
tjoin_9:votable1 |
ny |
tjoin_9:votable2 |
tjoin_9:outputFileOut |
tjoin_10:votable1 |
bar |
tjoin_10:votable2 |
tjoin_10:outputFileOut |
tjoin_11:votable1 |
aa |
tjoin_11:votable2 |
tjoin_11:outputFileOut |
tjoin_12:votable1 |
kk |
tjoin_12:votable2 |
tjoin_12:outputFileOut |
tjoin_13:votable1 |
air |
tjoin_13:votable2 |
tjoin_13:outputFileOut |
Add_Column:voTable |
zp_value:value |
Add_Column:nameNewCol |
expression_value:value |
Add_Column:expression |
Add_Column:outputTable |
Add_Column_2:voTable |
magZeropoint_value:value |
Add_Column_2:nameNewCol |
expression_value_1:value |
Add_Column_2:expression |
Add_Column_2:outputTable |
votable |
Uploader
License
All versions of this Workflow are
licensed under:
Version 1 (earliest)
(of 3)
Credits (1)
(People/Groups)
Attributions (0)
(Workflows/Files)
None
Shared with Groups (0)
None
Featured In Packs (0)
None
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 (0)
No comments yet
Log in to make a comment