galpy.potential.nemo_accpars¶
- galpy.potential.nemo_accpars(Pot, vo, ro)[source]¶
Return the accpars potential parameters for use of this potential or list of potentials with NEMO.
- Parameters:
Pot (Potential instance or list of such instances)
vo (float) – Velocity unit in km/s.
ro (float) – Length unit in kpc.
- Returns:
Accpars string in the correct format to give to accpars.
- Return type:
str
Notes
2014-12-18 - Written - Bovy (IAS)