# Copyright(c) 1986 Association of Universities for Research in Astronomy Inc. include "wcspix.h" # Multispec image class data. # MSP_INIT -- Initialize the Image Class module. procedure msp_init () begin end # MSP_CACHE -- Cache an image in the object cache. procedure msp_cache () begin end # MSP_UNCACHE -- Uncache an image in the object cache. procedure msp_uncache () begin end # MSP_WCSTRAN -- Translate object source (x,y) coordinates to the # desired output WCSs. procedure msp_wcstran () begin end # MSP_WCSLIST -- List the WCSs available for the given image. procedure msp_wcslist () begin end # MSP_OBJINFO -- Get header information from the image. procedure msp_objinfo () begin end