Changeset 37612
- Timestamp:
- Nov 16, 2014, 8:13:20 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140904/Ohana/src/uniphot/src/update_catalog_setgalmodel.c
r37602 r37612 19 19 // first set the proper motion based on Galactic rotation and solar motion 20 20 for (i = 0; i < catalog[0].Naverage; i++) { 21 22 { 23 m = average[i].measureOffset; 24 Measure *measure = &catalog[0].measure[m]; 25 for (j = 0; j < average[i].Nmeasure; j++) { 26 measure[j].RoffGAL = 0.0; // XXX divide by dcos? project and calculate? 27 measure[j].DoffGAL = 0.0; // XXX divide by dcos? project and calculate? 28 } 29 } 21 30 22 31 if (average[i].Nstarpar == 0) continue;
Note:
See TracChangeset
for help on using the changeset viewer.
