Skip to content
Snippets Groups Projects
Commit 14c13f71 authored by Robert Butora's avatar Robert Butora
Browse files

vlkb: includes RESTFRQ in headerwcs listing

parent cb3315d5
No related branches found
No related tags found
No related merge requests found
......@@ -126,6 +126,10 @@ map<string, string> fitsfiles::read_header_wcs_coord_type(const std::string path
istr = to_string(i++);
}
if( hdr.contains_card( "RESTFREQ" ) ) keys.insert( "RESTFREQ" );
if( hdr.contains_card( "RESTFRQ" ) ) keys.insert( "RESTFRQ" );
if( hdr.contains_card( "RESTWAV" ) ) keys.insert( "RESTWAV" );
return hdr.parse_string_cards(keys);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment