Class ToastPixelSize

java.lang.Object
skyview.geometry.projecter.ToastPixelSize

public class ToastPixelSize extends Object
Calculate the distribution of areas of TOAST pixels.
  • Constructor Details

    • ToastPixelSize

      public ToastPixelSize()
  • Method Details

    • main

      public static void main(String[] args) throws Exception
      Throws:
      Exception
    • pnt

      public static void pnt(String lab, double[] p)
    • cross

      public static double[] cross(double[] x, double[] y)
    • norm

      public static double norm(double[] x)
    • ang

      public static double ang(double[] x, double[] y)
    • dot

      public static double dot(double[] x, double[] y)