XMM-Newton SAS Home Page
XMM-Newton Science Analysis System


deceit (deceit-1.18.2) [xmmsas_20050815_1803-6.5.0]

A dataset with an A few examples Detailed syntax Home Index

Meta Index / Home Page / Description / A few examples


A dataset with an table block of 10 rows and four columns

# --> begin
dataset "table.ds"
<
  attribute "ATT_STR" string "hello" "a familiar greeting" ""
  attribute "PI" real 3.1415 "a familiar number" "rad"

  table "TABLE" 10 "a small table"
  <
    attribute "GOOD" bool true "is the SAS good?" ""
    column "RAWX" int32 "raw CCD X coordinate" "pixel"
    column(32) "Strings" string "a string column" ""
    column(10,20) "MiniImages" real32 "images" "c/s"
    column(0) "VariableLength" int16 "as many as you line" "erg/s"
  >
>
# --> end

The following syntax rules apply:


A dataset with an A few examples Detailed syntax Home Index

XMM-Newton SOC/SSC -- 2005-08-16