IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 7, 2008, 3:31:01 PM (18 years ago)
Author:
eugene
Message:

big update from eam_branch_20081124 with updates to Opihi math

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/relphot/src/GridOps.c

    r20536 r20936  
    261261        fprintf (stderr, "\n");
    262262    }
     263    return (TRUE);
    263264}
    264265
     
    286287
    287288  int **gotstar, **gridmeas;
    288   int i, j, k, N, Nmax, Ngood, Nbad, Nmos, Ncal, Nrel, Nsys, Nfit;
     289  int i, j, k, N, Ngood, Nbad, Nmos, Ncal, Nrel, Nsys;
    289290  double **A, **B, *Mjx, *Wjx;
    290   float Msys, Mrel, Mcal, Mmos, Merr, Wsys;
     291  float Msys, Mcal, Mmos, Merr, Wsys;
    291292  double Mj, Wj;
    292293 
     
    449450
    450451    FILE *f;
    451     Header header, theader;
     452    Header theader;
    452453    Matrix matrix;
    453454
Note: See TracChangeset for help on using the changeset viewer.