Changeset 39193
- Timestamp:
- Nov 28, 2015, 12:02:32 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20151113/Ohana/src/uniphot/src/update_catalog_setgalmodel.c
r38986 r39193 28 28 if (fabs(starpar->FeH) > 99.0) continue; 29 29 30 double distance = pow(10.0, 0.2*(starpar->DistMag + 5.0)); 30 // NOTE: distance is in kiloparsec 31 double distance = pow(10.0, 0.2*(starpar->DistMag + 5.0)) / 1000.0; 31 32 32 33 double Lrad = starpar->galLon * RAD_DEG;
Note:
See TracChangeset
for help on using the changeset viewer.
