spacetelescope / exocat

1 stars 1 forks source link

Update the APT parsing for broken proposals #8

Open catherine-martlin opened 3 years ago

catherine-martlin commented 3 years ago

Looks like some proposals include a <TicData> section that makes it not gather the exposure information. Need to update the table to be able to do that in those instances.

First see if the exposure data is gathered at all, if not does the xml need to look a level deeper for it?

catherine-martlin commented 3 years ago

Also - build it to only include WFC3 data - "For example WASP-76 has 9 matches including G430L & G750L (STIS); HAT-P-41 has E230M, G430L, G750L, etc. We should avoid listing other observations than WFC3 IR, because some people from the exoplanet community are likely looking at the table already and we don’t want to risk loosing their trust/confidence. We can use the table I provided as a source and also include a filter in your code to simply filter observations that are not WFC3 IR. For instance, when looking at each visit, just make sure there is an exposure containing SpElement=“G141” or SpElement=“G102". "

catherine-martlin commented 3 years ago

Also want to be sure to include the RA, DEC

catherine-martlin commented 3 years ago

Missing rate, phase_start, phase_end: 12330, 12544, 12970, 13338, 13467, 14758, 14927, 15134, 15304, 15813, 15819, 15926, 16194

catherine-martlin commented 3 years ago

Found the following are not spatial scans so should not have those: 12330, 12544, 12970, 15819

catherine-martlin commented 3 years ago