1
C===========================================================================
2
C Copyright (C) 1995 European Southern Observatory (ESO)
4
C This program is free software; you can redistribute it and/or
5
C modify it under the terms of the GNU General Public License as
6
C published by the Free Software Foundation; either version 2 of
7
C the License, or (at your option) any later version.
9
C This program is distributed in the hope that it will be useful,
10
C but WITHOUT ANY WARRANTY; without even the implied warranty of
11
C MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
C GNU General Public License for more details.
14
C You should have received a copy of the GNU General Public
15
C License along with this program; if not, write to the Free
16
C Software Foundation, Inc., 675 Massachusetss Ave, Cambridge,
19
C Correspondence concerning ESO-MIDAS should be addressed as follows:
20
C Internet e-mail: midas@eso.org
21
C Postal address: European Southern Observatory
22
C Data Management Division
23
C Karl-Schwarzschild-Strasse 2
24
C D 85748 Garching bei Muenchen
26
C===========================================================================
28
SUBROUTINE IIMSTW(DSPLAY,CHAN,LOADFL,SZX,SZY,DEPTH,
34
INTEGER CHAN,LOADFL,SZX,SZY,DEPTH,XBEG,YBEG,IDST
36
CALL IIM1(DSPLAY,CHAN,LOADFL,SZX,SZY)
37
CALL IIM2(DEPTH,XBEG,YBEG,IDST)
42
SUBROUTINE IIMWMY(DSPLAY,CHAN,PIX,SIZE,DEPTH,PACK,XBEG,YBEG,IDST)
47
INTEGER PIX,SIZE,DEPTH,PACK,XBEG,YBEG,IDST
49
CALL IIM1(DSPLAY,CHAN,PIX,SIZE,0)
50
CALL IIM3(DEPTH,XBEG,YBEG,IDST)
55
SUBROUTINE IIMRMY(DSPLAY,CHAN,SIZE,XBEG,YBEG,DEPTH,PACK,
60
INTEGER DSPLAY,CHAN,ITTFLG,PIX
61
INTEGER SIZE,DEPTH,PACK,XBEG,YBEG,IDST
63
CALL IIM1(DSPLAY,CHAN,SIZE,XBEG,YBEG)
64
CALL IIM4(DEPTH,PACK,ITTFLG,PIX,IDST)