Changeset 38663
- Timestamp:
- Aug 5, 2015, 9:17:54 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20150625/Ohana/src/uniphot/src/update_catalog_setgalmodel.c
r38661 r38663 3 3 int update_catalog_setgalmodel (Catalog *catalog) { 4 4 5 off_t i, j, m; 6 7 // choose this number more judiciously... 8 time_t timeRef = ohana_date_to_sec("2000/01/01,00:00:00"); 5 off_t i, m; 9 6 10 7 Average *average = catalog[0].average; … … 19 16 // first set the proper motion based on Galactic rotation and solar motion 20 17 for (i = 0; i < catalog[0].Naverage; i++) { 18 19 average[i].uRgal = 0.0; 20 average[i].uDgal = 0.0; 21 21 22 22 if (average[i].Nstarpar == 0) continue;
Note:
See TracChangeset
for help on using the changeset viewer.
