#include <fits_header_data.h>
Public Member Functions | |
| fits_scale_factor () | |
| fits_scale_factor (const iofits &iof) | |
| fits_scale_factor (const fits_scale_factor &fsf) | |
| ~fits_scale_factor () | |
| fits_scale_factor & | operator= (const fits_scale_factor &fsf) |
| void | read (const iofits &iof) |
| void | write (iofits &iof) const |
| void | print (ostream &os, const char *prefix="") const |
Protected Attributes | |
| double | bscale |
| The fits scale factor. | |
| string | bscale_comment |
| The scale factor comment. | |
| double | bzero |
| The fits zero point. | |
| string | bzero_comment |
| The zero point comment. | |
|
|
Null constructor |
|
|
Construct from iofits object |
|
|
Copy constructor |
|
|
Trivial destructor |
|
|
Operator= |
|
||||||||||||
|
|
|
|
Read from file |
|
|
Write to file |
|
|
The fits scale factor.
|
|
|
The scale factor comment.
|
|
|
The fits zero point.
|
|
|
The zero point comment.
|
1.3.9.1