dbo.lsan

 

Object Type

Table

Datasource

IPMA

Database

icsa

 

The information in this table has been extracted from the LWS LSAN AA FITS file for each observation.

Use and Related Data

See the ISO Data Product Document, IDPD SAI/94-1266/Dc for a further description of the columns in this table.

Population

This table has been populated during BKRP by db-import.
Columns
Name Datatype Null
obsno int No
scanf int No
scanb int No
column scanb

     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