IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15255


Ignore:
Timestamp:
Oct 9, 2007, 9:28:06 AM (19 years ago)
Author:
eugene
Message:

drop temp test code

File:
1 edited

Legend:

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

    r15244 r15255  
    3535    }
    3636
    37     // test break point
    38     char line[10];
    39     fprintf (stderr, "press return: ");
    40     fgets (line, 10, stdin);
    41 
     37    // run the full astrometry analysis (chip and/or mosaic)
    4238    if (!psastroAnalysis (config)) {
    4339        psErrorStackPrint(stderr, "failure in psastro analysis\n");
     
    4541    }
    4642   
    47     // test break point
    48     // fprintf (stderr, "press return: ");
    49     // fgets (line, 10, stdin);
    50 
    5143    // write out the results
    5244    if (!psastroDataSave (config)) {
Note: See TracChangeset for help on using the changeset viewer.