Skip to content

Commit

Permalink
Comment in the example yield for pol that the Pol calculation isn't c…
Browse files Browse the repository at this point in the history
…urrently working.
  • Loading branch information
maxwellmb committed Jun 7, 2019
1 parent 775bf13 commit 2fb4888
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Tutorials/example_yield_calculation_pol.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
########### NOT CURRENTLY WORKING!! ########



from psisim import telescope,instrument,observation,spectrum,universe,plots
import numpy as np
import matplotlib.pyplot as plt
Expand All @@ -12,6 +16,9 @@
uni.simulate_EXOSIMS_Universe()

planet_table = uni.planets
planet_table = planet_table[planet_table['AngSep']/1000 > min_iwa]
planet_table = planet_table[planet_table['Flux Ratio'] > 1e-10]

n_planets = len(planet_table)

planet_types = []
Expand Down

0 comments on commit 2fb4888

Please sign in to comment.