/*
 * Created on 14-Sep-2004
 *
 * Class to hold various WSA schema related objects and SQL
 */
package uk.ac.roe.wfau;

/**
 * Class to hold various WSA schema related objects and SQL
 * 
 * @author mar
 * @version 1.0
 * 
 */
public class SchemaWSA {

 
    /**
     * Offset between extension numbers held in database and what cfitsio
     * expects.
     */
    public static int FITS_OFFSET=1;
}
