;+
; PROJECT:
;	HESSI
; NAME:
;	HSI_ANNSEC_MCTR
;
; PURPOSE:
;	This function returns the phase at the center of map pointers.
;
; CATEGORY:
;	HESSI, IMAGE
;
; CALLING SEQUENCE:
;	phase = hsi_annsec_phase_mctr( cbe_obj, det_index, $
;		harmonic=harmonic )
;
; CALLS:
;	HESSI OBJECTS
;
; INPUTS:
;       Cbe_obj - object containing calibrated eventlist object.
;
;	Det_index     - detector index
;
; OUTPUTS:
;       Returns a phase at the center of each map, total_phi elements.
;
; OPTIONAL OUTPUTS:
;	none
;
; KEYWORDS:
;	none
; COMMON BLOCKS:
;	none
;
; SIDE EFFECTS:
;	none
;
; RESTRICTIONS:
;	none
;
; PROCEDURE:
;	none
;
; MODIFICATION HISTORY:
;	Version 1, richard.schwartz@gsfc.nasa.gov
;		30-mar-2000.
;	Version 2, ras, 24-apr-2000.
;
;-
function hsi_annsec_phase_mctr, cbe_obj, det_index, harmonic=harmonic

hsi_annsec_map_info, cbe_obj, det_index, mpat, phase_mctr, harmonic=harmonic


return, phase_mctr
end
