uk.ac.bristol.star.cdf.record
Class SparsenessParametersRecord

java.lang.Object
  extended by uk.ac.bristol.star.cdf.record.Record
      extended by uk.ac.bristol.star.cdf.record.SparsenessParametersRecord

public class SparsenessParametersRecord
extends Record

Field data for CDF record of type Sparseness Parameters Record.

Since:
19 Jun 2013

Field Summary
 int pCount
           
 int rfuA
           
 int[] sArraysParms
           
 int sArraysType
           
 
Constructor Summary
SparsenessParametersRecord(RecordPlan plan)
          Constructor.
 
Method Summary
 
Methods inherited from class uk.ac.bristol.star.cdf.record.Record
checkEndRecord, checkIntValue, getBuf, getContentOffset, getRecordSize, getRecordType, getRecordTypeAbbreviation, hasBit, readIntArray, readOffsetArray, toLines, warnFormat
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sArraysType

@CdfField
public final int sArraysType

rfuA

@CdfField
public final int rfuA

pCount

@CdfField
public final int pCount

sArraysParms

@CdfField
public final int[] sArraysParms
Constructor Detail

SparsenessParametersRecord

public SparsenessParametersRecord(RecordPlan plan)
                           throws java.io.IOException
Constructor.

Parameters:
plan - basic record information
Throws:
java.io.IOException