Differences between revisions 2 and 3
Revision 2 as of 2024-10-25 16:00:33
Size: 105
Editor: EricPalmer
Comment:
Revision 3 as of 2024-10-31 11:29:27
Size: 719
Editor: EricPalmer
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Describe PICINPT here.

      SUBROUTINE PICINPT(PICNM,Z0,KK,DN,ESZ)
== PICINPT ==
Line 8: Line 5:
{{{ SUBROUTINE PICINPT(PICNM,Z0,KK,DN,ESZ)
}}}
----

 * CHARACTER*12 PICNM
  Name of the image. It opens and reads the image file.
  This can optionally use a template file. They are stored in directory [[TEMPLATES]] with extension .RAW.
   Passed in.

 * INTEGER Z0(2)
  Centeral pixel/line of the image
   Passed in.

 * INTEGER KK
  Pixel/line spaceing of the image
   Passed in.

 * INTEGER DN(-1300:1300,-1300:1300)
  '''Output array -- the DN of the image is loaded into this array'''
   Set in this routine.

 * INTEGER ESZ
   Passed in.

----

PICINPT


{{{ SUBROUTINE PICINPT(PICNM,Z0,KK,DN,ESZ) }}}


  • CHARACTER*12 PICNM
    • Name of the image. It opens and reads the image file.

      This can optionally use a template file. They are stored in directory TEMPLATES with extension .RAW.

      • Passed in.
  • INTEGER Z0(2)
    • Centeral pixel/line of the image
      • Passed in.
  • INTEGER KK
    • Pixel/line spaceing of the image
      • Passed in.
  • INTEGER DN(-1300:1300,-1300:1300)
    • Output array -- the DN of the image is loaded into this array

      • Set in this routine.
  • INTEGER ESZ
    • Passed in.


categorySubroutine

PICINPT (last edited 2024-10-31 11:29:27 by EricPalmer)