org.das2.dataset
Class TableDataSetGridder

java.lang.Object
  extended by org.das2.dataset.TableDataSetGridder

public class TableDataSetGridder
extends java.lang.Object

calculate TableDataSets with tables that are gridded in linear or log space.


Constructor Summary
TableDataSetGridder()
           
 
Method Summary
static TableDataSet gridLog(TableDataSet tds, Datum xerror, Datum yerror)
          returns a TableDataSet where all the tables are gridded.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableDataSetGridder

public TableDataSetGridder()
Method Detail

gridLog

public static TableDataSet gridLog(TableDataSet tds,
                                   Datum xerror,
                                   Datum yerror)
returns a TableDataSet where all the tables are gridded. That is, each table has tags that are uniform in log or linear space. Gaps are filled with getZUnits().getFill(), and cells are mapped to a set of cells with the yTagWidth.