IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 19, 2008, 3:28:01 PM (18 years ago)
Author:
eugene
Message:

import visualizations from cnb_branch_20081011

File:
1 edited

Legend:

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

    r20796 r20805  
    142142                    psastroDumpRawstars (rawstars, fpa, chip);
    143143                }
     144
     145                psastroVisualPlotRawStars(rawstars, fpa, chip, recipe);
    144146
    145147                if (psTraceGetLevel("psastro.plot") > 0) {
     
    362364    psVector *cornerQd = (psVector *) psBinaryOp (NULL, cornerQn, "-", cornerQf);
    363365
     366    psastroVisualPlotAstromGuessCheck (cornerPo, cornerQo, cornerPn, cornerQn, cornerPd, cornerQd);
     367
    364368    psStats *statsP = psStatsAlloc (PS_STAT_SAMPLE_MEAN | PS_STAT_SAMPLE_STDEV);
    365369    psStats *statsQ = psStatsAlloc (PS_STAT_SAMPLE_MEAN | PS_STAT_SAMPLE_STDEV);
Note: See TracChangeset for help on using the changeset viewer.