ASP 3 Pro Lens Profile - Olympus M.Zuiko ED 14-150 F4.0-5.6

Tips, Tricks, and Results
georgejkw
Posts: 8
Joined: Wed Mar 11, 2015 5:46 am
operating_system: Linux
System_Drive: O
32bit or 64bit: 64 Bit

ASP 3 Pro Lens Profile - Olympus M.Zuiko ED 14-150 F4.0-5.6

Post by georgejkw »

I have created a lens profile file for Aftershot 3 Pro that contains lens information for this lens, based on the information in this post.

http://forum.corel.com/EN/viewtopic.php?f=95&t=47110

The attached file replaces lens-db.xml in the AS program/supportfiles/Profiles/LensProfiles directory (eg Linux /opt/Aftershot3(64-bit)/supportfiles/Profiles/LensProfiles). Please make a backup of the original before you use this, just in case!

Note that the lens name in this file has been changed to Zuiko Digital ED 14-150 F4.0-5.6 because this is how AS identifies the lens (even for the version II lens I have)

I found that I have to click the Reload EXIF button under lens correction to get Enable correction to apply.

HTH
You do not have the required permissions to view the files attached to this post.
georgejkw
Posts: 8
Joined: Wed Mar 11, 2015 5:46 am
operating_system: Linux
System_Drive: O
32bit or 64bit: 64 Bit

Re: ASP 3 Pro Lens Profile - Olympus M.Zuiko ED 14-150 F4.0-

Post by georgejkw »

Update

If you update to a new version, the modified file gets overwritten.

Replace this section in lens-db.xml

Code: Select all

<Lens raw="true" skip="false">
  <Model>M.Zuiko Digital ED 14-150mm f/4.0-5.6</Model>
  <Mount>micro43</Mount>
  <FocalLength max="150" min="14"/>
  <Aperture>4</Aperture>
  <CropMultiplier>2</CropMultiplier>
  <Converter factor="1" detected="false"/>
  <CorrectionCoefficients>
   <RadialDistortion a="0" b="0" c="0" focal="14"/>
   <RadialDistortion a="0" b="0" c="0" focal="150"/>
  </CorrectionCoefficients>
 </Lens>
with

Code: Select all

<Lens raw="true" skip="false">
  <Model>Zuiko Digital ED 14-150mm f/4.0-5.6</Model>
  <Mount>micro43</Mount>
  <FocalLength max="150" min="14"/>
  <Aperture>4</Aperture>
  <CropMultiplier>2</CropMultiplier>
  <Converter factor="1" detected="false"/>
  <CorrectionCoefficients>
   <RadialDistortion a="0.007060" b="-0.014860" c="-0.071190" focal="14"/>
   <RadialDistortion a="0.001770" b="-0.018200" c="-0.005490" focal="18"/>
   <RadialDistortion a="0.007470" b="-0.033400" c="0.032420" focal="25"/>
   <RadialDistortion a="0.001830" b="-0.009250" c="0.011890" focal="32"/>
   <RadialDistortion a="0.008900" b="-0.031390" c="0.062350" focal="49"/>
   <RadialDistortion a="0" b="0" c="0" focal="70"/>
   <RadialDistortion a="0" b="0" c="0" focal="95"/>
   <RadialDistortion a="0" b="0" c="0" focal="140"/>
   <RadialDistortion a="0" b="0" c="0" focal="150"/>
</CorrectionCoefficients>
 </Lens>