You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 15 Current »

Reason for Change

RSP users have requested a number of features so the table definitions have been modified accordingly. Even though these features are not needed by ASP, its sql queries need to be changed thereby requiring code changes.
A few unrelated changes are included: code to generated the light curve data products delivered to the GSSC; code to fill the test statistic column in the lightcurves table; suppression of the info message in PipelineCommand.py; cleaning up of locally staged files for GRB launcher tasks.

Test Procedure

Tested in dev using data in /ASP/TestSims.

Rollback Procedure

Revert to old tables using rollback_tables.sql

Revert to ASP v2r4 + grbASP v4r2

CCB Jira

ssc-53@jira

Details

  • New tables:
    • TASKGROUPLIST
  • Modified tables:
    • ENERYBANDS
    • FREQUENCIES
    • ROIS
      For each of the three tables above, a column "GROUP_ID" (referencing TASKGROUPLIST(GROUP_ID)) has been added to distinguish ASP-relevant quantities from RSP usages.
    • LIGHTCURVES
      • add column spectral_index_error
  • These changes will be implemented using the script modify_tables.sql
  • Code changes:
    • AspLauncher v1r3p1
      • use group_id in query of FREQUENCIES table
    • drpMonitoring v1r3p2
      • use group_id in query of ENERGYBANDS table
      • fill test statistic data in LIGHTCURVES table
      • update script and template file for GSSC light curve data product
    • pyASP v3r4p1
      • suppress pipeline server info message
    • grbASP v4r1p2
      • clean up staged files in launchRefinementStream.py and launchAfterglowStream.py
  • No labels