IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 8, 2009, 12:38:05 PM (17 years ago)
Author:
eugene
Message:

upgrades to PS1 Initial Deployed version; some field renames (average.code -> average.flags; image.code -> image.flags)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20090208/Ohana/src/addstar/src/getgsc.c

    r17439 r21419  
    7676
    7777      dparse (&stars[Nstars].M, 3, &buffer[Nbyte]);
    78       stars[Nstars].dM    = NAN;
    79       stars[Nstars].t     = 0;
    80       stars[Nstars].code  = GSC_M;
    81       stars[Nstars].found = -1;
     78      stars[Nstars].dM        = NAN;
     79      stars[Nstars].t         = 0;
     80      stars[Nstars].photcode  = GSC_M;
     81      stars[Nstars].found     = -1;
    8282
    8383      stars[Nstars].detID   = 0;
    8484      stars[Nstars].imageID = 0;
    8585
    86       stars[Nstars].X  = 0;
    87       stars[Nstars].Y  = 0;
     86      stars[Nstars].Xccd  = 0;
     87      stars[Nstars].Yccd  = 0;
    8888      stars[Nstars].fx = 0;
    8989      stars[Nstars].fy = 0;
Note: See TracChangeset for help on using the changeset viewer.