sdas_table.readme

来自「basic median filter simulation」· README 代码 · 共 42 行

README
42
字号
/SDAS_TABLE                                               December  2006The procedures in this directory are useful for accessing the binary disk tablesused by STSDAS (Space Telescope Science Data Analysis System,http://stsdas.stsci.edu/documents/SPP/SP_64.html).   The LaTeX fileidl_stsdas.tex in the /text directory gives a detailed  description of the IDLinterface with STSDAS images and tables. Several procedures in the /FITS directory such as sxaddpar.pro and sxpar.pro are required by the STSDAS table IDL procedures.----------------------------------------------------------------------------STSDAS (Binary) Table I/O   ____________------------TABLE_APPEND - Append a list of STSDAS tables to create a single table.TABLE_CALC - Add a new table column from an expression using existng columns.TABLE_DELETE - Delete specified rows from an STSDAS tableTABLE_EXT - Extract column(s) of data from an STSDAS table to IDL variable(s)TABLE_HELP  - Describe an STSDAS table.TABLE_LIST  - List the contents of an STSDAS tableTABLE_PRINT - Print a disk STSDAS table in tabular formTABLE_SORT  - Order the contents of an STSDAS table by the specified columnTAB_ADDCOL  - Add a new column to a STSDAS tableTAB_COL - Extract column info from a table control block.  Called by TAB_READTAB_CREATE - Create an empty STSDAS table on diskTAB_DEL  - Delete specified row(s) from an STSDAS tableTAB_EXPAND - Expand the size of an STSDAS table.  Called by TABLE_APPENDTAB_FORTOSPP - Convert a FORTRAN print format to SPP. Called by TAB_MODCOLTAB_MODCOL - Modify a column name, format or units in an STSDAS table.TAB_NULL() - Locate null values in a STSDAS table.  Called by TAB_PUTTAB_NULLROW - Place null values into a STSDAS table.  Called by TAB_PUTTAB_PRINT - Print the contents of an STSDAS table in tabular formTAB_PUT - Put new values into a column of an STSDAS tableTAB_READ - Read table control block and data array from a disk STSDAS table. TAB_SIZE - Return the size of a STSDAS table.  Called by TABLE_LISTTAB_SORT - Sort a STSDAS table according to the specified columnTAB_SPPTOFOR - Convert SPP print format to FORTRAN.  Called by TAB_PRINTTAB_TO_DB - Convert an STSDAS table to an IDL databaseTAB_VAL() - Extract values from a single column of an STSDAS tableTAB_WRITE - Write a STSDAS table to a disk file

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?