Changeset 39883
- Timestamp:
- Dec 16, 2016, 5:11:22 PM (10 years ago)
- Location:
- trunk/doc/release.2015/ps1.analysis
- Files:
-
- 2 edited
- 4 moved
-
Makefile (modified) (2 diffs)
-
analysis.tex (modified) (5 diffs)
-
pics/FWHM.smooth.trend.ps1.ps (moved) (moved from trunk/doc/release.2015/ps1.analysis/FWHM.smooth.trend.ps1.ps )
-
pics/moment.class.ps (moved) (moved from trunk/doc/release.2015/ps1.analysis/moment.class.ps )
-
pics/peaks.ps (moved) (moved from trunk/doc/release.2015/ps1.analysis/peaks.ps )
-
pics/radial.profiles.ps (moved) (moved from trunk/doc/release.2015/ps1.analysis/radial.profiles.ps )
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/release.2015/ps1.analysis/Makefile
r39882 r39883 14 14 tgz: analysis.tgz 15 15 16 PDFPICS = \ 17 pics/peaks.pdf \ 18 pics/FWHM.smooth.trend.ps1.pdf \ 19 pics/moment.class.pdf \ 20 pics/radial.profiles.pdf 21 16 22 FILES = \ 17 23 ../inputs/astro.sty \ … … 19 25 ../inputs/apj.bst \ 20 26 ../inputs/lib.bib \ 21 peaks.ps \ 22 FWHM.smooth.trend.ps1.ps \ 23 moment.class.ps \ 24 radial.profiles.ps \ 27 $(PDFPICS) \ 25 28 analysis.tex 26 29 27 PDFPICS = peaks.pdf FWHM.smooth.trend.ps1.pdf moment.class.pdf radial.profiles.pdf 30 pics/%.pdf : pics/%.ps 31 echo $^ 32 echo $< 33 echo $@ 34 echo $* 35 ps2pdf -dEPSCrop $< $@ 28 36 29 pics/%.pdf : pics/%.ps 30 ps2pdf -dEPSCrop $*.ps 31 37 pdfpics: $(PDFPICS) 32 38 analysis.pdf: $(FILES) 33 39 analysis.tgz: $(FILES) -
trunk/doc/release.2015/ps1.analysis/analysis.tex
r39880 r39883 26 26 27 27 %\def\picdir{/home/eugene/chipresid.20140404} 28 \def\picdir{ /data/pikake.2/eugene/chipresid.20140404}28 \def\picdir{pics} 29 29 30 30 % Pick a terse version of the title here; … … 584 584 \begin{figure}[htbp] 585 585 \begin{center} 586 \includegraphics[width=\hsize,clip]{p eaks}586 \includegraphics[width=\hsize,clip]{pics/peaks} 587 587 \caption{\label{fig:peaks} Illustration of peak finding and culling peaks within a 588 588 footprint. Insignificant peaks within the footprint of a brighter … … 626 626 \begin{figure}[htbp] 627 627 \begin{center} 628 \includegraphics[width=\hsize]{{ FWHM.smooth.trend.ps1}.\plotext}628 \includegraphics[width=\hsize]{{pics/FWHM.smooth.trend.ps1}.\plotext} 629 629 \caption{\label{fig:moments.window} Example of the biases encountered when measuring the second 630 630 moments. A simulated image was generated using the PS1 PSF … … 913 913 \begin{figure}[htbp] 914 914 \begin{center} 915 \includegraphics[width=\hsize]{{ moment.class}.\plotext}915 \includegraphics[width=\hsize]{{pics/moment.class}.\plotext} 916 916 \caption{\label{fig:moment.class} Illustration of PSF star selection using the FWHM derived 917 917 from the second moments in $X_{\rm ccd}$ and $Y_{\rm ccd}$ … … 1320 1320 \begin{figure}[htbp] 1321 1321 \begin{center} 1322 \includegraphics[width=\hsize]{{ radial.profiles}.\plotext}1322 \includegraphics[width=\hsize]{{pics/radial.profiles}.\plotext} 1323 1323 \caption{\label{fig:radial.profiles} Radial profiles of stellar images from PS1. These two 1324 1324 profiles illustrate the radial trend of the PS1 PSFs for a star
Note:
See TracChangeset
for help on using the changeset viewer.
