next up previous
Next: COSMAP_PUTROW - put Up: FORTRAN Routines Previous: COSMAP_OPEN - open

COSMAP_PUTMAP - put a rectangular area into a big image

SUBROUTINE COSMAP_PUTMAP ( BD, STARTX, STARTY, ENDX, ENDY, BUFFER, STATUS )

   BD = INTEGER (given)
            bigimage descriptor
   STARTX = INTEGER (given)
            lowest pixel number in scan direction 
   STARTY = INTEGER (given)
            lowest pixel number in lane direction 
   ENDX = INTEGER (given)
            highest pixel number in scan direction 
   ENDY = INTEGER (given)
            highest pixel number in lane direction 
   BUFFER(*) = INTEGER*2 (given)
            image data
   STATUS = INTEGER (given and returned)
            global status



SuperCOSMOS development
Tue Aug 20 12:02:13 BST 1996