-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.yaml
61 lines (46 loc) · 2.51 KB
/
metadata.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# Document metadata. metadata.yaml is used by documenteer and other tools
# to build the document and index it. It should be maintained alongside the
# document in git and kept up to date.
# The series identifier. E.g. SQR, DMTN, SMTN, LDM, LSE, etc.
series: "TSTN"
# Document number, as a string. It should be three digits, padded with leading zeros
serial_number: "031"
# Serial number of the document. E.g. SQR-001
# NOTE: this field is *planned* for deprecation
doc_id: "TSTN-031"
# Title of the document, without the series/serial designation
doc_title: "Integration Milestone Pf"
# Author names, ordered as a list. Each author name should be formatted as 'First Last'
authors:
- "Tiago Ribeiro"
# Current document revision date, YYYY-MM-DD
# Only set this field if you need to manually fix the revision date;
# the revision date is obtained from the HEAD Git commit otherwise.
# last_revised: 'YYYY-MM-DD'
# Version. Use semantic versioning, e.g., 1.0.0, including .dev, as necessary.
# This version string should correspond to the git tag when the document is
# published on Zenodo. If left commented out, the current Git branch is used
# instead version: '1.0.0'
# Digital Object Identifier (DOI). Uncomment if available.
# Keep this DOI updated as new releases are pushed to Zenodo
# doi: 10.5281/zenodo.#####
# Copyright statement
copyright: "2022, Association of Universities for Research in Astronomy, Inc. (AURA)"
# Description. A short, 1-2 sentence statemement used by document indices.
description: "This technote describes the steps required to execute Integration Milestone Pf.
Some of the steps described here are required to setup the environment and won't need to be repeated on the verification step.
This milestone consists of driving the MTAOS to process simulated Corner Rafts data, compute the associated corrections and applying those corrections to the AOS components (Camera Hexapod, M2 Hexapod, M1M3 and M2).
After the process is completed the results are verified from a jupyter notebook."
# Abstract, if available
# abstract: >
# Write your paragraph
# here with multiple lines.
#
# You can have multiple paragraphs too.
# URL where this document is published by Read the Docs. e.g. http://sqr-001.lsst.codes
url: "https://tstn-031.lsst.io"
# LSST Docushare URL, if authoritative versions of this are are stored there.
# Leave as an empty string or comment out this key if there is no Docushare URL.
docushare_url: ""
# GitHub repo URL
github_url: "https://github.com/lsst-tstn/tstn-031"