Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2024-10-24 13:31:59
Size: 73
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. == PICINPT ==
Line 3: Line 3:
      SUBROUTINE PICINPT(PICNM,Z0,KK,DN,ESZ)
----
{{{ 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


{{{ 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)