1 PLANE PLANE This is a simple task that subtracts a plane from an image. The plane is determined by least square fitting through all non-blanked pixels of the original map, weighted by a weight image. The latter can be used to account for a non uniform signal to noise ratio, but is more frequently used to ignore some areas (typically the sources) in the fit. It supersedes an older obsolete version (still available as PLANE_OLD) which fitted a plane through 3 points of the input image. 2 IN_NAME$ PLANE: IN_NAME$ The name of the input image. 2 MASK_NAME$ PLANE: MASK_NAME$ The name of the image that contains the weights for the least square fit. Should be zero for any area you want to ignore. 2 OUT_NAME$ PLANE: OUT_NAME: The name of the plane subtracted output image. 1 END