[
  {"name"   : "counts",
   "title"  : "Counts in Regions", 
   "files"  : "fits",
   "action" : "js9Xeq counts $filename $sregions $bregions",
   "rtype"  : "text"},
  {"name"   : "cubecounts",
   "title"  : "Counts in Each Cube Slice",
   "files"  : "fitsHeader(NAXIS,3)",
   "action" : "js9Xeq counts $filename(all) $sregions $bregions",
   "rtype"  : "text"},
  {"name"   : "radialprofile",
   "title"  : "Radial Profile",
   "files"  : "fits",
   "action" : "js9Xeq radialplot $filename $sregions $bregions",
   "rtype"  : "plot"},
  {"name"   : "energyplot",
   "title"  : "Energy Spectrum",
   "files"  : "fits",
   "action" : "js9Xeq histplot $filename[$regions] false false %energy 0",
   "rtype"  : "plot"},
  {"name"   : "timeplot",
   "title"  : "Light Curve",
   "files"  : "fits",
   "action" : "js9Xeq histplot $filename[$regions] false false %time 0",
   "rtype"  : "plot"},
  {"name"   : "histplot",
   "title"  : "Histogram Plot",
   "files"  : "fits",
   "purl"   : "./params/histplot.html",
   "action" : "js9Xeq histplot $filename[$regions] $norm $bwidth $column $bins",
   "rtype"  : "plot"},
  {"name"   : "evfilter",
   "title"  : "Event Filter",
   "files"  : "fits",
   "purl"   : "./params/evfilter.html",
   "action" : "js9Xeq evfilter $filename $filter $imcenter $dims",
   "pwin"   : "width=830px,height=218px,center=1,resize=1,scrolling=1",
   "rtype"  : "fits"}
]
