populate_antisymmphasearray

jwst.ami.leastsqnrm.populate_antisymmphasearray(deltaps, n=7)[source]

Populate the antisymmetric fringe phase array:.

This array takes the form:

fringephasearray[0, q + 1 :] = coeffs[0:6]
fringephasearray[1, q + 2 :] = coeffs[6:11]
fringephasearray[2, q + 3 :] = coeffs[11:15]
fringephasearray[3, q + 4 :] = coeffs[15:18]
fringephasearray[4, q + 5 :] = coeffs[18:20]
fringephasearray[5, q + 6 :] = coeffs[20:]
Parameters:
deltaps1D float array

Pistons between each pair of holes

nint, optional

Number of holes (default=7)

Returns:
arr2D float array

Fringe phases between each pair of holes