public class Formatter
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
filenamePrefix |
| Constructor and Description |
|---|
Formatter()
Class constructor
|
Formatter(EventRecord eventRecord)
Class constructor, based on an EventRecord
|
| Modifier and Type | Method and Description |
|---|---|
EventRecord |
Fits2Record()
Loads two (or one) FITS file from the storage into an event record.
|
void |
Record2Fits()
Convert the EventRecord to two FITS files
|
void |
SaveFits(java.lang.String dirname)
Saves the FITS files to the specified directory
|
public Formatter()
public Formatter(EventRecord eventRecord)
eventRecord - public EventRecord Fits2Record()
public void Record2Fits()
public void SaveFits(java.lang.String dirname)
dirname - the name of the directory where the files will be stored