| | 1 | = Converting home made request files version 2 of the request format = |
| | 2 | |
| | 3 | The request specification is mostly backward compatible. The only required changes are in the request header. Specifically the header of the fits extension must |
| | 4 | have the following keywords |
| | 5 | |
| | 6 | * EXTNAME = 'PS1_PS_REQUEST' - same as V1 |
| | 7 | * EXTVER = '2' |
| | 8 | * ACTION = 'PROCESS' - New keyword. PROCESS is currently the only supported value |
| | 9 | * EMAIL = 'user@domain' - New keyword. |
| | 10 | |
| | 11 | |
| | 12 | In the request specification rows, the new columns are not required to be set. The parser defaults them appropriately. Users are strongly encouraged to |
| | 13 | use the SURVEY (3PI, MD01, etc) in their requests. If it is missing or NULL the system sets it to 3PI for coordinate based lookups (REQ_TYPE bycoord and by skycell) |