Lynkeos
Instance Methods | Protected Attributes | List of all members
FITSWriter Class Reference

FITS file format writer class. More...

#import <FITSWriter.h>

Inheritance diagram for FITSWriter:
Inheritance graph
[legend]
Collaboration diagram for FITSWriter:
Collaboration graph
[legend]

Instance Methods

(IBAction) - changeCompression:
 Action connected to the compression popup. More...
 
(IBAction) - changeBits:
 Action connected to the "sample representation" popup. More...
 
(IBAction) - confirmParams:
 Action connected to the "OK" button. More...
 
(IBAction) - cancelParams:
 Action connected to the "Cancel" button. More...
 
- Instance Methods inherited from <LynkeosImageFileWriter>
(void) - saveImageAtURL:withData:withPrecision:blackLevel:whiteLevel:withPlanes:width:lineWidth:height:metaData:
 Save the image data in a file at the given URL. Simple as that ;o) More...
 
- Instance Methods inherited from <LynkeosFileWriter>
(NSPanel *) - configurationPanel
 Get a configuration panel for this writer. More...
 

Protected Attributes

IBOutlet NSPanel_cfgPanel
 Configuration panel.
 
u_short _compression
 Kind of compression.
 
int _imgType
 Number of bits per pixels.
 

Additional Inherited Members

- Class Methods inherited from <LynkeosFileWriter>
(NSString *) + writerName
 Get a string identifying this writer. More...
 
(NSString *) + fileExtension
 Get the extension that should be appended to a file name, when written by this reader. More...
 
(BOOL) + canSaveDataWithPlanes:width:height:metaData:
 Check if this writer is able to save that kind of data. More...
 
(id< LynkeosFileWriter >) + writerForURL:planes:width:height:metaData:
 Constructor which creates a writer ready for writing some data with the given parameters. More...
 

Detailed Description

FITS file format writer class.

Method Documentation

- (IBAction) cancelParams: (id)  sender

Action connected to the "Cancel" button.

Parameters
senderThe button

References _cfgPanel.

- (IBAction) changeBits: (id)  sender

Action connected to the "sample representation" popup.

Parameters
senderThe popup

References _imgType.

- (IBAction) changeCompression: (id)  sender

Action connected to the compression popup.

Parameters
senderThe popup

References _compression.

- (IBAction) confirmParams: (id)  sender

Action connected to the "OK" button.

Parameters
senderThe button

References _cfgPanel.


The documentation for this class was generated from the following files: