Galaxia is a code for generating a synthetic model of the galaxy. The input model can be analytical or one obtained from N-body simulations. The code outputs a catalog of stars according to user specified color magnitude limits.
Version 0.7.1 had a bug which prevented the code from printing
the magnitudes of stars. This was due to an error in path name
to one of the files. For users who have already
downloaded version 0.7.1 and would like to fix it below
are the instructions.
Bug Fix for version 0.7.1
Version 0.7.1 had a bug which prevented the code from printing
the magnitudes of stars. This was due to an error in path name
to one of the files. For users who have already
downloaded version 0.7.1 and would like to fix it below
are the instructions.
In file Galaxia.cpp (line no 145)
Replace
IsoFileDescriptor isofile_info( photodir+"/IsoFileDescriptor.txt",photosys,magcolorNames);
with
IsoFileDescriptor isofile_info(
photodir+"/"+photosys+"/IsoFileDescriptor.txt",photosys,magcolorNames);