Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Here is the current directory structure. The parts of this structure that are mandatory are /afs/slac/g/glast/ground/GLAST_EXT/diffuseModels/v#r# and /afs/slac/g/glast/ground/GLAST_EXT/catalogProductcatalogProducts/v#r# . The diffuse and catalog groups are free to organize their areas below these paths while keeping mindful that any scripts or software that access these areas still have to know how to access the desired files (more on this below).

Code Block
/afs/slac/g/glast/ground/GLAST_EXT/
   diffuseModels/
      v0r0/
         gll_iem_v02.fit
         isotropic_iem_02.txt
   catalogProducts/
      v0r0/
         1FGL/
            gll_psc_v02.xml
            gll_psc_v03.fit

...

Incorporation into ScienceTools Releases

ScienceTools incorporates the information on the versioning of the external libraries area via two configuration files used in the SCons build scheme: allExternals.scons and externals.scons. When new versions of the catalogProducts and diffuseModels areas are ready for inclusion in ST (initially at the ST-LATEST level), the group coordinators should send requests to Joanne (jrb@slac.stanford.edu) or Heather (heather625@gmail.com) to have these files updated with the new version numbers.

...