endrov.hardwareFrivolous
Class FrivolousModel

java.lang.Object
  extended by endrov.hardwareFrivolous.FrivolousModel

public class FrivolousModel
extends java.lang.Object


Field Summary
 FrivolousCell cell
           
 int imageHeight
           
 int imageWidth
           
 
Constructor Summary
FrivolousModel(java.io.File f)
           
 
Method Summary
 int[] convolve(int offsetX, int offsetY, boolean simulatePSF, boolean simulateNoise)
           
 FrivolousSettingsNew getSettings()
           
static java.io.File getStandardExperiment()
           
 void stop()
           
 void updatePSF()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cell

public FrivolousCell cell

imageWidth

public final int imageWidth
See Also:
Constant Field Values

imageHeight

public final int imageHeight
See Also:
Constant Field Values
Constructor Detail

FrivolousModel

public FrivolousModel(java.io.File f)
Method Detail

getStandardExperiment

public static java.io.File getStandardExperiment()

convolve

public int[] convolve(int offsetX,
                      int offsetY,
                      boolean simulatePSF,
                      boolean simulateNoise)

getSettings

public FrivolousSettingsNew getSettings()

updatePSF

public void updatePSF()

stop

public void stop()