Observation typeThe information contained in this table was extracted (or calculated) from the POF files.
Stepsize
Number of resets
Number of spectral resolution elements (or Spectral scan width)
Integration time
Columns |
Name | Datatype | Null |
obsno | int | No |
type | char(3) | No |
stepsize | int | No |
int_time | float | No |
resets | int | No |
nspecres | int | No |
Observation numbercolumn type
Defines the type of observation. Must be one of:column stepsizeFPL
FPS
GR
Step sized used.column int_time
Integration time.column resets
Number of resetscolumn nspecres
Number of spectral resolution elements
Table Usage (MB) |
Distribution of Table Space |
Data |
0.90 |
Data |
71.88 % |
Indexes |
0.32 |
Indexes |
25.94 % |
Unused |
0.03 |
Unused |
2.19 % |
Total |
1.25 |
Number
of Rows |
29782 |
Dependencies |
Referencing Objects |
Object Name | Object Type |
dbo.lws_extras.lws_extras_ix | INDEX |
Referenced Objects |
Object Name | Object Type |
DDL |
CREATE TABLE dbo.lws_extras
(
obsno int NOT NULL,
type char(3) NOT NULL,
stepsize int NOT NULL,
int_time float NOT NULL,
resets int NOT NULL,
nspecres int NOT NULL
)
LOCK ALLPAGES
go