Home Software LaTex CV

Table of Contents

Module: mandel noahprogs/mandel.py
Imported modules   
import commands
import cp
import os
import string
import sys
Functions   
findSource
main
  findSource 
findSource ( filename,  v )

  main 
main ()

mandel.py

Calls mandel.c to create an array of numbers generated using the Mandelbrot formula. Attempts to compile mandel.c if mandel isn't found on PATH. Writes an 8-bit binary file which can be viewed in NIH Image or Photoshop, for example.

c comma-delimited list of complex plane delimiters: rmin,rmax,imin,imax w width of grid n number of cycles v verbosity nc new coordinates - give pixel coords corresponding to some area within the plot of width w, bounded by coordinates c; will return new values for c. new coordinates out name of outfile

NOTE: To import into NIH Image, choose File --> Import and select Custom, 8-bit, and set to appropriate grid width.

Rotate -90 degrees to maintain proper orientation!


Table of Contents

This document was automatically generated on Thu Feb 27 16:52:00 2003 by HappyDoc version 2.1