tv.readme

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

README
41
字号
TV Display Procedures                       pro/tv             August 2000The procedures in this directory involve the use of direct graphics or theimage display.BLINK - Blink two or more windows in an image displayCURS - Change the shape of the (X windows only) cursorCURVAL - Interactive display of image intensities and astronomical coordinatesPIXCOLOR - Set specified pixel values to a specified colorSIGRANGE() - Find range of pixel values which contain 99% of the image valuesTVBOX - Draw a box of specified size on the image displayTVCIRCLE - Draw a circle of specified radius on the current deviceTVELLIPSE - Draw an ellipse of specified axes on the current deviceTVLASER - Write an image to postscript file with annotation from a FITS headerTVLIST - Display intensity values surrounding the cursor positionUNZOOM_XY - Convert from window coordinates to image coordinatesZOOM_XY - Convert from image coordinates to window coordinatesNotes:TVLIST requires the use of the non-standard system variable !TEXTOUT.This can be added to one's session using the astronomy library procedureASTROLIB.To display astronomical coordinates with CURVAL, one must have a FITS headerwith astrometry information.  Several procedures from the ASTROM directoryare used.Users probably want to tailor TVLASER to choose their preferred FITSkeywords for supplying annotationBill Thompson has written an additional set of image display routines that arenot part of the standard IDL astronomy library but which are available in thesolar IDL Library at http://sohowww.nascom.nasa.gov/solarsoft/gen/idl/image/.    See theaaareadme.txt file in that directory for more info.The version of SIGRANGE in this directory differs slightly from that found inthe solar Library, in that it does not use the non-standard !MISSING systemvariable.

⌨️ 快捷键说明

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