|
|
|
|
|
|
|
|
|
|
|
|
|
|
]>
|
]>
|
|
|
|
|
(C) E.Bertin and C.Marmo IAP/CNRS/UPMC 2005-2010
|
# sextractor.xsl
|
********************************************************************** -->
|
#
|
|
# Global XSL template
|
|
#
|
|
#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
#
|
|
# This file part of: SExtractor
|
|
#
|
|
# Copyright: (C) 2005-2010 IAP/CNRS/UPMC
|
|
#
|
|
# Authors: Emmanuel Bertin (IAP)
|
|
#
|
|
# License: GNU General Public License
|
|
#
|
|
# SExtractor is free software: you can redistribute it and/or modify
|
|
# it under the terms of the GNU General Public License as published by
|
|
# the Free Software Foundation, either version 3 of the License, or
|
|
# (at your option) any later version.
|
|
# SExtractor is distributed in the hope that it will be useful,
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
# GNU General Public License for more details.
|
|
# You should have received a copy of the GNU General Public License
|
|
# along with SExtractor. If not, see .
|
|
#
|
|
# Last modified: 11/10/2010
|
|
#
|
|
#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
p {
|
p {
|
font-family: sans-serif;
|
font-family: sans-serif;
|
}
|
}
|
p.italic {font-style: italic}
|
p.italic {font-style: italic}
|
body {
|
body {
|
margin: 10px;
|
margin: 10px;
|
background-color: #e0e0e0;
|
background-color: #e0e0e0;
|
background-image: url("http://astromatic.net/xsl/body_bg.jpg");
|
background-image: url("http://astromatic.net/xsl/body_bg.jpg");
|
background-repeat: repeat-x;
|
background-repeat: repeat-x;
|
background-position: top;
|
background-position: top;
|
min-width:662px;
|
min-width:662px;
|
}
|
}
|
mono {font-family: monospace}
|
mono {font-family: monospace}
|
elmin {color: green }
|
elmin {color: green }
|
elmax {color: red }
|
elmax {color: red }
|
elen {
|
elen {
|
font-family: monospace;
|
font-family: monospace;
|
font-weight: bold;
|
font-weight: bold;
|
color: green
|
color: green
|
}
|
}
|
el {
|
el {
|
font-family: monospace;
|
font-family: monospace;
|
font-size: 100%;
|
font-size: 100%;
|
color: black;
|
color: black;
|
}
|
}
|
elm {
|
elm {
|
font-family: monospace;
|
font-family: monospace;
|
font-size: 67%;
|
font-size: 67%;
|
white-space: nowrap;
|
white-space: nowrap;
|
}
|
}
|
elh {font-family: monospace;
|
elh {font-family: monospace;
|
font-size: 120%;
|
font-size: 120%;
|
}
|
}
|
elhi {
|
elhi {
|
font-family: monospace;
|
font-family: monospace;
|
font-size: 100%;
|
font-size: 100%;
|
white-space: nowrap;
|
white-space: nowrap;
|
font-weight: normal;
|
font-weight: normal;
|
font-style: italic;
|
font-style: italic;
|
}
|
}
|
a {text-decoration: none; font-style: bold; color: #476674}
|
a {text-decoration: none; font-style: bold; color: #476674}
|
a:hover {text-decoration: underline;}
|
a:hover {text-decoration: underline;}
|
#header {
|
#header {
|
padding: 5px;
|
padding: 5px;
|
min-width: 662px;
|
min-width: 662px;
|
background-image: url("http://astromatic.net/xsl/astromaticleft.png");
|
background-image: url("http://astromatic.net/xsl/astromaticleft.png");
|
background-repeat: repeat-x;
|
background-repeat: repeat-x;
|
background-position: left top;
|
background-position: left top;
|
text-align: left;
|
text-align: left;
|
font-size: 1.2em;
|
font-size: 1.2em;
|
margin: 0 0 30px 0;
|
margin: 0 0 30px 0;
|
color:#d3e7f0;
|
color:#d3e7f0;
|
font-weight: bold;
|
font-weight: bold;
|
}
|
}
|
hr {
|
hr {
|
background-color:#9ABBCA;
|
background-color:#9ABBCA;
|
border-bottom:1px solid #FFFFFF;
|
border-bottom:1px solid #FFFFFF;
|
border-left:1px solid #9ABBCA;
|
border-left:1px solid #9ABBCA;
|
border-right:0 none;
|
border-right:0 none;
|
border-top:0 none;
|
border-top:0 none;
|
height:2px;
|
height:2px;
|
}
|
}
|
th {
|
th {
|
background-color:#d3e7f0;
|
background-color:#d3e7f0;
|
border-top: 1px solid white;
|
border-top: 1px solid white;
|
border-left: 1px solid white;
|
border-left: 1px solid white;
|
border-right: 1px solid #476674;
|
border-right: 1px solid #476674;
|
border-bottom: 1px solid #476674;
|
border-bottom: 1px solid #476674;
|
-moz-border-radius: 3px;
|
-moz-border-radius: 3px;
|
-khtml-border-radius: 3px;
|
-khtml-border-radius: 3px;
|
-webkit-border-radius: 3px;
|
-webkit-border-radius: 3px;
|
border-radius: 3px;
|
border-radius: 3px;
|
padding: 2px;
|
padding: 2px;
|
line-height: 12px;
|
line-height: 12px;
|
}
|
}
|
td {
|
td {
|
background-color:#f2f4f4;
|
background-color:#f2f4f4;
|
padding-left: 2px;
|
padding-left: 2px;
|
padding-right: 2px;
|
padding-right: 2px;
|
}
|
}
|
table.sortable {
|
table.sortable {
|
border-top: 1px solid #476674;
|
border-top: 1px solid #476674;
|
border-left: 1px solid #476674;
|
border-left: 1px solid #476674;
|
border-right: 1px solid white;
|
border-right: 1px solid white;
|
border-bottom: 1px solid white;
|
border-bottom: 1px solid white;
|
-moz-border-radius: 3px;
|
-moz-border-radius: 3px;
|
-khtml-border-radius: 3px;
|
-khtml-border-radius: 3px;
|
-webkit-border-radius: 3px;
|
-webkit-border-radius: 3px;
|
border-radius: 3px;
|
border-radius: 3px;
|
}
|
}
|
table.sortable a.sortheader {
|
table.sortable a.sortheader {
|
background-color:#d3e7f0;
|
background-color:#d3e7f0;
|
font-weight: bold;
|
font-weight: bold;
|
font-size: 80%;
|
font-size: 80%;
|
text-decoration: none;
|
text-decoration: none;
|
display: button;
|
display: button;
|
}
|
}
|
|
|
table.sortable span.sortarrow {
|
table.sortable span.sortarrow {
|
color: black;
|
color: black;
|
font-weight: bold;
|
font-weight: bold;
|
text-decoration: blink;
|
text-decoration: blink;
|
}
|
}
|
table.sortable a.sortheader.sub {vertical-align: sub}
|
table.sortable a.sortheader.sub {vertical-align: sub}
|
|
|
|
|
|
|
Processing summary on at
|
Processing summary on at
|
|
|
|
|
|
|
|
|
Processing summary
|
Processing summary
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
started on
|
started on
|
|
|
at
|
at
|
|
|
with
|
with
|
|
|
threads
|
threads
|
|
|
|
|
|
|
(run time:
|
(run time:
|
|
|
|
|
|
|
|
|
select='concat(string(floor($duration div 3600)),
|
select='concat(string(floor($duration div 3600)),
|
" h ", format-number(floor(($duration div 60) mod 60.0), "00"),
|
" h ", format-number(floor(($duration div 60) mod 60.0), "00"),
|
" min")'/>
|
" min")'/>
|
|
|
|
|
|
|
|
|
|
|
select='concat(format-number(floor($duration div 60),"##"),
|
select='concat(format-number(floor($duration div 60),"##"),
|
" min ", format-number(floor($duration mod 60.0), "00")," s")'/>
|
" min ", format-number(floor($duration mod 60.0), "00")," s")'/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
)
|
)
|
|
|
by user
|
by user
|
from
|
from
|
in
|
in
|
|
|
|
|
|
|
An Error occured!!!
|
An Error occured!!!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Source List ↓
|
Source List ↓
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Parameter List ↓
|
Parameter List ↓
|
|
|
| Parameter Name |
|
| Parameter Name |
|
| Description |
|
| Description |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Summary Table on Output Catalog ↓
|
Summary Table on Output Catalog ↓
|
|
|
| Extension |
|
| Extension |
|
| Ext.Header |
|
| Ext.Header |
|
| Date |
|
| Date |
|
| Time |
|
| Time |
|
| Duration |
|
| Duration |
|
| Detected Source Number |
|
| Detected Source Number |
|
| Sextracted Source Number |
|
| Sextracted Source Number |
|
| Image ID |
|
| Image ID |
|
| Mean Background |
|
| Mean Background |
|
| Sigma Background |
|
| Sigma Background |
|
| Detection Threshold |
|
| Detection Threshold |
|
| Weight Scaling |
|
| Weight Scaling |
|
| Pixel Scale |
|
| Pixel Scale |
|
| Epoch |
|
| Epoch |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
H
|
H
|
|
|
|
|
-
|
-
|
|
|
|
|
|
|
|
|
|
|
H
|
H
|
|
|
|
|
-
|
-
|
|
|
|
|
|
|
|
|
|
|
|
|
H
|
H
|
|
|
|
|
-
|
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Configuration File:
|
Configuration File:
|
|
|
↓
|
↓
|
|
|
| Config Parameter |
|
| Config Parameter |
|
| Value |
|
| Value |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Command Line ↓
|
Command Line ↓
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Warnings (limited to the last 100) ↓
|
Warnings (limited to the last 100) ↓
|
|
|
| Date |
|
| Date |
|
| Time |
|
| Time |
|
| Message |
|
| Message |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|