IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 37612


Ignore:
Timestamp:
Nov 16, 2014, 8:13:20 PM (12 years ago)
Author:
eugene
Message:

set R,DoffGAL to 0.0 as a default

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20140904/Ohana/src/uniphot/src/update_catalog_setgalmodel.c

    r37602 r37612  
    1919  // first set the proper motion based on Galactic rotation and solar motion
    2020  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    }
    2130
    2231    if (average[i].Nstarpar == 0) continue;
Note: See TracChangeset for help on using the changeset viewer.