Blog from December, 2009

Reasons for Change

  • Switch to ST build on /afs/slac/g/glast/ground/releases/volume02/ScienceTools-v9r15p5
  • Switch to rhel4_gcc34opt

Test Procedure

Tested in dev on data in /ASP/TestSims2.

Rollback Procedure

Revert to ASP v3r1p1

CCB Jira

ssc-239@jira

Details

  • ASP v3r1p2
    • AspHealPix v0r0p3
    • AspLauncher v1r4p2*
      • Modified AspLauncher.xml to use rhel4_gcc34opt build
      • Modified AspInsertIntervals.xml to use rhel4_gcc34opt build
    • AspPolicy v0r6p1
    • BayesianBlocks v2r0p0
    • asp_pgwave v1r10p4*
      • Modified PGWave.xml to use rhel4_gcc34opt build
    • drpMonitoring v1r7p7*
      • Modified DRP_monitoring.xml to use rhel4_gcc34opt build
    • grbASP v4r8p8*
      • Modified GRB_blind_search.xml to use rhel4_gcc34opt build
      • Modified GRB_refinement_launcher.xml to use rhel4_gcc34opt build
      • Modified GRB_refinement.xml to use rhel4_gcc34opt build
      • Modified GRB_afterglow_launcher.xml to use rhel4_gcc34opt build
      • Modified GRB_afterglow.xml to use rhel4_gcc34opt build
    • pyASP v3r6p2
    • asp_healpix v2r2p3
    • asp_skymaps v1r13p2
    • asp_pointlike v6r14p1

This page is meant to gather information about how to run Fred and Wired event displays, in particular for the purpose of pass8 development.

FRED

Running

  • We could have Fred working on Scientific Linux 5 - 32 bit using the new version of Fred and Fox available in GLAST_EXT/rhel4_gcc34 and suggested by Joanne.
  • For this purpose override the Fred version and add the fox/lib in the LD_LIBRARY_PATH :
    Environment to modify
    export Fred_DIR="${GLAST_EXT}//Fred/v0r100p1/gcc34/"
    export LD_LIBRARY_PATH=$GLAST_EXT/fox/1.4.34-gl1/gcc34/lib:$LD_LIBRARY_PATH
    
  • Using the standard fredOptions.txt or readAndDisplay.txt work fine.
  • We tested the three different possible configurations
    • Fred standalone, opening an event stored in an heprep tar ball
    • Starting Fred when running MC with Gleam
    • Reading back events stored in digi/recon files
  • The following GlastRelease were tested sucessfully:
    GlastRelease-v15r47p1
    GlastRelease-v17r37p0

Caveats

  • When Fred starts it spits out a lot of warning, but everything seems to work well so far...
  • I am not sure we'll want to look into that in details, anyone knows ruby ?

Wired

  • I have started a discussion with Max and Tony about being able to use Wired instead of Fred directly from Gleam.
  • Here is Tony's answer, no big deal but need someone to work on it:

    Hi Johan, in principle WIRED can easily run the same way that Fred does, connecting to your locally running gleam. It should have no issues with running on windows, mac or any flavor of Linux.
    The only problem is that we have no one with any time to figure out what the instructions are for making it happen. I suggest waiting until Richard is back next week and I will discuss it with him then.

  • The advantage of Wired is that it's Java so potentially it's easier to make some developments if needed.