About Chandra Archive Proposer Instruments & Calibration Newsletters Data Analysis HelpDesk Calibration Database NASA Archives & Centers Chandra Science Links

Skip the navigation links
Last modified: 26 October 2007
Hardcopy (PDF): A4 | Letter

Why does dmextract convert arcseconds to arcminutes when I use pset?


unix% pset dmextract  \
      infile='infile.fits[bin sky=ellipse(161.18d,-59.71d,2.56",1.71",34.40)]'

unix% plist dmextract

Parameters for /home/username/cxcds_param/dmextract.par

#--------------------------------------------------------------------
#
# DMEXTRACT -- extract columns or counts from an event list
#
#--------------------------------------------------------------------
        infile = infile.fits[bin sky=ellipse(161.18d,-59.71d,2.56',1.71',34.40)] Input event file 

This is a bug in the parameter interface, caused by the double quotes used to denote arcseconds. As a workaround, create a one-line stack as the input to the tool:

unix% cat stack.lis 
infile.fits[bin sky=ellipse(161.18d,-59.71d,2.56",1.71",34.40)]

unix% pset dmextract infile=@stack.lis

See ahelp stack for more information on how CIAO treats stack inputs.



Hardcopy (PDF): A4 | Letter
Last modified: 26 October 2007


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.