Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 14 Next »

The LSST is a the nation's top priority next-gen ground-based astronomy project, with the objective of 
conducting observations of the entire accessible sky, with about 800 visits per field. The scheduler for the project
will determine the order in which these fields are observed, with the goal of maximizing some scientific merit function. 
A portion of that merit function has to do with Fourier coverage in the time domain. 
The variability in sky conditions (cloud cover, sky brightness and atmospheric seeing) makes the scheduling 
problem non-trivial. It's a traveling salesman problem with a stochastic component, subject to certain constraints. 
Our goals are to 
1. devise a sensible quantitative framework that would accommodate various merit functions. 
2. assess whether an instantaneous (nightly) sequence of observations optimization will achieve a global optimum, 
3. build some numerical tools to make a toy model and try out some implementation schemes.

Oct 18 2013, C. Stubbs

Observations obtained at angles z from zenith suffer from two effects: 

1) additional optical attenuation due to increased atmospheric path length

2) degraded "seeing". 

bandcentral wavelengthextinction (mag per airmass)seeing degradation compared to r band at zenith
u350 nm0.40*a(1.1)*a0.6
g450 nm0.18*a(1.07)*a0.6
r650 nm0.10*a(1.0)*a0.6
i750 nm0.08*a(0.97)*a0.6
z850 nm0.05*a(0.94)*a0.6
y1000 nm0.04*a(0.91)*a0.6

 


plot of seeing degradation vs. airmass, and polynomial fit:

airmass

seeing degradation

SNR_uSNR_gSNR_rSNR_iSNR_zSNR_y

1.0

1.0

1.0

1.01.01.01.0

1.0

1.11.060.910.930.940.940.940.94
1.21.110.830.870.880.880.890.89
1.31.170.770.810.830.840.840.85
1.41.220.710.770.790.790.800.81
1.51.270.650.720.750.760.770.77
1.61.320.610.680.710.720.730.74
1.71.370.560.650.680.690.710.71
1.81.420.530.620.650.660.680.68
1.91.460.490.590.620.640.650.66
2.01.520.460.560.600.610.630.64
fitsSeeing=0.35+0.72a^2-0.07aSNR_u=2.1-1.4*a+0.30*a^2SNR_g=1.9-1.1*a+0.23*a^2SNR_r=1.8-a+0.21*a^2SNR_i=1.8-0.98*a+0.20*a^2SNR_z=1.7-0.94*a+0.19*a^2SNR_y=1.7-0.93*a+0.19*a^2

 

Decent approximation to seeing degradation vs. airmass a is

S=0.35+0.72a^2-0.07a

Signal to Noise degradation vs. airmass:

SNR scales as source flux in the numerator and (for unresolved objects) as seeing in the denominator. Flux at an airmass "a" is reduced by a factor f(a)=10^(x*(a-1)/2.5) where x is the extinction coefficient listed in the table above. So SNR vs. airmass at fixed exposure time for unresolved point sources scales as SNR(a)~10^(x*(a-1)/2.5)/(0.35+0.72a^2-0.07a)

Some references

LSST science book

lucent paper, 1965, on TSP

SPIE_2006

Hubble Space Telescope scheduler

genetic_edge_recombination_operator

genetic_algorithms_review

kubanek_MS_thesis

genetic_alg_scheduler_SPIE2012

 

 

  • No labels