<?xml version='1.0' ?>
<project default='kmos_YJ.list' name='userTask'>
<property file='${SAADA_PROPERTY}'/>
<property name='jvm_initial_size' value='-Xms64m'/>
<property name='jvm_max_size' value='-Xmx1024m'/>
<path id='saada.classpath'>
  <pathelement location='${SAADA_DB_HOME}/class_mapping/'/>
  <pathelement location='${SAADA_DB_HOME}/lib/BigSaadaJar.jar'/>
  <pathelement location='${SAADA_DB_HOME}/lib/saadadb.jar'/>
  <pathelement location='${SAADA_DB_HOME}/jtools/servlet-api.jar'/>
  <pathelement location='${SAADA_DB_HOME}/jtools/catalina-ant.jar'/>
</path>
<target name='class.remove1'>
    <java fork='true' classname='saadadb.command.ManageClass' failonerror='false' >
    <classpath refid='saada.classpath'/>
    <arg value='-remove=im_J_ApJ_886_124'/>
    <arg value='${SAADA_DB_NAME}'/>
    </java>
</target>


<target name='kmos_H.list' depends='class.remove1'>
  <java classname='saadadb.dataloader.Loader' failonerror='false' fork='true'>
  <classpath refid='saada.classpath'/>
  <arg value="-filelist=kmos_H.list"/>
  <arg value="-collection=vizier"/>
  <arg value="-category=image"/>
  <arg value="-obscollection='J/ApJ/886/124'"/>
  <arg value="-classfusion=im_J_ApJ_886_124"/>
  <arg value="-noindex"/>
  <arg value="-repository=no"/>
  <arg value="-obsmapping=first"/>
  <arg value="-polarmapping=first"/>
  <arg value="-posmapping=first"/>
  <arg value="-spcmapping=first"/>
  <arg value="-timemapping=first"/>
  <arg value="-name=im_J_ApJ_886_124_kmos_H.list"/>
  <!--SKIP arg -position=__WCS__,__WCS__-->
  <!--SKIP arg -system=__WCS__-->
  <!--SKIP arg -sfov=__WCS__-->
  <!--SKIP arg -sregion=__WCS__-->
  <!--SKIP arg -sresolution=__WCS__-->
  <arg value="-target=OBJECT"/>
  <arg value="-exptime=EXPTIME"/>
  <arg value="-emin='1.456'"/>
  <arg value="-emax='1.846'"/>
  <arg value="-spcunit='um'"/>
  <arg value="-instrument=INSTRUME"/>
  <arg value="-facility='VLT'"/>
  <arg value="-ukw"/>
  <arg value="bib_reference='2019ApJ...886..124W'"/>
  <arg value="-ukw"/>
  <arg value="has_wcs='5'"/>
  <arg value="-ukw"/>
  <arg value="has_wcs='5'"/>
  <arg value="${SAADA_DB_NAME}"/>
  </java>
</target>

<target name='kmos_K.list' depends='kmos_H.list'>
  <java classname='saadadb.dataloader.Loader' failonerror='false' fork='true'>
  <classpath refid='saada.classpath'/>
  <arg value="-filelist=kmos_K.list"/>
  <arg value="-collection=vizier"/>
  <arg value="-category=image"/>
  <arg value="-obscollection='J/ApJ/886/124'"/>
  <arg value="-classfusion=im_J_ApJ_886_124"/>
  <arg value="-noindex"/>
  <arg value="-repository=no"/>
  <arg value="-obsmapping=first"/>
  <arg value="-polarmapping=first"/>
  <arg value="-posmapping=first"/>
  <arg value="-spcmapping=first"/>
  <arg value="-timemapping=first"/>
  <arg value="-name=im_J_ApJ_886_124_kmos_K.list"/>
  <!--SKIP arg -position=__WCS__,__WCS__-->
  <!--SKIP arg -system=__WCS__-->
  <!--SKIP arg -sfov=__WCS__-->
  <!--SKIP arg -sregion=__WCS__-->
  <!--SKIP arg -sresolution=__WCS__-->
  <arg value="-target=OBJECT"/>
  <arg value="-exptime=EXPTIME"/>
  <arg value="-emin='1.919'"/>
  <arg value="-emax='2.460'"/>
  <arg value="-spcunit='um'"/>
  <arg value="-instrument=INSTRUME"/>
  <arg value="-facility='VLT'"/>
  <arg value="-ukw"/>
  <arg value="bib_reference='2019ApJ...886..124W'"/>
  <arg value="-ukw"/>
  <arg value="has_wcs='5'"/>
  <arg value="-ukw"/>
  <arg value="has_wcs='5'"/>
  <arg value="${SAADA_DB_NAME}"/>
  </java>
</target>

<target name='kmos_YJ.list' depends='kmos_K.list'>
  <java classname='saadadb.dataloader.Loader' failonerror='false' fork='true'>
  <classpath refid='saada.classpath'/>
  <arg value="-filelist=kmos_YJ.list"/>
  <arg value="-collection=vizier"/>
  <arg value="-category=image"/>
  <arg value="-obscollection='J/ApJ/886/124'"/>
  <arg value="-classfusion=im_J_ApJ_886_124"/>
  <arg value="-noindex"/>
  <arg value="-repository=no"/>
  <arg value="-obsmapping=first"/>
  <arg value="-polarmapping=first"/>
  <arg value="-posmapping=first"/>
  <arg value="-spcmapping=first"/>
  <arg value="-timemapping=first"/>
  <arg value="-name=im_J_ApJ_886_124_kmos_YJ.list"/>
  <!--SKIP arg -position=__WCS__,__WCS__-->
  <!--SKIP arg -system=__WCS__-->
  <!--SKIP arg -sfov=__WCS__-->
  <!--SKIP arg -sregion=__WCS__-->
  <!--SKIP arg -sresolution=__WCS__-->
  <arg value="-target=OBJECT"/>
  <arg value="-exptime=EXPTIME"/>
  <arg value="-emin='1.015'"/>
  <arg value="-emax='1.361'"/>
  <arg value="-spcunit='um'"/>
  <arg value="-instrument=INSTRUME"/>
  <arg value="-facility='VLT'"/>
  <arg value="-ukw"/>
  <arg value="bib_reference='2019ApJ...886..124W'"/>
  <arg value="-ukw"/>
  <arg value="has_wcs='5'"/>
  <arg value="-ukw"/>
  <arg value="has_wcs='5'"/>
  <arg value="${SAADA_DB_NAME}"/>
  </java>
</target>
</project>