IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 18, 2006, 8:44:12 AM (20 years ago)
Author:
eugene
Message:

select refstars by magnitude, fix various memory leaks, better error tests, fix luminosity function test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psastro/src/psastroAstromGuess.c

    r9574 r9627  
    8080                    p_psDeproject (raw->sky, raw->TP, fpa->projection);
    8181
    82                     if ((i < 10) && (psTraceGetLevel("psastro.guess") > 5)) {
     82                    if ((i < 10) && (psTraceGetLevel("psastro") > 5)) {
    8383                        fprintf (stderr, "up: %f,%f -> %f,%f -> %f,%f -> %f,%f\n",
    8484                                 raw->chip->x, raw->chip->y,
     
    100100                                 tp->x, tp->y,
    101101                                 raw->sky->r, raw->sky->d);
     102
     103                        psFree (fp);
     104                        psFree (tp);
     105                        psFree (ch);
    102106                    }
    103107
Note: See TracChangeset for help on using the changeset viewer.