'This GammaVision Job File demonstrates the process for extracting the Gate, 'UnGated, and Total spectra from a 2012 N42 Spectrum acquired in Gate Route Mode 'for Coincidence/Anti-Coincidence measurements. Additional commands can be used 'to process each spectrum as necessary for your application. 'Close any existing Windows CloseMCBs CloseBuffers 'Browse for N42 Spectrum and set base file path. SET_BUFFER ASK_SPECTRUM SET_VARIABLE “vSpectrumFileBase”, "$(FullBase)" SET_VARIABLE “vSpectrumFullPath”, "$(FullPath)" Recall "$(vSpectrumFullPath)" View "1" Save "$(vSpectrumFileBase) Gated.spc" Save "$(vSpectrumFileBase) Gated.chn" Recall "$(vSpectrumFullPath)" View "2" Save "$(vSpectrumFileBase) UnGated.spc" Save "$(vSpectrumFileBase) UnGated.chn" Recall "$(vSpectrumFullPath)" View "3" Save "$(vSpectrumFileBase) Total.spc" Save "$(vSpectrumFileBase) Total.chn"