Class DSS

    • Constructor Detail

      • DSS

        public DSS​(double plate_ra,
                   double plate_dec,
                   double x_pixel_size,
                   double y_pixel_size,
                   double plate_scale,
                   double[] ppo_coeff,
                   double[] x_coeff,
                   double[] y_coeff)
    • Method Detail

      • transform

        public void transform​(double[] x,
                              double[] y)
        Description copied from class: Transformer
        Convert a single point where the output vector is supplied.
        Specified by:
        transform in class Transformer
        Parameters:
        x - The input vector.
        y - The output vector, it may be the same as the input vector if the dimensionalities are the same. All transformers are expected to work with aliased inputs and output.
      • preserves

        protected boolean preserves()
      • inverse

        public Distorter inverse()
        The inverse Distorter (i.e., the undistorter) uses much of the same machinery, so we generate it as a inner class of the distorter.
        Specified by:
        inverse in class Distorter