Ignore:
Timestamp:
01/07/21 14:38:53 (4 years ago)
Author:
tbretz
Message:
Included telescope id and the create query to the raw data extraction.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/hawc/processing/summary-callisto.sql

    r20026 r20031  
    11#!/usr/bin/env -S rootifysql
    22SELECT
     3   Telescope,
    34   NIGHT,
     5   RUNID,
    46   (TSTARTI+TSTARTF) AS ObsStart,
    57   RUNTYPE,
     
    1113   `Callisto` Callisto
    1214LEFT JOIN
    13    RawData USING(NIGHT, RUNID)
     15   RawData USING(Telescope, NIGHT, RUNID)
    1416LEFT JOIN
    15    AuxData USING(NIGHT, RUNID)
     17   AuxData USING(Telescope, NIGHT, RUNID)
    1618ORDER BY
    17    NIGHT, RUNID
     19   Telesscope, NIGHT, RUNID
Note: See TracChangeset for help on using the changeset viewer.