print("Generating {:n} Poincare maps in the potential:\n".format(args.N_E))
print(pot.info())
print("from E={:.2f} to E={:.2f}, with {:n} orbits per map and {:n} points (crossings) per orbit.".format(args.Emin,args.Emax,args.N_orbits,args.N_points))
print("Maximum integration time is t_max={:.2f}".format(args.tmax),end="")
ifargs.saveisnotNone:
print(", output will be saved to "+args.save+".")
else:
print(", output will not be saved.")
# Create Poincare sections over the specified range of energies