Size: 105
Comment:
|
← Revision 3 as of 2024-10-31 11:29:27 ⇥
Size: 719
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.
- Name of the image. It opens and reads the image file.
- INTEGER Z0(2)
- Centeral pixel/line of the image
- Passed in.
- Centeral pixel/line of the image
- INTEGER KK
- Pixel/line spaceing of the image
- Passed in.
- Pixel/line spaceing of the image
- 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