Interface ProcessingStep

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      uk.ac.starlink.table.StarTable wrap​(uk.ac.starlink.table.StarTable base)
      Performs a table filtering step.
    • Method Detail

      • wrap

        uk.ac.starlink.table.StarTable wrap​(uk.ac.starlink.table.StarTable base)
                                     throws java.io.IOException
        Performs a table filtering step.
        Parameters:
        base - input table
        Returns:
        output table
        Throws:
        java.io.IOException