|
|
|
|
SynopsisDelete the specified line. Syntaxdelete_line() delete_line( [ChipsId] ) delete_line( "line_id" ) delete_line( "all" ) DescriptionDepending on the argument, the delete_line command deletes the current line, the line indicated in a ChipsId structure or by the line_id, or all lines.
Example 2chips> id = ChipsId() chips> add_line(.1, .3, .9, .3, "id=flat") chips> add_line(.3, .8, .8, .2, "id=slope") chips> id.line = "flat" chips> delete_line(id) Two lines are created; the second line is current after it is created. The id.line command sets the line value of the ChipsId structure to the first line. That line is then deleted. Example 3
chips> add_line(0, 0, 1, 1)
chips> add_line(.1, .3, .9, .3)
chips> delete_line("all")Two lines are created, then the delete_line command deletes them both. BugsSee the bugs pages on the ChIPS website for an up-to-date listing of known bugs. See Also
|
![]() |
The Chandra X-Ray
Center (CXC) is operated for NASA by the Smithsonian Astrophysical Observatory. 60 Garden Street, Cambridge, MA 02138 USA. Email: cxcweb@head.cfa.harvard.edu Smithsonian Institution, Copyright © 1998-2004. All rights reserved. |