Differences between revisions 2 and 3
Revision 2 as of 2024-10-25 16:00:24
Size: 101
Editor: EricPalmer
Comment:
Revision 3 as of 2024-10-30 14:37:44
Size: 727
Editor: EricPalmer
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
LOC2PIX(PICNM,V,WX,WY,WZ,SCALE,DPIC_DLOC)  SUBROUTINE LOC2PIX(PICNM,V,UX,UY,UZ,SCALE,DPIC_DLOC)

Change in the image-space location basued upon maplet computed in the maplet frame.

----

* CHARACTER*12 PICNM

 Image name

 Passed in.


* DOUBLE PRECISION V(3)

 Centeral vector to the spot you want the data

 Passed in.


* DOUBLE PRECISION UX(3)

* DOUBLE PRECISION UY(3)

* DOUBLE PRECISION UZ(3)

 Normal place at that spot.

 Passed in.

* DOUBLE PRECISION SCALE
 Scale of the maplet

 Passed in.

* DOUBLE PRECISION DPIC_DLOC(2,3)
 Slope at that point.

 Computed in this rotune.

Describe LOC2PIX here.

  • SUBROUTINE LOC2PIX(PICNM,V,UX,UY,UZ,SCALE,DPIC_DLOC)

Change in the image-space location basued upon maplet computed in the maplet frame.


* CHARACTER*12 PICNM

  • Image name Passed in.

* DOUBLE PRECISION V(3)

  • Centeral vector to the spot you want the data Passed in.

* DOUBLE PRECISION UX(3)

* DOUBLE PRECISION UY(3)

* DOUBLE PRECISION UZ(3)

  • Normal place at that spot. Passed in.

* DOUBLE PRECISION SCALE

  • Scale of the maplet Passed in.

* DOUBLE PRECISION DPIC_DLOC(2,3)

  • Slope at that point. Computed in this rotune.


categorySubroutine

LOC2PIX (last edited 2024-10-30 14:37:44 by EricPalmer)