diff --git a/docs/configfiles.rst b/docs/configfiles.rst index 0e36b0b9..95b808c5 100644 --- a/docs/configfiles.rst +++ b/docs/configfiles.rst @@ -49,11 +49,11 @@ Sorcha's **ppsqldbquery** config file parameter contain the sql query for obtain From rubin_sim v2.0 simulations onward use the query:: - SELECT observationId, observationStartMJD as observationStartMJD_TAI, filter, seeingFwhmGeom, seeingFwhmEff, fiveSigmaDepth, fieldRA, fieldDec, rotSkyPos FROM observations order by observationId + SELECT observationId, observationStartMJD as observationStartMJD_TAI, visitTime, filter, seeingFwhmGeom, seeingFwhmEff, fiveSigmaDepth, fieldRA, fieldDec, rotSkyPos FROM observations order by observationId For past rubin_sim/OpSim simulations pre-v2.0 use the query:: - SELECT observationId, observationStartMJD as observationStartMJD_TAI, filter, seeingFwhmGeom, seeingFwhmEff, fiveSigmaDepth, fieldRA, fieldDec, rotSkyPos FROM SummaryAllProps order by observationId + SELECT observationId, observationStartMJD as observationStartMJD_TAI, visitTime, filter, seeingFwhmGeom, seeingFwhmEff, fiveSigmaDepth, fieldRA, fieldDec, rotSkyPos FROM SummaryAllProps order by observationId .. _makeConfigPP: diff --git a/docs/ephemerisgen.rst b/docs/ephemerisgen.rst index c53be6c0..8181f603 100644 --- a/docs/ephemerisgen.rst +++ b/docs/ephemerisgen.rst @@ -26,6 +26,7 @@ For each survey visit, the generator calculates the location of the observatory For further details, we recommend you read the `ASSIST `__ and `REBOUND `__ papers. .. _MAP: + Massive Asteroid Perturbers -------------------------------------------------------- Here's the list of asteroid pertubers that are included in the ASSIST+REBOUND integrations. @@ -48,7 +49,7 @@ Here's the list of asteroid pertubers that are included in the ASSIST+REBOUND in - **(4) Vesta = A807 FA** .. warning:: - If you simulate the orbits of these select asteroids you will get *POOR results* with the internal Sorcha epehmeris generator because of how the n-body integration is setup. We recommend getting the positions of these asteroids from some other source and inputting them as an external ephemeris file. + If you simulate the orbits of these select asteroids you will get **POOR results** with the internal Sorcha epehmeris generator because of how the n-body integration is setup. We recommend getting the positions of these asteroids from some other source and inputting them as an external ephemeris file. Tuning the Ephemeris Generator ----------------------------------- @@ -78,5 +79,5 @@ A number of auxillary file available from the `Minor Planet Center `_ . -If you move to the docs directory (cd sorcha/docs/), edit the *.rst files, and run:: +If you move to the docs directory (cd sorcha/docs/), edit the .rst files, and run:: make html