And gives the following:
Invalid XML file!
Any solution would be most appreciated.
And gives the following:
Invalid XML file!
Any solution would be most appreciated.
Hi Nicos,
We are working on it.
Thanks!
Hi Keiron,
I exchanged emails with Wim at DeepSkyLog and provided him with the OAL file available from my device, so it's been looked into from DSL side as well.
More info:
There was mention by another member on the CN thread I started, that DSL does NOT support camera equipment and I removed my camera. Still no go.
I exported my observations in CSV and tried to import them to DSL. No go again.
Hi Nicos and Keiron,
I am looking into the problem. The first thing I always check is if I can import the file in ObservationManager: See
http://observation.sourceforge.net/en/
This is not the case... There is indeed a problem with the camera equipment... The XML-file Nicos gets, contains
<imagers>
<imagers>
<ccdCameraType id="id_WbrUlR5t1k">
<model>
<![CDATA[D5500]]>
</model>
<vendor>
<![CDATA[Nikon]]>
</vendor>
<pixelsX>6045</pixelsX>
<pixelXSize>3.89</pixelXSize>
<pixelsY>4003</pixelsY>
<pixelYSize>3.89</pixelYSize>
</ccdCameraType>
</imagers>
However, it should be:
<imagers>
<imager id="id_WbrUlR5t1k" xsi:type="oal:ccdCameraType">
<model>
<![CDATA[D5500]]>
</model>
<vendor>
<![CDATA[Nikon]]>
</vendor>
<pixelsX>6045</pixelsX>
<pixelsY>4003</pixelsY>
<pixelXSize>3.89</pixelXSize>
<pixelYSize>3.89</pixelYSize>
<binning>1</binning>
</imager>
</imagers>
This seems like a small fix to make on the SkySafari export. However, as DeepskyLog does not use camera equipment, this should be skipped, so I think there is still another problem somewhere...
I did some more investigations and I found that all the targets are of type oal:observationTargetType. DeepskyLog (and I guess all other <OAL> compatible applications) expect more detailed types, such as oal:deepSkyGX, oal:deepSkyPN, ... I also saw that some of the targets don't even have a name.
Wim,
Thanks for joining in as this will really help with the process :)
The first line of the exported file should also be
<?xml version="1.0" encoding="ISO-8859-1"?>
in stead of
<?xml version="1.0"?>
Thank you, Wim, for joining us here! We can figure it out together, for sure!
You're welcome! I'm sure we will be able to figure it out. I'm also in contact with Phyllis about this problem.
For the targets, I think oal:observationTargetType should be ok. DeepskyLog is not yet able to import these files, but I will make sure they will soon! In the example file, there were some targets without a name, and that is certainly a problem.
Hi all,
some of the people who helped to define the OpenAstronomyLog format (Thomas Pfleger) found a solution to the problems. DeepskyLog will not yet be able to import the file, but I'm working on a solution for this. This is what he says:
Hi,
after some investigation I was able to spot the problems and finally could import a slightly modified file. So, what is it?
Fixes:
Is this problem already fixed or do you need more information or help to fix this?