View on GitHub

IRAF Community Distribution

IRAF maintained by the community

Home | Installation | Packages | X11IRAF | PyRAF | Forum

IRAF source code

Guest wrote on Aug 11, 2006

Hi,

I am a graduate student from the Institute of Astronomy, National Tsin Hua University, Taiwan. Right now I am working on PSF photometry fitting. In my case, it would be better to get IRAF C source code and compile by my self. Is it possible to ask for the IRAF source code (PSF fitting part) in C language? I really appreciate your help! Thank you!

Cheers,
Chin-Shin

Post generated using Mail2Forum (http://www.mail2forum.com)

Mike Fitzpatrick wrote on Aug 11, 2006

IRAF sources are included in the distribution but are in something called SPP (a preprocessor language). C code can in fact be generated from this, but like all machine-generated code it isn't readable by humans. More importantly, the PSF fitting applications are layered on other IRAF interfaces and cannot be extracted for use in other non-IRAF code. You might have better luck trying to wrap something like the DAOPHOT Fortran code from Stetson, or post back with more details on what you're trying to do for other suggestions.

Cheers,
-Mike

Last post on Aug 11, 2006