Skip to content

Commit a93cd77

Browse files
committed
Spectrum 1.1 REC files
1 parent f6bd8d3 commit a93cd77

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+73986
-0
lines changed

.gitignore

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
#
2+
# Project specific excludes
3+
#
4+
#
5+
# Binaries
6+
00spec11_clean
7+
8+
# LaTex products
9+
*.pdf
10+
*.ps
11+
*.log
12+
*.dvi
13+
*.out
14+
*.aux
15+
*.toc
16+
17+
# Original Spectrum model workspace
18+
Spectrum1.1.tar
19+
20+
# Misc
21+
*.swp

Makefile

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
SDATE = 20111020
2+
ODATE = 20111020
3+
HTMLIMG = specumln3.jpg ndataf1.jpg ncharf2.jpg specstc.jpg specu3f.jpg ivoa.jpg
4+
FILES = specrc3mod2.tex specvot.tex fits2.tex specrc3.ps specrc3.pdf specxml2.tex specxml.xsd specrc3.html doug.vot ${HTMLIMG}
5+
HFILES = SpectrumDM-${ODATE}.pdf SpectrumDM-${ODATE}.html specxml.xsd ${HTMLIMG}
6+
NFILES = spec12mod1.tex specvot.tex photvot.tex fits3.tex spec12.ps spec12.pdf specxml4.tex specxml12.xsd spec12mod1.html doug.vot ${HTMLIMG}
7+
NHFILES = SpectrumDM-${SDATE}.pdf SpectrumDM-${SDATE}.html specxml12.xsd ${HTMLIMG}
8+
9+
all: spec11.tex
10+
latex spec11
11+
latex spec11
12+
dvips -o spec11.ps -P pdf spec11
13+
ps2pdf spec11.ps spec11.pdf
14+
cp spec11.pdf SpectrumDM-${ODATE}.pdf
15+
16+
17+
mall: spec12mod1.tex
18+
latex spec12mod1
19+
latex spec12mod1
20+
dvips -o spec12.ps -P pdf spec12mod1
21+
ps2pdf spec12.ps spec12.pdf
22+
cp spec12.pdf SpectrumDM-${SDATE}.pdf
23+
24+
25+
oall: specrc3.tex
26+
latex specrc3
27+
latex specrc3
28+
dvips -o specrc3.ps -P pdf specrc3
29+
ps2pdf specrc3.ps specrc3.pdf
30+
cp specrc3.pdf SpectrumDM-${SDATE}.pdf
31+
32+
html:
33+
vohtml specrc3mod2 h
34+
rm -f SpectrumDM-${SDATE}.html
35+
cp h/specrc3mod2.html SpectrumDM-${SDATE}.html
36+
37+
nhtml:
38+
vohtml spec12mod1 h
39+
rm -f SpectrumDM-${SDATE}.html
40+
cp h/spec12mod1.html SpectrumDM-${SDATE}.html
41+
42+
pack:
43+
tar cvzf /data1/tfr/vospec.tgz ${FILES}
44+
45+
ivoa: rall html pack
46+
tar cvzf /data1/tfr/ivoa.tgz ${HFILES}
47+
48+
npack:
49+
tar cvzf /data1/tfr/vospec.tgz ${NFILES}
50+
51+
nivoa: all nhtml npack
52+
tar cvzf /data1/tfr/ivoa.tgz ${NHFILES}
53+
54+

archive/phot1.tex

Lines changed: 166 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,166 @@
1+
\documentclass[11pt]{article}
2+
\renewcommand{\familydefault}{\sfdefault}
3+
\newcommand{\photfluxucd}{phot.flux.density}
4+
5+
\newcommand{\httitle}[1]{}
6+
\newcommand{\htwidth}[1]{}
7+
\newcommand{\hdebug}{}
8+
\newcommand{\htzero}{}
9+
\newcommand{\htmtitle}[2]{\parbox{6.0in}{ \bf \huge #1 \\ \Large #2}}
10+
\newcommand{\htpart}[1]{\centerline{\bf #1}}
11+
\newcommand{\heol}{} % HTML ignore rest of line
12+
13+
% Stub
14+
%\newcommand{\htmladdnormallink}[1]{}
15+
16+
17+
\usepackage[usenames]{color}
18+
\usepackage{graphicx}
19+
\usepackage{psfig}
20+
\usepackage{epsf}
21+
\usepackage{html}
22+
\usepackage{lscape}
23+
24+
\textheight 9.0in
25+
\textwidth 6.0in
26+
\hoffset -0.7in
27+
\voffset -0.5in
28+
29+
\newcommand{\lcaret}{\mbox{$<$}}
30+
\newcommand{\rcaret}{\mbox{$>$}}
31+
\newcommand{\link}[1]{{\color{dblue}\htmladdnormallink{#1}{}\par}}
32+
\newcommand{\m}[1]{\mbox{#1}}
33+
\newcommand{\change}[1]{{ #1}}
34+
\newsavebox{\fmbox}
35+
\newenvironment{fmpage}
36+
{\begin{lrbox}{\fmbox}\begin{minipage}{6.5in}}
37+
{\end{minipage}\end{lrbox}\colorbox{iblue}{\fbox{\usebox{\fmbox}}}}
38+
39+
\newenvironment{fmlpage}
40+
{\begin{lrbox}{\fmbox}\begin{minipage}{9.3in}}
41+
{\end{minipage}\end{lrbox}\colorbox{iblue}{\fbox{\usebox{\fmbox}}}}
42+
43+
\newenvironment{fmppage}
44+
{\begin{lrbox}{\fmbox}\begin{minipage}{6.5in}}
45+
{\end{minipage}\end{lrbox}\colorbox{ipink}{\fbox{\usebox{\fmbox}}}}
46+
47+
\httitle{IVOA Photometry Data Model}{}
48+
49+
\begin{document}
50+
51+
\vskip -1in
52+
\heol
53+
\psfig{file=ivoa.ps,width=5.0in}
54+
55+
\definecolor{ipink}{rgb}{1.0,0.937,0.957}
56+
\definecolor{dblue}{rgb}{0.60,0.60,1.0}
57+
\definecolor{ddblue}{rgb}{0.20,0.20,1.0}
58+
\definecolor{iblue}{rgb}{0.9,0.9,1.0}
59+
\color{dblue}
60+
\vskip 0.2in
61+
\par\noindent \htmtitle{IVOA Photometry Data Model}{Version 0.2}
62+
\Large
63+
\vskip 0.1in
64+
\par\noindent{\bf IVOA Note}
65+
\color{Black}
66+
\vskip 0.2in
67+
68+
\normalsize
69+
70+
\par\noindent{\bf V0.2 Mod 0}
71+
72+
{
73+
\color{dblue}
74+
\htmladdnormallink{http://www.ivoa.net/Documents/TBD}{}
75+
76+
77+
\par\noindent{\bf Latest version:}
78+
}
79+
80+
{\color{dblue}
81+
\link{http://www.ivoa.net/Documents/latest/SED.html}
82+
}
83+
84+
%\par\noindent{\bf Previous versions:}
85+
86+
%{\color{dblue}
87+
%\link{http://www.ivoa.net/Documents/REC/DM/SpectrumDM-20090515.pdf}
88+
%}
89+
90+
\vskip 0.2in
91+
92+
\noindent{\bf Editors:}
93+
94+
Jonathan McDowell, Pedro Osuna
95+
96+
\noindent{\bf Contributors:}
97+
98+
Jonathan McDowell, Doug Tody, Pedro Osuna, Joe Mazzarella, Raffaele D'Abrusco, ...?
99+
and the IVOA Data Access Layer and Data Model Working Groups.
100+
101+
102+
\begin{abstract}
103+
104+
We present a data model for photometry, intended for use in
105+
conjunction with the IVOA Spectral Energy Distributions (SED)
106+
and Spectrum data models.
107+
108+
\end{abstract}
109+
110+
\clearpage
111+
112+
\subsection*{ Status of this document }
113+
114+
This is a draft for discussion among the relevant VAO and IVOA working groups.
115+
116+
This document has been developed with support from the National Science
117+
Foundation and NASA.
118+
119+
The {\bf Virtual Observatory (VO)} is general term for a collection of
120+
federated resources that can be used to conduct astronomical research,
121+
education, and outreach.
122+
123+
The {\bf International Virtual Observatory Alliance
124+
(IVOA)} (\link{http://www.ivoa.net}) is a global collaboration of separately
125+
funded projects to develop standards and infrastructure that enable VO
126+
applications.
127+
128+
\clearpage
129+
130+
\tableofcontents
131+
132+
\newpage
133+
134+
\addcontentsline{toc}{part}{Part 1 - Photometry Data Model}
135+
136+
\htzero
137+
138+
{\Large
139+
\vfill
140+
\htpart{Part 1: Photometry Data Model}
141+
\vfill
142+
}
143+
\newpage
144+
\section{Introduction and Motivation}
145+
146+
The IVOA has identified creation and analysis of spectral energy distributions
147+
as a key science capability desired in the VO.
148+
In this document we present a proposed abstraction for
149+
photometry data to be used in
150+
spectral energy distributions.
151+
152+
\subsection{Change Log}
153+
154+
\begin{verbatim}
155+
2010 Nov 4 Initial draft.
156+
\end{verbatim}
157+
158+
\clearpage
159+
160+
\section{Photometric data}
161+
162+
\psfig{file=photdm.ps,width=6.0in}
163+
164+
165+
\end{document}
166+

archive/sed2.tex

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
\documentclass[11pt]{article}
2+
\renewcommand{\familydefault}{\sfdefault}
3+
\usepackage[usenames]{color}
4+
\usepackage{graphicx}
5+
\usepackage{psfig}
6+
\usepackage{epsf}
7+
\usepackage{html}
8+
\usepackage{lscape}
9+
\textheight 9.0in
10+
\textwidth 6.0in
11+
\hoffset -0.7in
12+
\voffset -0.5in
13+
\newcommand{\link}[1]{{\color{dblue}\htmladdnormallink{#1}\par}}
14+
\newcommand{\m}[1]{\mbox{#1}}
15+
\newcommand{\change}[1]{{\color{red}\it #1}}
16+
\newsavebox{\fmbox}
17+
\newenvironment{fmpage}
18+
{\begin{lrbox}{\fmbox}\begin{minipage}{6.5in}}
19+
{\end{minipage}\end{lrbox}\colorbox{iblue}{\fbox{\usebox{\fmbox}}}}
20+
21+
\newenvironment{fmppage}
22+
{\begin{lrbox}{\fmbox}\begin{minipage}{6.5in}}
23+
{\end{minipage}\end{lrbox}\colorbox{ipink}{\fbox{\usebox{\fmbox}}}}
24+
25+
26+
\begin{document}
27+
28+
\definecolor{ipink}{rgb}{1.0,0.937,0.957}
29+
\definecolor{dblue}{rgb}{0.60,0.60,1.0}
30+
\definecolor{ddblue}{rgb}{0.20,0.20,1.0}
31+
\definecolor{iblue}{rgb}{0.9,0.9,1.0}
32+
33+
{ \footnotesize
34+
\begin{flushleft}
35+
36+
37+
\begin{fmpage}
38+
39+
40+
41+
\input{sed.vot}
42+
43+
\end{fmpage}
44+
45+
\end{flushleft}
46+
}
47+
48+
49+
\end{document}

0 commit comments

Comments
 (0)