IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 30482


Ignore:
Timestamp:
Feb 3, 2011, 9:38:14 AM (15 years ago)
Author:
eugene
Message:

values like FWx, Mxx, measure.theta are now converted to/from internal formats with "To/From Short Pixels/Degrees" functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20101205/Ohana/src/getstar/src/select_by_image.c

    r12332 r30482  
    3838      stars[N].Mgal   = 0.001*(catalog[0].measure[i].Mgal - catalog[0].measure[i].dt);
    3939
    40       stars[N].fx     = 0.01*catalog[0].measure[i].FWx;
    41       stars[N].fy     = stars[N].fx * 0.01*catalog[0].measure[i].fwy;
    42       stars[N].df     = (360.0/255.0)*catalog[0].measure[i].theta;
     40      stars[N].fx     = FromShortPixels(catalog[0].measure[i].FWx);
     41      stars[N].fy     = FromShortPixels(catalog[0].measure[i].FWy);
     42      stars[N].df     = FromShortDegrees(catalog[0].measure[i].theta);
    4343      stars[N].found  = catalog[0].measure[i].flags;
    4444
Note: See TracChangeset for help on using the changeset viewer.