<?xml version="1.0" encoding="UTF-8"?>
<!-- note that to be able to validate this document the RegistryInterface-v0.1.xsd needs to have the VOCEA.xsd schema included -->
<VOResources xmlns:vg="http://www.ivoa.net/xml/VORegistry/v0.3" xmlns:vt="http://www.ivoa.net/xml/VOTable/v0.1" xmlns:cea="http://www.ivoa.net/xml/CEAService/v0.2" xmlns:ceab="http://www.ivoa.net/xml/CEA/base/v0.2" xmlns:agpd="http://www.ivoa.net/xml/CEA/parameters/v0.2" xmlns="http://www.ivoa.net/xml/RegistryInterface/v0.1" xmlns:vr="http://www.ivoa.net/xml/VOResource/v0.10" xmlns:vs="http://www.ivoa.net/xml/VODataService/v0.5" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<Resource xsi:type="cea:CeaApplication">
		<vr:title>SExtractor Application</vr:title>
		<vr:shortName>SExtractor</vr:shortName>
		<vr:identifier>ivo://org.astrogrid/SExtractor</vr:identifier>
		<vr:curation>
			<vr:publisher>
		Astrogrid</vr:publisher>
			<vr:version>2.3.2</vr:version>
			<vr:contact>
				<vr:name>Paul Harrison</vr:name>
				<vr:email>pah@jb.man.ac.uk</vr:email>
			</vr:contact>
		</vr:curation>
		<vr:content> 
			<vr:description>Sextractor</vr:description>
			<vr:referenceURL>http://terapix.iap.fr/cplt/oldSite/soft/sextractor/</vr:referenceURL>
		</vr:content>
		<cea:ApplicationDefinition>
			<cea:Parameters>
				<cea:ParameterDefinition name="DetectionImage" type="FITS">
					<agpd:UI_Name>Detection Image</agpd:UI_Name>
					<agpd:UI_Description>The image that is used to detect sources. Basic position, shape and size informtaion is derived from this image</agpd:UI_Description>
				</cea:ParameterDefinition>
				<cea:ParameterDefinition name="PhotoImage" type="FITS">
					<agpd:UI_Name>Measurement Image</agpd:UI_Name>
					<agpd:UI_Description>The Image that is used to measure photometric parameters</agpd:UI_Description>
				</cea:ParameterDefinition>
				<cea:ParameterDefinition name="config_file" type="binary">
					<agpd:UI_Name>Configuration File</agpd:UI_Name>
					<agpd:UI_Description>File containing the main configuration parameters for SExtractor</agpd:UI_Description>
				</cea:ParameterDefinition>
				<cea:ParameterDefinition name="PARAMETERS_NAME" type="text">
					<agpd:UI_Name>Parameter File</agpd:UI_Name>
					<agpd:UI_Description>A File containing the list of catalogue paramters that should be computed</agpd:UI_Description>
				</cea:ParameterDefinition>
				<cea:ParameterDefinition name="CATALOG_NAME" type="VOTable">
					<agpd:UI_Name>Derived output catalogue</agpd:UI_Name>
					<agpd:UI_Description>The catalogue of images derived from the input images</agpd:UI_Description>
				</cea:ParameterDefinition>
				<cea:ParameterDefinition name="CHECKIMAGE_TYPE" type="text">
					<agpd:UI_Name>Check image</agpd:UI_Name>
					<agpd:OptionList>
						<agpd:OptionVal>NONE</agpd:OptionVal>
						<agpd:OptionVal>BACKGROUND</agpd:OptionVal>
						<agpd:OptionVal>MINIBACKGROUND</agpd:OptionVal>
						<agpd:OptionVal>-BACKGROUND</agpd:OptionVal>
						<agpd:OptionVal>OBJECTS</agpd:OptionVal>
						<agpd:OptionVal>-OBJECTS</agpd:OptionVal>
						<agpd:OptionVal>SEGMENTATION</agpd:OptionVal>
						<agpd:OptionVal>APERTURES</agpd:OptionVal>
						<agpd:OptionVal>FILTERED</agpd:OptionVal>
					</agpd:OptionList>
				</cea:ParameterDefinition>
			</cea:Parameters>
			<cea:Interfaces>
				<ceab:Interface name="Simple">
					<ceab:input>
						<ceab:pref ref="DetectionImage"/>
						<ceab:pref ref="PhotoImage"/>
						<ceab:pref ref="config_file"/>
						<ceab:pref ref="PARAMETERS_NAME"/>
					</ceab:input>
					<ceab:output>
						<ceab:pref ref="CATALOG_NAME"/>
					</ceab:output>
					<ceab:description>Default interface that only exposes a small set of the possible parameters</ceab:description>
				</ceab:Interface>
			</cea:Interfaces>
		</cea:ApplicationDefinition>
	</Resource>
	<Resource xsi:type="cea:CeaService">
		<vr:title>CommandLineExecutionController</vr:title>
		<vr:shortName>CLEC1</vr:shortName>
		<vr:identifier>ivo://org.astrogrid/CommandLineExecutionController1</vr:identifier>
		<vr:curation>
			<vr:publisher>Astrogrid</vr:publisher>
			<vr:creator>
				<vr:name>Paul Harrison</vr:name>
			</vr:creator>
			<vr:contributor>
			Noel Winstanley
			</vr:contributor>
			<vr:date>2004-02-02</vr:date>
			<vr:contact>
				<vr:name>Paul Harrison</vr:name>
				<vr:email>pah@jb.man.ac.uk</vr:email>
			</vr:contact>
		</vr:curation>
		<vr:content>
			<vr:subject>Common Execution Architecture</vr:subject>
			<vr:description>Run command line applications  </vr:description>
			<vr:referenceURL>http://www.astrogrid.org/maven/docs/HEAD/applications/</vr:referenceURL>
		</vr:content>
		<vr:interface xsi:type="vs:WebService">
			<vr:accessURL use="base">http://vm05.astrogrid.org:8080/astrogrid-applications/services/ApplicationControllerService</vr:accessURL>
		</vr:interface>
		<cea:ManagedApplications>
			<cea:ApplicationReference>ivo://org.astrogrid/SExtractor</cea:ApplicationReference>
		</cea:ManagedApplications>
	</Resource>
</VOResources>

