Package ComboCode :: Package cc :: Package data :: Package instruments :: Module Pacs
[hide private]
[frames] | no frames]

Module Pacs

source code

Producing Pacs-related output.

Author: R. Lombaert

Classes [hide private]
  Pacs
Environment with several tools for Pacs molecular spectroscopy managing.
Functions [hide private]
(arr,arr)

#pp1 = Pacs.Pacs('waql',6,'codeJun2013',path_linefit='/home/robinl/Data/PACS/waql/lineFit/') #pp2 = Pacs.Pacs('waql',6,'codeJun2013',path_linefit='/home/robinl/Data/PACS/waql/lineFit_normalization/') #wl, fl1, fl2, fl1err, fl2err = Pacs.compareInts(pp1,pp2) #Plotting2.plotCols(x=[wl],y=[fl1/fl2],line_types=['or'],ylogscale=1,ymin=0.75,ymax=1.25,horiz_lines=[0.8,0.9,1.1,1.2])

compareInts(pp1, pp2)
Compare integrated line fluxes for an identical target with the same input Hipe line list.
source code
Variables [hide private]
  __package__ = 'ComboCode.cc.data.instruments'
Function Details [hide private]

compareInts(pp1, pp2)

source code 

Compare integrated line fluxes for an identical target with the same input Hipe line list.

Parameters:
  • pp1 (Pacs()) - The first Pacs object with the PACS data and integrated line strengths.
  • pp2 (Pacs()) - The second Pacs object with the PACS data and integrated line strengths.
Returns: (arr,arr)

#pp1 = Pacs.Pacs('waql',6,'codeJun2013',path_linefit='/home/robinl/Data/PACS/waql/lineFit/') #pp2 = Pacs.Pacs('waql',6,'codeJun2013',path_linefit='/home/robinl/Data/PACS/waql/lineFit_normalization/') #wl, fl1, fl2, fl1err, fl2err = Pacs.compareInts(pp1,pp2) #Plotting2.plotCols(x=[wl],y=[fl1/fl2],line_types=['or'],ylogscale=1,ymin=0.75,ymax=1.25,horiz_lines=[0.8,0.9,1.1,1.2])

The two one-to-one comparable arrays of line fluxes.