rieder / amuse-fresco

Fresco simulates observations of particle-based simulations.
MIT License
4 stars 3 forks source link

Make FRESCO work without community codes - create FiMap replacement #13

Open rieder opened 7 years ago

rieder commented 7 years ago

To run on iOS, the code can (currently) not depend on community codes. FRESCO uses FiMap and optionally a stellar evolution code. Replacing FiMap with a python mapper for plotting the stars should be the first priority.

ipelupessy commented 7 years ago

I think presently FRESCO does not support perspective projection?? This could also be added to the gridify mapper (its a matter of transforming the positions and luminosities before gridding)

rieder commented 7 years ago

Indeed! That feature wasn't supported by fresco yet anyway (only manually), so I didn't add it to gridify yet. Next on the list (along with other coordinate transformations - xyz to ra,dec,dist).