Interferometry

Igram

Introduction

Igram interferes two co-registered complex images. The equation used is:

        out_amp = sqrt(in1_amp * in2_amp);    
        out_phase = in1_phase - in2_phase;

The input files are complex (.cpx), but the output files are polar (.amp and .phase).

Application

Igram is usually called by register_ccsd or register_sic, but can be run alone.


Back to main interferometry page.
Last Updated: September 1, 1998
If you have any questions, please feel free to email olawlor@acm.org