The source code and its default template and parameter files can be downloaded here:

v1.00 (July 9, 2008): eazy-1.00.tar.gz (3.9 Mb)

To see past changes to the code click HERE. To be automatically notified of future changes to the code, subscribe to the EAZY RSS feed by clicking this icon --, or on the similar icon in the address bar of your browser.

<close>
Version 1.0 of the code will accompany the first public (Astro-ph) release of the code, since small changes could occur while the paper is being refereed.
<close>
To install "gcc" and "make", Mac users may need to install the Apple Developer Tools either from the system DVD or from http://connect.apple.com (free registration).
To unpack and compile the code, run the following commands (Mac note):
$ tar xzvf eazy-1.00.tar.gz   
$ cd eazy-1.00/src    
$ make 



The HDFN photometric catalog of Fernandez-Soto et al. (1999) is provided with the source code as an example. To run EAZY on the HDFN catalog, run:
$ cd ../inputs    # assuming you're still in the "src" directory 
$ ../src/eazy     # generate the default parameter file 
$ mv zphot.param.default zphot.param 
$ ../src/eazy 

That's it! Please see the user's manual for a description of the output files and for more details on adjusting the parameters and input files for your own dataset.



An IDL program is provided, sed.pro, that provides an example of reading and plotting the output data when the BINARY_OUTPUT keyword is set. An example SED from the HDFN catalog is shown here.
G.B.B. (2008)