| 57 | | == IPP Detectability Response == |
| | 58 | If the EXTVER value has the value of 2, then the query parsing routine shall be more relaxed. The only required BINTABLE extension header keywords shall be EXTNAME (required value {{{MOPS_DETECTABILITY_QUERY}}}), EXTVER (required value {{{2}}} for this relaxed parsing), and a unique QUERY_ID. All other header keywords specified in \ref{detquery-keywords} are optional, and when specified, will be applied to all rows listed in the query. If a header keyword is not specified in the header, it may be included as a query table column. The only restriction shall be that each FPA_ID have a unique STAGE. |
| | 59 | |
| | 60 | If a keyword is not specified, a default value shall be chosen by the detectability server as summarized in table \ref{detquery-defaults}. If multiple columns are unspecified, and cannot be calculated from the default values, the detectability server will return a PSTAMP_INVALID_REQUEST error. |
| | 61 | |
| | 62 | === MOPS-IPP Detectability Query EXTVER=2 Default Values\labe{detquery-defaults} === |
| | 63 | ||'''Column''' || '''Default value''' || |
| | 64 | || STAGE || 'diff' || |
| | 65 | || OBSCODE || 566 || |
| | 66 | || FILTER || Uniquely determined from requested FPA_ID || |
| | 67 | || MJD-OBS || Uniquely determined from requested FPA_ID || |
| | 68 | || FPA_ID || Calculated from FPA with requested FILTER and MJD-OBS containing requested RA1_DEG and DEC1_DEG || |
| | 69 | |
| | 70 | = IPP Detectability Response = |