AAOmega File Format (or, which spectrum is which object?)
Line: 135 to 135
;; Make a wavelength vector, note the use of CRPIX1, which is often not expected by many users.
;; If missed, the wavelength solution will tend to be wrong by half a CCD width
Changed:
< <
crpix=fxpar(header0,'crpix1')
> >
crpix=fxpar(header0,'crpix1')-1.0 ; The -1.0 is needed as IDL is ZERO indexed