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/run-callisto.sh

    r20028 r20031  
    11#!/bin/bash
     2
     3# Specify the telescope for which to run the script. Replace '1'
     4# by $1 if the telesocpe number is supplied as an option to the script
     5TELESCOPE=1
    26
    37# The data is expected to be found in /data/raw and data/callisto
     
    2024FROM
    2125    Calibration
     26WHERE
     27    Telescope=${TELESCOPE}
    2228ORDER BY
    2329    NIGHT, RUNID\
Note: See TracChangeset for help on using the changeset viewer.