Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Name

Type

Description

sDatasource

STRING

 

nMetStop

NUMBER

 

nMetStart

NUMBER

 

sOrigFilename

STRING

 

nOrigBytes

NUMBER

 

nOrigCkSum

NUMBER

 

sBTRversion

STRING

 

sPhysList

STRING

 

nBtRunId

NUMBER

 

sDataSource

STRING

 

nDownlink

NUMBER

 

nRun

NUMBER

 

sRunStatus

STRING

 

sCreator

STRING

 

sIntent

STRING

 

nMootKey

NUMBER

 

type

STRING

 

packetTime

STRING

 

packetApid

STRING

 

startAddress

STRING

 

functionCode

STRING

 

stopAddress

STRING

 

transactionId

STRING

 

tstop

STRING

 

tstart

STRING

 

nMootKey

STRING

 

startedAt

STRING

 

firstTimeStamp

STRING

 

counterType

STRING

 

lastTimeStamp

STRING

 

nDatasetId

NUMBER

 

TCut

STRING

 

Examples:

All the FT1 files in a given run-range, sorted by nMetStart:

noric13:dflath> /afs/slac/g/glast/ground/bin/datacat find --filter 'RunMin>=236191699 && RunMax<=236211846' --sort nMetStart --group FT1 /Data/Flight/Level1/LPA/

root://glast-rdr.slac.stanford.edu//glast/Data/Flight/Level1/LPA/prod/1.57/ft1/gll_ph_r0236191699_v002.fit
root://glast-rdr.slac.stanford.edu//glast/Data/Flight/Level1/LPA/prod/1.57/ft1/gll_ph_r0236197643_v001.fit
root://glast-rdr.slac.stanford.edu//glast/Data/Flight/Level1/LPA/prod/1.57/ft1/gll_ph_r0236198321_v001.fit
root://glast-rdr.slac.stanford.edu//glast/Data/Flight/Level1/LPA/prod/1.56/ft1/gll_ph_r0236209517_v001.fit
root://glast-rdr.slac.stanford.edu//glast/Data/Flight/Level1/LPA/prod/1.56/ft1/gll_ph_r0236211846_v001.fit

The same

...

search, but retrieving their SLAC NFS location rather than their master (default) location:

noric13:dflath> /afs/slac/g/glast/ground/bin/datacat find --filter 'RunMin>=236191699 && RunMax<=236211846' --sort nMetStart --group FT1 --site SLAC /Data/Flight/Level1/LPA/

/nfs/farm/g/glast/u20/FT1-2copies/glast/Data/Flight/Level1/LPA/prod/1.57/ft1/gll_ph_r0236191699_v002.fit
/nfs/farm/g/glast/u20/FT1-2copies/glast/Data/Flight/Level1/LPA/prod/1.57/ft1/gll_ph_r0236197643_v001.fit
/nfs/farm/g/glast/u20/FT1-2copies/glast/Data/Flight/Level1/LPA/prod/1.57/ft1/gll_ph_r0236198321_v001.fit
/nfs/farm/g/glast/u20/FT1-2copies/glast/Data/Flight/Level1/LPA/prod/1.56/ft1/gll_ph_r0236209517_v001.fit
/nfs/farm/g/glast/u20/FT1-2copies/glast/Data/Flight/Level1/LPA/prod/1.56/ft1/gll_ph_r0236211846_v001.fit

SLAC NFS locations of all the FT1 and FT2 datasets in a given run-range, grouped by dataset name (perhaps you have a tool that wants the ft1 and it's corresponding ft2 file listed on consecutive lines):

noric13:dflath> /afs/slac/g/glast/ground/bin/datacat find --filter '(DataType=="FT1" || DataType=="FT2") && RunMin>=236191699 && RunMax<=236211846' --sort Name --sort DataType --search-groups --site SLAC /Data/Flight/Level1/LPA/

/nfs/farm/g/glast/u20/FT1-2copies/glast/Data/Flight/Level1/LPA/prod/1.57/ft1/gll_ph_r0236191699_v002.fit
/nfs/farm/g/glast/u20/FT1-2copies/glast/Data/Flight/Level1/LPA/prod/1.57/ft2/gll_pt_r0236191699_v002.fit
/nfs/farm/g/glast/u20/FT1-2copies/glast/Data/Flight/Level1/LPA/prod/1.57/ft1/gll_ph_r0236197643_v001.fit
/nfs/farm/g/glast/u20/FT1-2copies/glast/Data/Flight/Level1/LPA/prod/1.57/ft2/gll_pt_r0236197643_v001.fit
/nfs/farm/g/glast/u20/FT1-2copies/glast/Data/Flight/Level1/LPA/prod/1.57/ft1/gll_ph_r0236198321_v001.fit
/nfs/farm/g/glast/u20/FT1-2copies/glast/Data/Flight/Level1/LPA/prod/1.57/ft2/gll_pt_r0236198321_v001.fit
/nfs/farm/g/glast/u20/FT1-2copies/glast/Data/Flight/Level1/LPA/prod/1.56/ft1/gll_ph_r0236209517_v001.fit
/nfs/farm/g/glast/u20/FT1-2copies/glast/Data/Flight/Level1/LPA/prod/1.56/ft2/gll_pt_r0236209517_v001.fit
/nfs/farm/g/glast/u20/FT1-2copies/glast/Data/Flight/Level1/LPA/prod/1.56/ft1/gll_ph_r0236211846_v001.fit
/nfs/farm/g/glast/u20/FT1-2copies/glast/Data/Flight/Level1/LPA/prod/1.56/ft2/gll_pt_r0236211846_v001.fit

The same

...

search, but with 'nMetStart' and 'nMetStop' as columns in the output:

noric13:dflath> /afs/slac/g/glast/ground/bin/datacat find --filter '(DataType=="FT1" || DataType=="FT2") && RunMin>=236191699 && RunMax<=236211846' --display nMetStart --display nMetStop --sort Name --sort DataType --search-groups --site SLAC /Data/Flight/Level1/LPA/

/nfs/farm/g/glast/u20/FT1-2copies/glast/Data/Flight/Level1/LPA/prod/1.57/ft1/gll_ph_r0236191699_v002.fit 236191701.95599103 236195764.0891509
/nfs/farm/g/glast/u20/FT1-2copies/glast/Data/Flight/Level1/LPA/prod/1.57/ft2/gll_pt_r0236191699_v002.fit 236191701.95599103 236195764.0891509
/nfs/farm/g/glast/u20/FT1-2copies/glast/Data/Flight/Level1/LPA/prod/1.57/ft1/gll_ph_r0236197643_v001.fit 236197645.96239495 236198115.084378
/nfs/farm/g/glast/u20/FT1-2copies/glast/Data/Flight/Level1/LPA/prod/1.57/ft2/gll_pt_r0236197643_v001.fit 236197645.96239495 236198115.084378
/nfs/farm/g/glast/u20/FT1-2copies/glast/Data/Flight/Level1/LPA/prod/1.57/ft1/gll_ph_r0236198321_v001.fit 236198324.12405705 236201952.08423495
/nfs/farm/g/glast/u20/FT1-2copies/glast/Data/Flight/Level1/LPA/prod/1.57/ft2/gll_pt_r0236198321_v001.fit 236198324.12405705 236201952.08423495
/nfs/farm/g/glast/u20/FT1-2copies/glast/Data/Flight/Level1/LPA/prod/1.56/ft1/gll_ph_r0236209517_v001.fit 236209519.9578979 236211816.08435512
/nfs/farm/g/glast/u20/FT1-2copies/glast/Data/Flight/Level1/LPA/prod/1.56/ft2/gll_pt_r0236209517_v001.fit 236209519.9578979 236211816.08435512
/nfs/farm/g/glast/u20/FT1-2copies/glast/Data/Flight/Level1/LPA/prod/1.56/ft1/gll_ph_r0236211846_v001.fit 236211848.96936107 236214145.084764
/nfs/farm/g/glast/u20/FT1-2copies/glast/Data/Flight/Level1/LPA/prod/1.56/ft2/gll_pt_r0236211846_v001.fit 236211848.96936107 236214145.084764

All the FT2 files available from SLAC NFS in no particular order:

noric15:dflath> datacat find --site SLAC --group FT2 /Data/Flight/Level1/LPA/
/nfs/farm/g/glast/u20/FT1-2copies/glast/Data/Flight/Level1/LPA/prod/1.58/ft2/gll_pt_r0236511638_v003.fit
/nfs/farm/g/glast/u20/FT1-2copies/glast/Data/Flight/Level1/LPA/prod/1.57/ft2/gll_pt_r0236339577_v000.fit
/nfs/farm/g/glast/u20/FT1-2copies/glast/Data/Flight/Level1/LPA/prod/1.57/ft2/gll_pt_r0236345681_v000.fit
/nfs/farm/g/glast/u20/FT1-2copies/glast/Data/Flight/Level1/LPA/prod/1.57/ft2/gll_pt_r0236409925_v001.fit
/nfs/farm/g/glast/u20/FT1-2copies/glast/Data/Flight/Level1/LPA/prod/1.58/ft2/gll_pt_r0236443723_v002.fit
/nfs/farm/g/glast/u20/FT1-2copies/glast/Data/Flight/Level1/LPA/prod/1.57/ft2/gll_pt_r0236271733_v000.fit
/nfs/farm/g/glast/u20/FT1-2copies/glast/Data/Flight/Level1/LPA/prod/1.56/ft2/gll_pt_r0236090205_v001.fit
/nfs/farm/g/glast/u20/FT1-2copies/glast/Data/Flight/Level1/LPA/prod/1.57/ft2/gll_pt_r0236351742_v002.fit
... etc ...