Skip to content

Commit

Permalink
docs: Updated comment as pcomb now preserves the VIEW= line from header
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregungory committed Aug 28, 2020
1 parent 72e5097 commit 8f3acff
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions src/cal/cal/fisheye_corr.cal
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ RCSid $Id: fisheye_corr.cal,v 1.5 2016/09/14 20:39:08 greg Exp $ }
{ RCSid $Id: fisheye_corr.cal,v 1.6 2020/08/28 19:39:22 greg Exp $ }
{
Correct fisheye image using a distortion function:

Expand All @@ -17,16 +17,6 @@

If you know you have a solid-angle preserving distortion, use
"rad(r)=mapsolid(r)" or leave off definition, as this is the default.

Note that you will need to add back the VIEW= line to the header, e.g.:

echo "VIEW= -vta -vh 180 -vv 180" > corrected.hdr
(above_command) >> corrected.hdr

Or:

(above_command) | getinfo -a "VIEW= -vta -vh 180 -vv 180" \
> corrected.hdr
}
xc : xres/2;
yc : yres/2;
Expand Down

0 comments on commit 8f3acff

Please sign in to comment.