Lynkeos
|
FITS file format writer class. More...
#import <FITSWriter.h>
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... | |
![]() | |
(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... | |
![]() | |
(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 | |
![]() | |
(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... | |
FITS file format writer class.
- (IBAction) cancelParams: | (id) | sender |
- (IBAction) changeBits: | (id) | sender |
Action connected to the "sample representation" popup.
sender | The popup |
References _imgType.
- (IBAction) changeCompression: | (id) | sender |
- (IBAction) confirmParams: | (id) | sender |