nmt28 / C-SHELPh

Apache License 2.0
11 stars 6 forks source link

How to select weak laser #15

Open slyoung20 opened 1 year ago

slyoung20 commented 1 year ago

Good afternoon,

Thank you for your previous help. I did manage to successfully run the code for a couple locations. I would like to also run the weak laser for all of the tracks. I've been unable to modify the code to select the weak lasers. This is how the parameters were setup when I initially downloaded the code (should be strong beams?), I believe this is where I would modify the code to select the weak lasers. What should this section be changed to?

Thank you, Sherry Young

Select a laser

orientation = f['/orbit_info/sc_orient'][0]

# selects the strong beams only [we can include weak beams later on]
orientDict = {0:'l', 1:'r', 21:'error'}
laser = 'gt' + laser_num + orientDict[orientation]