Changeset 6009
- Timestamp:
- Jan 15, 2006, 3:11:41 PM (20 years ago)
- Location:
- trunk/doc
- Files:
-
- 17 added
- 16 deleted
- 8 edited
-
design/Makefile (modified) (3 diffs)
-
design/haleakala_wireless.tex (deleted)
-
design/pics/haleakala_wireless_map.ps (deleted)
-
modules/Makefile (modified) (3 diffs)
-
modules/ModulesSDRS.tex (modified) (2 diffs)
-
pslib/CameraLayout.ps (deleted)
-
pslib/Makefile (modified) (4 diffs)
-
pslib/Metadata.pdf (deleted)
-
pslib/Metadata.ps (deleted)
-
pslib/Metadata.sxd (deleted)
-
pslib/coordinateConv.fig (deleted)
-
pslib/coordinateConv.pdf (deleted)
-
pslib/coordinateConv.ps (deleted)
-
pslib/coordinateFrames.fig (deleted)
-
pslib/coordinateFrames.pdf (deleted)
-
pslib/coordinateFrames.ps (deleted)
-
pslib/earthrot.ps (deleted)
-
pslib/pics (added)
-
pslib/pics/CameraLayout.ps (added)
-
pslib/pics/Metadata.pdf (added)
-
pslib/pics/Metadata.ps (added)
-
pslib/pics/Metadata.sxd (added)
-
pslib/pics/coordinateConv.fig (added)
-
pslib/pics/coordinateConv.pdf (added)
-
pslib/pics/coordinateConv.ps (added)
-
pslib/pics/coordinateFrames.fig (added)
-
pslib/pics/coordinateFrames.pdf (added)
-
pslib/pics/coordinateFrames.ps (added)
-
pslib/pics/earthrot.ps (added)
-
pslib/pics/rotations.ps (added)
-
pslib/pics/rotations.sxd (added)
-
pslib/pics/transforms.ps (added)
-
pslib/psLibADD.tex (modified) (3 diffs)
-
pslib/psLibSDRS.tex (modified) (3 diffs)
-
pslib/rotations.ps (deleted)
-
pslib/rotations.sxd (deleted)
-
pslib/transforms.ps (deleted)
-
psphot (modified) (1 prop)
-
psphot/.cvsignore (added)
-
psphot/Makefile (added)
-
psphot/psphot.tex (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/design/Makefile
r3759 r6009 1 # $Id: Makefile,v 1.1 1 2005-04-22 22:35:10 price Exp $1 # $Id: Makefile,v 1.12 2006-01-16 01:11:39 eugene Exp $ 2 2 3 3 PDFLATEX = env TEXINPUTS=../../latex/inputs:$(TEXINPUTS):.: pdflatex 4 4 PSLATEX = env TEXINPUTS=../../latex/inputs:$(TEXINPUTS):.: latex 5 5 6 all : ippSRS.pdf ippSDRS.pdf hardware.pdf ippSCDps1.pdf 6 help: 7 @echo "USAGE: make (target)" 8 @echo " targets: srs ssdd scd all" 9 10 srs: ippSRS.pdf 11 ssdd: ippSSDD.pdf 12 scd: ippSCDps1.pdf 13 14 all : srs ssdd scd 7 15 8 16 ippSRS.pdf : ippSRS.tex … … 11 19 $(PSLATEX) ippSRSout.tex 12 20 dvips -z -t letter -o ippSRSout.ps ippSRSout.dvi 21 ps2pdf $ippSRSout.ps $ippSRSout.pdf 22 thumbpdf --modes=dvips $ippSRSout.pdf 23 $(PSLATEX) ippSRSout.tex 24 dvips -z -t letter -o ippSRSout.ps ippSRSout.dvi 13 25 ps2pdf ippSRSout.ps ippSRSout.pdf 14 26 mv ippSRSout.pdf ippSRS.pdf 15 27 @rm -f ippSRSout.ps ippSRSout.dvi ippSRSout.aux ippSRSout.log body.tmp head.tmp 16 @rm -f ippSRSout.tbr ippSRSout.tbd ippSRSout.ent ippSRSout.lof ippSRSout.loc 28 @rm -f ippSRSout.tbr ippSRSout.tbd ippSRSout.ent ippSRSout.lof ippSRSout.loc ippSRSout.tpm 17 29 18 30 %.pdf: %.tex … … 21 33 dvips -z -t letter -o $*.ps $*.dvi 22 34 ps2pdf $*.ps $*.pdf 23 @rm -f $*.ps $*.dvi $*.aux $*.log $*.tbr $*.tbd $*.lof $*.toc body.tmp head.tmp 35 thumbpdf --modes=dvips $*.pdf 36 $(PSLATEX) $*.tex 37 dvips -z -t letter -o $*.ps $*.dvi 38 ps2pdf $*.ps $*.pdf 39 @rm -f $*.ps $*.dvi $*.aux $*.log $*.tbr $*.tbd $*.lof $*.toc $*.tpm body.tmp head.tmp 24 40 25 41 clean : 26 $(RM) *.log *.dvi *.aux *.toc *.tbd *.tbr *.lof *.out *~ core body.tmp head.tmp 42 $(RM) *.log *.dvi *.aux *.toc *.tbd *.tbr *.lof *.out *.tpm *~ core body.tmp head.tmp 43 44 dist : clean 45 $(RM) *.pdf 27 46 28 47 empty : clean -
trunk/doc/modules/Makefile
r6007 r6009 1 # $Id: Makefile,v 1. 8 2006-01-16 00:38:10 eugene Exp $1 # $Id: Makefile,v 1.9 2006-01-16 01:11:40 eugene Exp $ 2 2 3 3 PDFLATEX = env TEXINPUTS=../../latex/inputs:$(TEXINPUTS):.: pdflatex … … 8 8 @echo " targets: sdrs all sdrs-tag" 9 9 10 all : ModulesSDRS.pdf10 all : sdrs 11 11 sdrs : ModulesSDRS.pdf 12 12 … … 35 35 36 36 clean : 37 $(RM) *.log *.dvi *.aux *.toc *.tbd *.tbr *.lof *.out *~ core body.tmp head.tmp 37 $(RM) *.log *.dvi *.aux *.toc *.tbd *.tbr *.tpm *.lof *.out *~ core body.tmp head.tmp 38 39 dist : clean 40 $(RM) *.pdf 38 41 39 42 empty : clean -
trunk/doc/modules/ModulesSDRS.tex
r6006 r6009 1 %%% $Id: ModulesSDRS.tex,v 1.7 0 2006-01-16 00:26:17eugene Exp $1 %%% $Id: ModulesSDRS.tex,v 1.71 2006-01-16 01:11:40 eugene Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 13 13 \version{10} 14 14 \docnumber{PSDC-430-012} 15 16 \usepackage[ps2pdf]{thumbpdf}17 15 18 16 \begin{document} -
trunk/doc/pslib/Makefile
r5037 r6009 1 # $Id: Makefile,v 1.1 5 2005-09-13 21:28:03eugene Exp $1 # $Id: Makefile,v 1.16 2006-01-16 01:11:40 eugene Exp $ 2 2 3 3 PDFLATEX = env TEXINPUTS=.:LaTeX:$(TEXINPUTS): pdflatex … … 10 10 sdrs: psLibSDRS.pdf 11 11 add: psLibADD.pdf 12 all : psLibSDRS.pdf psLibADD.pdf12 all : sdrs add 13 13 14 14 SDRS = psLibSDRS.tex \ … … 16 16 configFileTests.tex \ 17 17 timeTests.tex \ 18 Metadata.ps \19 earthrot.ps18 pics/Metadata.ps \ 19 pics/earthrot.ps 20 20 21 21 ADD = psLibADD.tex \ 22 22 ChangeLogADD.tex \ 23 23 raymodel.f \ 24 rotations.ps \25 earthrot.ps24 pics/rotations.ps \ 25 pics/earthrot.ps 26 26 27 27 psLibSDRS.pdf: $(SDRS) … … 40 40 dvips -z -t letter -o $*.ps $*.dvi 41 41 ps2pdf $*.ps $*.pdf 42 @rm -f $*.ps $*.dvi $*.aux $*.log $*.tbr $*.tbd $*.lof body.tmp head.tmp 42 thumbpdf --modes=dvips $*.pdf 43 $(PSLATEX) $*.tex 44 dvips -z -t letter -o $*.ps $*.dvi 45 ps2pdf $*.ps $*.pdf 46 @rm -f $*.ps $*.dvi $*.aux $*.log $*.tbr $*.tbd $*.toc $*.tpm $*.lof body.tmp head.tmp 43 47 44 48 clean : 45 $(RM) *.log *.dvi *.aux *.toc *.tbd *.tbr *.lof *.out *~ core body.tmp head.tmp 49 $(RM) *.log *.dvi *.aux *.toc *.tbd *.tbr *.tpm *.lof *.out *~ core body.tmp head.tmp 50 51 dist : clean 52 $(RM) *.pdf 46 53 47 54 empty: clean -
trunk/doc/pslib/psLibADD.tex
r5927 r6009 1 %%% $Id: psLibADD.tex,v 1.9 2 2006-01-06 22:35:54 price Exp $1 %%% $Id: psLibADD.tex,v 1.93 2006-01-16 01:11:40 eugene Exp $ 2 2 \documentclass[panstarrs]{panstarrs} 3 3 … … 1540 1540 \begin{figure} 1541 1541 \begin{center} 1542 \psfig{file= rotations.ps}1542 \psfig{file=pics/rotations} 1543 1543 \caption{Definition of the rotation angles\label{rotations}. Three 1544 1544 rotations are performed in series: first, a rotation of $\alpha_p$ is … … 1873 1873 \begin{figure} 1874 1874 \begin{center} 1875 \psfig{file= earthrot.ps}1875 \psfig{file=pics/earthrot.ps} 1876 1876 \caption{Coordinates systems and the transformations between them\label{earthrot}} 1877 1877 \end{center} -
trunk/doc/pslib/psLibSDRS.tex
r5967 r6009 1 %%% $Id: psLibSDRS.tex,v 1.37 4 2006-01-11 21:15:20 price Exp $1 %%% $Id: psLibSDRS.tex,v 1.375 2006-01-16 01:11:40 eugene Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 2534 2534 2535 2535 \begin{figure} 2536 \psfig{file= Metadata,width=6.5in}2536 \psfig{file=pics/Metadata,width=6.5in} 2537 2537 \caption{Metadata Structures\label{fig:metadata}} 2538 2538 \end{figure} … … 6797 6797 \begin{figure} 6798 6798 \begin{center} 6799 \psfig{file= earthrot.ps,height=4in}6799 \psfig{file=pics/earthrot,height=4in} 6800 6800 \caption{Earth Orientation Coordinate Frames\label{CoordinateSystems}} 6801 6801 \end{center} -
trunk/doc/psphot
-
Property svn:ignore
set to
*.log
*.dvi
*.aux
*.toc
*.log
*.out
*.lof
*.tbr
*.tbd
psphot.pdf
-
Property svn:ignore
set to
-
trunk/doc/psphot/psphot.tex
r6005 r6009 1264 1264 \item additional options for image background 1265 1265 \item image background should return a background image 1266 \end{itemize} 1266 1267 1267 1268 \end{document}
Note:
See TracChangeset
for help on using the changeset viewer.
