From 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 Mon Sep 17 00:00:00 2001 From: Joe Hunkeler Date: Tue, 11 Aug 2015 16:51:37 -0400 Subject: Repatch (from linux) of OSX IRAF --- pkg/images/tv/display/dspmmap.x | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pkg/images/tv/display/dspmmap.x (limited to 'pkg/images/tv/display/dspmmap.x') diff --git a/pkg/images/tv/display/dspmmap.x b/pkg/images/tv/display/dspmmap.x new file mode 100644 index 00000000..e20689f1 --- /dev/null +++ b/pkg/images/tv/display/dspmmap.x @@ -0,0 +1,20 @@ +# DS_PMMAP -- Open a pixel mask READ_ONLY. + +pointer procedure ds_pmmap (pmname, refim) + +char pmname[ARB] #I Pixel mask name +pointer refim #I Reference image pointer + +pointer sp, mname +pointer im, yt_mappm() +errchk yt_mappm + +begin + call smark (sp) + call salloc (mname, SZ_FNAME, TY_CHAR) + + im = yt_mappm (pmname, refim, "pmmatch", Memc[mname], SZ_FNAME) + + call sfree (sp) + return (im) +end -- cgit