aboutsummaryrefslogtreecommitdiff
path: root/pkg/tbtables/fitsio/fitssppb/fswldp.x
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/tbtables/fitsio/fitssppb/fswldp.x')
-rw-r--r--pkg/tbtables/fitsio/fitssppb/fswldp.x17
1 files changed, 17 insertions, 0 deletions
diff --git a/pkg/tbtables/fitsio/fitssppb/fswldp.x b/pkg/tbtables/fitsio/fitssppb/fswldp.x
new file mode 100644
index 00000000..006b0480
--- /dev/null
+++ b/pkg/tbtables/fitsio/fitssppb/fswldp.x
@@ -0,0 +1,17 @@
+include "fitsio.h"
+
+procedure fswldp(xpix,ypix,xrval,yrval,xrpix,yrpix,xinc,yinc,rot,coord,
+ xpos,ypos,status)
+
+double xpix,ypix,xrval,yrval,xrpix,yrpix,xinc,yinc,rot,xpos,ypos
+char coord[4]
+% character fcoord*4
+int status # o error status
+
+begin
+
+call f77pak(coord,fcoord,4)
+call ftwldp(xpix,ypix,xrval,yrval,xrpix,yrpix,xinc,yinc,rot,fcoord,
+ xpos,ypos,status)
+
+end