marshall_webapp.templates.commonelements.tickets.single_ticket.tabs.development module

The development tab for the PESSTO Object tickets

Author

David Young

development_tab(log, request, discoveryDataDictionary, objectAkas, atelData, objectHistories)[source]

development tab

Key Arguments

  • log – logger

  • request – the pyramid request

  • discoveryDataDictionary – the unique discoveryData dictionary of the object in the pessto marshall database (from view_object_contextual_data)

  • objectAkas – object akas

  • objectHistories – the lightcurve data for the objects displayed on the webpage

  • atelData – the atel matches for the objects displayed on the webpage

Return

  • development_tab – for each transient ticket in the transient listings pages

transient_d3_lightcurve(log, discoveryDataDictionary, request)[source]

transient d3 lightcurve

Key Arguments

  • dbConn – mysql database connection

  • log – logger