IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 39689


Ignore:
Timestamp:
Sep 11, 2016, 2:36:16 PM (10 years ago)
Author:
eugene
Message:

add a commet

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/czw_branch/20160809/Ohana/src/addstar/src/psps_ids.c

    r34701 r39689  
    4242
    4343    uint64_t part1, part2, part3;
    44     part1 = (uint64_t)( izone  * 10000000000000LL) ;
     44    part1 = (uint64_t)( izone  * 10000000000000LL) ; // 10,000,000,000,000
    4545    part2 = ((uint64_t)(ra * 1000000.)) * 10000 ; // 0 - 360*1e6 = 3.6e8 (< 29 bits)
    4646    part3 = (int) (zresid * 10000.0) ; // 0 - 10000 (1 bit == 30/10000 arcsec) (< 14 bits)
     
    4848    return part1 + part2 + part3;
    4949}
     50
     51// 10 000 000 000 000
Note: See TracChangeset for help on using the changeset viewer.