Skip to content

Commit

Permalink
Throughput re-run of all ipython notebooks and python scripts, regene…
Browse files Browse the repository at this point in the history
…rating all plots.
  • Loading branch information
rhiannonlynne committed Feb 24, 2016
1 parent 88542cc commit acd2b13
Show file tree
Hide file tree
Showing 15 changed files with 85 additions and 86 deletions.
16 changes: 8 additions & 8 deletions notebooks/makeCamera.ipynb

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions notebooks/makeDetector.ipynb

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions notebooks/makeFilters.ipynb

Large diffs are not rendered by default.

34 changes: 17 additions & 17 deletions notebooks/makeLens1.ipynb

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions notebooks/makeLens2.ipynb

Large diffs are not rendered by default.

40 changes: 20 additions & 20 deletions notebooks/makeLens3.ipynb

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions notebooks/makeSysHW.ipynb

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions notebooks/makeTelescope.ipynb

Large diffs are not rendered by default.

Binary file modified plots/camComponents.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added plots/camThroughput.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plots/fig4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion plots/table2
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

Filter FWHMeff FWHMgeom SkyMag SkyCounts Tb Sb kAtm Gamma Cm dCm_infinity m5 SourceCounts
u 0.92 0.81 22.95 51.4 0.022 0.036 0.5041 0.037720 22.94 0.56 23.62 438.67
g 0.87 0.77 22.24 396.9 0.118 0.143 0.2097 0.038653 24.46 0.12 24.85 742.46
Expand Down
Binary file modified plots/telComponents.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plots/telThroughput.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions python/calcM5_throughputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ def calcM5(hardware, system, atmos, title='m5'):
# photParams stores default values for the exposure time, nexp, size of the primary,
# readnoise, gain, platescale, etc.
# See https://github.com/lsst/sims_photUtils/blob/master/python/lsst/sims/photUtils/PhotometricParameters.py
photParams = PhotometricParameters()
photParams = PhotometricParameters(gain=1)
photParams_infinity = PhotometricParameters(readnoise=0, darkcurrent=0,
othernoise=0)
othernoise=0, gain=1)
# lsstDefaults stores default values for the FWHMeff.
# See https://github.com/lsst/sims_photUtils/blob/master/python/lsst/sims/photUtils/LSSTdefaults.py
lsstDefaults = LSSTdefaults()
Expand Down

0 comments on commit acd2b13

Please sign in to comment.