Keck-DataReductionPipelines / KCWI_DRP

KCWI python DRP
BSD 3-Clause "New" or "Revised" License
9 stars 14 forks source link

Increased parallelism #9

Closed lucarizzi closed 4 years ago

lucarizzi commented 4 years ago

A question regarding SolveArcs.

Where is the best place to make parallel? Is it at: for ib, b in enumerate(self.context.arcs): (line 153)

or at:

for iw, aw in enumerate(self.action.args.at_wave): (line 183)

?

lucarizzi commented 4 years ago

Solved, the first of the two