8633c39afbbdb757134618a873dd0249e92fd7f6,tex/figures/system.py,,,#,8

Before Change


// ----------------------------------------------------------------

// Instantiate the star
star = Star(m=1, r=1, L=1)

// Give the star a quadratic limb darkening profile
star.map.limbdark(0.4, 0.26)

// Instantiate planet b
b = Planet(r=5,
           L=5e-3,

After Change


// ----------------------------------------------------------------

// Instantiate the star
star = Star()

// Give the star a quadratic limb darkening profile
star.map[1] = 0.4
star.map[2] = 0.26

// Instantiate planet b
b = Planet(r=0.04584,
           L=5e-3,
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 8

Instances


Project Name: rodluger/starry
Commit Name: 8633c39afbbdb757134618a873dd0249e92fd7f6
Time: 2018-04-23
Author: rodluger@gmail.com
File Name: tex/figures/system.py
Class Name:
Method Name:


Project Name: rodluger/starry
Commit Name: 8633c39afbbdb757134618a873dd0249e92fd7f6
Time: 2018-04-23
Author: rodluger@gmail.com
File Name: tex/figures/speed_batman.py
Class Name:
Method Name:


Project Name: rodluger/starry
Commit Name: 8633c39afbbdb757134618a873dd0249e92fd7f6
Time: 2018-04-23
Author: rodluger@gmail.com
File Name: tests/test_transits.py
Class Name:
Method Name: test_transits