<div>Dear list,</div><div> </div><div><div>I am trying to use a pcomb syntax from an earlier post for vignetting correction (using the polynomial <span style="font-size:8pt;font-style:normal;font-weight:normal;vertical-align:baseline">y = -9E-09x</span><span style="font-size:8pt;font-style:normal;font-weight:normal;vertical-align:super">5</span><span style="font-size:8pt;font-style:normal;font-weight:normal;vertical-align:baseline"> + 1E-06x</span><span style="font-size:8pt;font-style:normal;font-weight:normal;vertical-align:super">4</span><span style="font-size:8pt;font-style:normal;font-weight:normal;vertical-align:baseline"> - 4E-05x</span><span style="font-size:8pt;font-style:normal;font-weight:normal;vertical-align:super">3</span><span style="font-size:8pt;font-style:normal;font-weight:normal;vertical-align:baseline"> - 0.0003x</span><span style="font-size:8pt;font-style:normal;font-weight:normal;vertical-align:super">2</span><span style="font-size:8pt;font-style:normal;font-weight:normal;vertical-align:baseline"> - 0.0637x + 21.223</span>):<br>


</div></div><div><div> </div><div>pcomb -e 'sq(x):x*x;r=sqrt(sq(2/xres*x-1)+sq(2/yres*y-1))' \ -e 'sf=-9E-09*r^5 + 1E-06*r^4 - 4E-05*r^3 - 0.0003*r^2 - 0.0637*r + 21.223'  \ -e 'ro=sf*ri(1);go=sf*gi(1);bo=sf*bi(1)' fisheye_28.hdr > corrected.hdr</div>


<div></div><div> </div><div>I am getting "no such file or directory" error. Still, pcomb writes a 65kb output file with the name I defined. First I thought it could be a problem related to the path or installation so I tried to run including the full path of both input and output images but got the same result.</div>


<div>I also tried the command on a Mac and got the same error. I checked the path on the Mac and it seems correct. Environmental variables and registry entries look ok on the windows machine, too. Every other command seem to work fine.</div>


<div> </div><div>Am I missing something in the syntax?</div><div> </div><div>Thank you,</div><div> </div><div>Alp</div></div>