stella.ccd
Interface FileCarrying

All Known Implementing Classes:
AcquireExposureAdapter, ExposureAbortCcd, GuidingExposureAdapter

public interface FileCarrying

An interface indicating that a command carries a file. Used to easily convert ScientificCcd, BiasCcd, DarkCcd, and ExposureAbortCcd commands to a single type.


Method Summary
 File getFits()
          Returns a file this command carries.
 

Method Detail

getFits

File getFits()
Returns a file this command carries. Note that files are serializable, therefore RMI-transport is possible.