|
Developer Documentation |
|||||||||
| prev file | next file | ||||||||||
| SUMMARY: fields | routine DETAILS: routine | ||||||||||
./toolbox/io fits_header_parser__define.pro
KEY_VALUE_PARSER | +-fits_header_parser
Child of key_value_parser, removes comments that are part of the string array returned from fits headers
| Fields inherited from KEY_VALUE_PARSER: | ||||
|
| Routine Summary 3 routines |
procedure fits_header_parser__define | |
Child of key_value_parser, removes comments that are part of the string array returned from fits headers |
function FITS_HEADER_PARSER::init(key_value_strings) | |
Class Constructor |
Converts the string array from fits header into a structure, removing comments and white space. |
| Routine Details |
| fits_header_parser__define |
procedure fits_header_parser__define |
Child of key_value_parser, removes comments that are part of the string array returned from fits headers
| FITS_HEADER_PARSER::init |
function FITS_HEADER_PARSER::init(key_value_strings) |
Class Constructor
| Parameters | |
|
key_value_strings |
string array returned from fits header |
| FITS_HEADER_PARSER::create_key_value_strct |
procedure FITS_HEADER_PARSER::create_key_value_strct |
Converts the string array from fits header into a structure, removing comments and white space.