[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Orekit Developers] orekit 7.0 and WMM2015
- To: orekit-developers@orekit.org
- Subject: Re: [Orekit Developers] orekit 7.0 and WMM2015
- From: Thomas Neidhart <thomas.neidhart@gmail.com>
- Date: Tue, 31 Mar 2015 16:44:45 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=0OTWfy/W+UFx/Zlm6wFCQfKw5j8AclE9ns4DWGEQwN8=; b=KTMMgz3KFLHO+4Gz2GRbnFh+qR9aEc8yM8iS8lH+Rzdi7ZSyOJXNcbs/LuUxpxUJ63 +BbIjVIIrzkjTgcnWvxipzNi05x5S4WyjetwrJLKgJ9L4dmxL5O1FwV4Je/D3tyo2DHK eIghj0+88sya6epgq4pjRIss029QtkCymd8HMgVORTn5DCkdJx4O04IWxq3dXBAL3feb Hbv7mciXLKRuzPdoD5YjXWNCmvDfwZEW8qiLzGJey5QZf79cJy4blD8MgofY0jGkH4Yt zmPlTIcTpfLl+8VAQh9X9l3ytNwjnUtJ761XzbPEb2fy3VdgyiPtN9/2NriNfrR6lOHB UqNA==
- In-reply-to: <2132956280B09448AB947D9C8A291AC605B63547@SMFIDF806A.main.fr.ds.corp>
- References: <2132956280B09448AB947D9C8A291AC605B63547@SMFIDF806A.main.fr.ds.corp>
- User-agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.5.0
On 03/31/2015 03:41 PM, Bouvet, Sabrina wrote:
> Hello,
>
>
>
> I use orekit library for WMM loading.
>
> The last WMM file cannot be loaded by orekit, even with its last version.
>
> I investigate the problem and found that the problem comes from
> GeoMagneticModelLoader.readModel().
>
> Is it planned to deliver a new version for orekit library?
Hi Sabrina,
orekit uses a slightly different format to load the WMM coefficients
than the official file. I have planned to support also the standard
format to make it easier for our users.
The current trunk version has already been updated and validated for
WMM2015.
You can use the following file from the test structure of orekit to use
the WMM2015 model:
https://www.orekit.org/forge/projects/orekit/repository/revisions/master/raw/src/test/resources/earth/WMM.COF
Regards,
Thomas