| | 45 | = Proposed changes = |
| | 46 | |
| | 47 | * add columns in '''MS::WEATHER''' table to '''Scantable::WEATHER, including '''Time''' |
| | 48 | * '''MS''' is time based, so MS->Scantable Filler needs to generate '''WEATHER_ID''' in main table |
| | 49 | |
| | 50 | * Add '''ANTENNA''' subtable to Scantable, referencing in main table keyword. |
| | 51 | * Copy from '''MS'''. |
| | 52 | * MS for single-dish should always be one row only. |
| | 53 | |
| | 54 | * add columns from '''MS::SYSCAL''' to '''Scantable::TCAL''' |
| | 55 | |
| | 56 | * add '''FIELD''' sub-table to '''Scantable''' and move existing '''FIELD''' related columns from main table into it. |
| | 57 | |
| | 58 | * Add '''OBSERVATION''' subtable to Scantable, referencing in main table keyword |
| | 59 | * Copy from '''MS'''. |
| | 60 | * should always be one row only. |
| | 61 | |
| | 62 | * Use '''MS::HISTORY''' in '''Scantable::HISTORY''' (message column) |
| | 63 | |
| | 64 | * Copy '''MS::STATE''' to new sub-table and add '''STATE_ID''' in main Scantble |
| | 65 | |
| | 66 | * Copy '''MS::POINTING''' table. No referencing in main table. Plain copy |
| | 67 | |
| | 68 | * Copy '''MS::POLARIZATION''' table |
| | 69 | * add '''POL_ID''' |
| | 70 | * add {{{getPolType}}} method |
| | 71 | |
| | 72 | * |
| | 73 | |