Skip to content

Commit

Permalink
Still removing long files for arxiv
Browse files Browse the repository at this point in the history
  • Loading branch information
drphilmarshall committed Aug 14, 2017
1 parent 8ffdd15 commit fe3d2ad
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 3 deletions.
5 changes: 4 additions & 1 deletion whitepaper/SolarSystem/SolarSystem_Discovery.tex
Expand Up @@ -219,7 +219,10 @@ \subsection{\OpSim Analysis}


\begin{figure} \begin{figure}
\includegraphics[width=3.3in]{figs/solarsystem/minion_1016_DiscoveryChances_tno_mba_neo_10_year_3_pairs_in_15_nights_MOOB_ComboMetricVsH.pdf} \includegraphics[width=3.3in]{figs/solarsystem/minion_1016_DiscoveryChances_tno_mba_neo_10_year_3_pairs_in_15_nights_MOOB_ComboMetricVsH.pdf}
\includegraphics[width=3.3in]{figs/solarsystem/minion_1016_CumulativeCompleteness_tno_mba_neo_10_year_3_pairs_in_15_nights_MOOB_ComboMetricVsH.pdf} % PJM: need shorter filenames for arxiv
% \includegraphics[width=3.3in]{figs/solarsystem/minion_1016_CumulativeCompleteness_tno_mba_neo_10_year_3_pairs_in_15_nights_MOOB_ComboMetricVsH.pdf}
\includegraphics[width=3.3in]{figs/solarsystem/minion_1016_CumulativeCompleteness_tno_mba_neo_ComboMetricVsH.pdf}
%
\caption{Left: Number of discovery chances as a function of H \caption{Left: Number of discovery chances as a function of H
(mean value for all objects at each $H$ value), assuming the minimum criteria for (mean value for all objects at each $H$ value), assuming the minimum criteria for
discovery - 2 visits per night within 90 minutes, repeated for 3 discovery - 2 visits per night within 90 minutes, repeated for 3
Expand Down
4 changes: 3 additions & 1 deletion whitepaper/SolarSystem/SolarSystem_PHA.tex
Expand Up @@ -91,7 +91,9 @@ \subsection{OpSim Analysis}
\begin{figure}[th] \begin{figure}[th]
%\vskip -1.1in %\vskip -1.1in
\includegraphics[angle=0,width=0.49\hsize:,clip]{figs/solarsystem/minion_1016_DifferentialCompleteness_PHA_3_pairs_in_15_nights_Years_1_to_10_MOOB_ComboMetricVsH.pdf} \includegraphics[angle=0,width=0.49\hsize:,clip]{figs/solarsystem/minion_1016_DifferentialCompleteness_PHA_3_pairs_in_15_nights_Years_1_to_10_MOOB_ComboMetricVsH.pdf}
\includegraphics[angle=0,width=0.49\hsize:,clip]{figs/solarsystem/minion_1016_CumulativeCompleteness_PHA_3_pairs_in_15_nights_Years_1_to_10_MOOB_ComboMetricVsH.pdf} % PJM: need shorter filenames for the arxiv:
% \includegraphics[angle=0,width=0.49\hsize:,clip]{figs/solarsystem/minion_1016_CumulativeCompleteness_PHA_3_pairs_in_15_nights_Years_1_to_10_MOOB_ComboMetricVsH.pdf}
\includegraphics[angle=0,width=0.49\hsize:,clip]{figs/solarsystem/minion_1016_CumulativeCompleteness_PHA_ComboMetricVsH.pdf}
%\vskip -1.2in %\vskip -1.2in
\caption{The PHA completeness for \opsimdbref{db:baseCadence}, as a function of the object's absolute \caption{The PHA completeness for \opsimdbref{db:baseCadence}, as a function of the object's absolute
visual magnitude H on the horizontal axes (left: differential completeness at a given H; visual magnitude H on the horizontal axes (left: differential completeness at a given H;
Expand Down
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion whitepaper/gen_arxiv_submission.csh
Expand Up @@ -74,7 +74,7 @@ set folder = arxiv/lsst-obs-str-v${Num}
# Make a folder if one doesn't exist (or clobber what's there): # Make a folder if one doesn't exist (or clobber what's there):


if ( $fromscratch ) then if ( $fromscratch ) then
rm -f $folder/*.* $folder/*/*.* rm -f $folder/*.* $folder/*/*.* $folder/*/*/*.*
rmdir $folder/* rmdir $folder/*
rmdir $folder rmdir $folder
endif endif
Expand Down

0 comments on commit fe3d2ad

Please sign in to comment.