To overlay the sourcelist srclist.ds generated previously by eboxdetect on an image image.ds the following command can be used:
srcdisplay imageset=image.ds boxlistset=srclist.ds
This would overlay circles, each of radius 5 pixels, around each source detected by eboxdetect. To overlay circles of radius 0.01 degrees, use the following:
srcdisplay imageset=image.ds boxlistset=srclist.ds sourceradius=0.01
To perform the same as above, but also write out a DS9 region file named regions.txt, detailing the source regions corresponding to the displayed circles,the following command could be used:
srcdisplay imageset=image.ds boxlistset=srclist.ds sourceradius=0.01 withregionfile=true regionfile=regions.txt