-
Notifications
You must be signed in to change notification settings - Fork 3
HUT Data Issues
DougBurke edited this page Aug 31, 2011
·
4 revisions
The map file contains 9 obsids not in the obscore file:
gd394_21101_a
gd394_06401_d
gd394_09201_d
gd394_34001_a
k1-16_27566
a2597----
n132d----
gam-gem----
gd394_13801_d
The gd394 links probably map to the following entries (note the sort/uniq call to remove the duplicate obsid values we see in the HUT obscore table):
% grep -i gd394 ../AstroExplorer/Missions/MAST/hut/obscore.hut.psv | awk -F \| '{ print $10 " " $13 " " $17; }' - | sort | uniq
GD394 gd394_064_01, GD394 gd394_064_01
GD394 gd394_092_01, GD394 gd394_092_01
GD394 gd394_092_02, GD394 gd394_092_02
GD394 gd394_092_03, GD394 gd394_092_03
GD394 gd394_138_01, GD394 gd394_138_01
GD394 gd394_138_02, GD394 gd394_138_02
GD394 gd394_211_01, GD394 gd394_211_01
GD394 gd394_211_02, GD394 gd394_211_02
GD394 gd394_340_01, GD394 gd394_340_01
GD394 gd394_340_02, GD394 gd394_340_02
The gam-gem one from:
% cat ../AstroExplorer/Missions/MAST/hut/obscore.hut.psv | awk -F \| '{ print $10 " " $13 " " $17; }' - | sort | uniq | grep -i gem | grep -i gam
GAM-GEM gam-gem_126, GAM-GEM gam-gem_126
GAM-GEM gam-gem_128, GAM-GEM gam-gem_128
The k1-16 is likely:
% cat ../AstroExplorer/Missions/MAST/hut/obscore.hut.psv | awk -F \| '{ print $10 " " $13 " " $17; }' - | sort | uniq | grep -i k1
K1-16 k1-16_275_01, K1-16 k1-16_275_01