Skip to content

Commit

Permalink
[LBL] test wrap needs DTEMP as global
Browse files Browse the repository at this point in the history
  • Loading branch information
njcuk9999 committed Sep 23, 2024
1 parent c2feac5 commit 96765a7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions lbl/doc/full_tests/test_wrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,18 @@
# define global params to override
GLOBAL = dict()
GLOBAL['PLOT'] = False
# Dictionary of table name for the file used in the projection against the
# derivative. Key is to output column name that will propagate into the
# final RDB table and the value is the filename of the table. The table
# must follow a number of characteristics explained on the LBL website.
GLOBAL['RESPROJ_TABLES'] = dict()
GLOBAL['RESPROJ_TABLES']['DTEMP3000'] = 'temperature_gradient_3000.fits'
GLOBAL['RESPROJ_TABLES']['DTEMP3500'] = 'temperature_gradient_3500.fits'
GLOBAL['RESPROJ_TABLES']['DTEMP4000'] = 'temperature_gradient_4000.fits'
GLOBAL['RESPROJ_TABLES']['DTEMP4500'] = 'temperature_gradient_4500.fits'
GLOBAL['RESPROJ_TABLES']['DTEMP5000'] = 'temperature_gradient_5000.fits'
GLOBAL['RESPROJ_TABLES']['DTEMP5500'] = 'temperature_gradient_5500.fits'
GLOBAL['RESPROJ_TABLES']['DTEMP6000'] = 'temperature_gradient_6000.fits'


# =============================================================================
Expand Down

0 comments on commit 96765a7

Please sign in to comment.