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

The history tab for the PESSTO Object tickets

Author

David Young

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

history 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

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

_generate_log_string_for_ticket(log, logDate, logString)[source]

generate log string for ticket

Key Arguments

  • log – logger