IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 34696


Ignore:
Timestamp:
Nov 26, 2012, 2:01:07 PM (14 years ago)
Author:
Serge CHASTEL
Message:

ICD figures generation

Location:
trunk/ppTranslate/documentation/ICD
Files:
1 added
3 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppTranslate/documentation/ICD/Makefile

    r34506 r34696  
    1 SOURCE=PSDC-940-005
     1SOURCE  = PSDC-940-005
     2
     3FIGURES = figures/exposure_ota.eps \
     4        figures/ext_theta.eps \
     5        figures/ipp_workflow.eps
    26
    37RM=/bin/rm -f
    48
    5 all:
     9figures/%.eps: figures/%.fig
     10        fig2dev -L eps $< $@
     11
     12all: figures
     13        latex $(SOURCE).tex
     14        bibtex $(SOURCE)
    615        latex $(SOURCE).tex
    716        latex $(SOURCE).tex
     
    1221        @echo
    1322
     23figures: $(FIGURES)
     24
    1425clean:
    15         $(RM) *.aux *.dvi *.out *.pdf *.toc *.log *~
     26        $(RM) *.aux *.dvi *.out *.pdf *.toc *.log *~ *.blg *.bbl
     27        $(RM) $(FIGURES)
  • trunk/ppTranslate/documentation/ICD/PSDC-940-005.tex

    r34695 r34696  
    33\usepackage{nonfloat}
    44\usepackage{caption}
     5
     6\usepackage{etoolbox}
     7\patchcmd{\thebibliography}{\chapter*}{\subsection*}{}{}
    58
    69\newcommand{\outformatversion}{%
     
    2528\RevisionsStart
    2629% version  Date            Description
    27 04 & 2012 Nov 20  & Answers to DG comments/questions \\
     3004 & 2012 Nov 20  & Modifications integrating DG comments/questions \\
    2831\hline
    293203 & 2012 Oct 04  & \texttt{PS1\_DV3}: Fitted trails, new parameters\\
     
    333601 & 2010 Oct 27  & New CMF Parameters \\
    3437\hline
    35 00 & 2006 Mar 01  & Initial version \\ \hline
     3800 & 2006 Mar 01  & Initial version \\
     39\hline
    3640\RevisionsEnd
    3741
    3842%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
     43
     44\bibliographystyle{amsplain}
     45\bibliography{icd}
    3946
    4047\DocumentsInternal
     
    721728    \hline
    722729    NPARAMS & 2+ & S32 &
    723     Number of model parameters (TODO: Reference to PV paper for details) & N/A \\
     730    Number of model parameters (see \cite{VerJedDen2012IAAaPwTF}) & N/A \\
    724731    \hline
    725732    EXT\_WIDTH\_MAJ & 2+ & F32 & % The name is weird but it's because of normalization
Note: See TracChangeset for help on using the changeset viewer.