~ubuntu-branches/debian/jessie/eso-midas/jessie

« back to all changes in this revision

Viewing changes to libsrc/idi/cidi/iir-2.fc

  • Committer: Package Import Robot
  • Author(s): Ole Streicher
  • Date: 2014-04-22 14:44:58 UTC
  • Revision ID: package-import@ubuntu.com-20140422144458-okiwi1assxkkiz39
Tags: upstream-13.09pl1.2+dfsg
ImportĀ upstreamĀ versionĀ 13.09pl1.2+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*===========================================================================
 
2
  Copyright (C) 1995-2009 European Southern Observatory (ESO)
 
3
 
 
4
  This program is free software; you can redistribute it and/or 
 
5
  modify it under the terms of the GNU General Public License as 
 
6
  published by the Free Software Foundation; either version 2 of 
 
7
  the License, or (at your option) any later version.
 
8
 
 
9
  This program is distributed in the hope that it will be useful,
 
10
  but WITHOUT ANY WARRANTY; without even the implied warranty of
 
11
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
12
  GNU General Public License for more details.
 
13
 
 
14
  You should have received a copy of the GNU General Public 
 
15
  License along with this program; if not, write to the Free 
 
16
  Software Foundation, Inc., 675 Massachusetts Ave, Cambridge, 
 
17
  MA 02139, USA.
 
18
 
 
19
  Correspondence concerning ESO-MIDAS should be addressed as follows:
 
20
        Internet e-mail: midas@eso.org
 
21
        Postal address: European Southern Observatory
 
22
                        Data Management Division 
 
23
                        Karl-Schwarzschild-Strasse 2
 
24
                        D 85748 Garching bei Muenchen 
 
25
                        GERMANY
 
26
===========================================================================*/
 
27
 
 
28
/*                     iir.fc
 
29
 
 
30
.VERSION
 
31
 
 
32
090611          last modif
 
33
 
 
34
*/
 
35
 
 
36
 
 
37
 
 
38
 
 
39
ROUTINE IIRINR(dsplay,chan,colour,xa,ya,xb,yb,roid,idst)
 
40
int *dsplay;
 
41
int *chan;
 
42
int *colour;
 
43
int *xa;
 
44
int *ya;
 
45
int *xb;
 
46
int *yb;
 
47
int *roid;
 
48
int *idst;
 
49
 
 
50
{
 
51
int  IIRINR_C();
 
52
 
 
53
*idst = IIRINR_C(*dsplay,*chan,*colour,*xa,*ya,*xb,*yb,roid);
 
54
return 0;
 
55
}
 
56
 
 
57
 
 
58
ROUTINE IIRRRI(dsplay,chan,roid,xa,ya,xb,yb,memo,idst)
 
59
int *dsplay;
 
60
int *chan;
 
61
int *roid;
 
62
int *xa;
 
63
int *ya;
 
64
int *xb;
 
65
int *yb;
 
66
int *memo;
 
67
int *idst;
 
68
 
 
69
{
 
70
int  IIRRRI_C();
 
71
 
 
72
*idst = IIRRRI_C(*dsplay,*chan,*roid,xa,ya,xb,yb,memo);
 
73
return 0;
 
74
}
 
75
 
 
76
 
 
77
ROUTINE IIRWRI(dsplay,chan,roid,xa,ya,xb,yb,idst)
 
78
int *dsplay;
 
79
int *chan;
 
80
int *roid;
 
81
int *xa;
 
82
int *ya;
 
83
int *xb;
 
84
int *yb;
 
85
int *idst;
 
86
 
 
87
{
 
88
int  IIRWRI_C();
 
89
 
 
90
*idst = IIRWRI_C(*dsplay,*chan,*roid,*xa,*ya,*xb,*yb);
 
91
 
 
92
return 0;
 
93
}
 
94
 
 
95
ROUTINE IIRSRV(dsplay,roid,vis,idst)
 
96
int *dsplay;
 
97
int *roid;
 
98
int *vis;
 
99
int *idst;
 
100
 
 
101
{
 
102
int  IIRSRV_C();
 
103
 
 
104
*idst = IIRSRV_C(*dsplay,*roid,*vis);
 
105
return 0;
 
106
}
 
107
 
 
108
 
 
109
ROUTINE IICINR(dsplay,chan,colour,xc,yc,rad1,rad2,rad3,roid,idst)
 
110
int *dsplay;
 
111
int *chan;
 
112
int *colour;
 
113
int *xc;
 
114
int *yc;
 
115
int *rad1;
 
116
int *rad2;
 
117
int *rad3;
 
118
int *roid;
 
119
int *idst;
 
120
 
 
121
{
 
122
int  IICINR_C();
 
123
 
 
124
*idst = IICINR_C(*dsplay,*chan,*colour,*xc,*yc,*rad1,*rad2,*rad3,roid);
 
125
return 0;
 
126
}
 
127
 
 
128
ROUTINE IICRRI(dsplay,chan,roid,xc,yc,rad1,rad2,rad3,memo,idst)
 
129
int *dsplay;
 
130
int *chan;
 
131
int *roid;
 
132
int *xc;
 
133
int *yc;
 
134
int *rad1;
 
135
int *rad2;
 
136
int *rad3;
 
137
int *memo;
 
138
int *idst;
 
139
 
 
140
{
 
141
int  IICRRI_C();
 
142
 
 
143
*idst = IICRRI_C(*dsplay,*chan,*roid,xc,yc,rad1,rad2,rad3,memo);
 
144
return 0;
 
145
}
 
146
 
 
147
 
 
148
ROUTINE IICWRI(dsplay,chan,roid,xc,yc,rad1,rad2,rad3,idst)
 
149
int *dsplay;
 
150
int *chan;
 
151
int *roid;
 
152
int *xc;
 
153
int *yc;
 
154
int *rad1;
 
155
int *rad2;
 
156
int *rad3;
 
157
int *idst;
 
158
 
 
159
{
 
160
int  IICWRI_C();
 
161
 
 
162
*idst = IICWRI_C(*dsplay,*chan,*roid,*xc,*yc,*rad1,*rad2,*rad3);
 
163
return 0;
 
164
}