# Copyright(c) 1986 Association of Universities for Research in Astronomy Inc. include "wcspix.h" # MEF Image class data. # MEF_INIT -- Initialize the MEF Class module. procedure mef_init () begin end # MEF_CACHE -- Cache an image in the object cache. procedure mef_cache () begin end # MEF_UNCACHE -- Uncache an image in the object cache. procedure mef_uncache () begin end # MEF_WCSTRAN -- Translate object source (x,y) coordinates to the # desired output WCSs. procedure mef_wcstran () begin end # MEF_WCSLIST -- List the WCSs available for the given image. procedure mef_wcslist () begin end # MEF_OBJINFO -- Get header information from the image. procedure mef_objinfo () begin end