The fractal antenna Dr. J set up last night, seems to be working, at least at first glance. Dr. J is seeing some kind of image. Could it be a vision or message from the past or perhaps the future? Will it answer the questions Dr. J has about his origins? While it looks interesting and a little complicated, I can't see anything in it. Perhaps Dr. J will explain it, if he survives that contraption.
![]() |
Figure 1. The Vision.
Keep your head down,
Jay
The parameter and formula files for Fractint are included below. Copy them
into a quickie.par file for quick loading into Fractint. For longer term
use, copy the frm: block into a FotN.frm file. But this time leave off the
'frm:' part. Then copy the rest (the par parts) into your FotN.par
file.
Vision { ; (C) Jay Hill, 1998
reset=1960 type=formula formulafile=colorit5.par
formulaname=cubicab1
center-mag=3.6291/-5.99392/0.09189958/1/180
params=1.9/0.04 float=y maxiter=256
inside=253
invert=1/-1.6988672/-0.1224335
colors=0004cA8cK<8>Nr7<4>w80<6>ww0<7>0w0<7>0ww<7>00w<204>001KKw000000
}
frm:cubicab1 { ; (C) Jay Hill, 1998
; Bodil Branner's cubic
a=p1, z=sqrt(a/3), b=pixel, e1=|b|,
e2=sqrt(|a|+2)
if(e2>e1)
e1=e2
endif
:
z=sqr(z)*(z+a)+b, z<e1
}