The information in this table has been extracted from the LWS LSAN AA FITS file for each observation.
Columns |
Name | Datatype | Null |
obsno | int | No |
scanf | int | No |
scanb | int | No |
Backward scan count.
column scanf
Forward scan count.
column obsno
Observation number constructed as follows:
revolution number * 1000000 + target number * 1000 + observation sequence number * 10 + type.Please see SCREW 385.
Table Usage (MB) |
Distribution of Table Space |
Data |
0.06 |
Data |
51.79 % |
Indexes |
0.00 |
Indexes |
1.79 % |
Unused |
0.05 |
Unused |
46.43 % |
Total |
0.11 |
Number
of Rows |
3599 |
Dependencies |
Referencing Objects |
Object Name | Object Type |
dbo.lsan.lsan_ucx | INDEX |
Referenced Objects |
Object Name | Object Type |
DDL |
CREATE TABLE dbo.lsan
(
obsno int NOT NULL,
scanf int NOT NULL,
scanb int NOT NULL
)
LOCK ALLPAGES
go