|
|
|
|
SynopsisMerges an array of depths into a single new depth. Syntaxcollapse_depths( [id,] depth_list, new_depth) Description
The collapse_depths command merges an array of depths into a single new depth. The order in which the depths are specified dictates the order in which the objects are merged into the new depth. Use the info_depth command ("ahelp py.chips info_depth") to see which depths are being used. For general information on depth, refer to "ahelp py.chips depthcontrol" . Examplechips> add_curve(range (10), range (10), 'line.color=blue symbol.color=blue depth=50') chips> add_curve(range (10), range (9,-1,-1), 'depth=200') chips> add_hline(5, 'depth=70 color=red') chips> collapse_depths([50,70,100], 200) Create two curves and a horizontal line at different depths. All objects at depths 50, 70, and 100 are collapsed to a depth of 200. BugsSee the bugs pages on the ChIPS website for an up-to-date listing of known bugs. |
![]() |
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. |