SUBROUTINE IDSFIL(QDONE,IRDWR) LOGICAL*1 QDONE INTEGER*2 IRDWR C C This subroutine reads and writes a binary file image of the C raster bands. This file is an exact image of the raster band C generated, and does not have specific bits set for the IDS printer. C The bands must be read in and processed by IDSOUT (IDSDMP) to be C made into graphics. C C QDONE is a return flag indicating no more raster buffers C IRDWR is a flag indicating read/write (0 ==> write) C C modification history: C C 19 april 83 hg initial edit C C C--------------------------------------------------------------------------------- C