IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 23, 2009, 5:29:44 PM (17 years ago)
Author:
eugene
Message:

test for -visual

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20090715/psModules/src/objects/pmSourceVisual.c

    r25496 r25525  
    3434    Graphdata graphdata;
    3535
    36     // if (!pmVisualIsVisual()) return true;
     36    if (!pmVisualIsVisual()) return true;
    3737
    3838    if (kapa1 == -1) {
     
    117117bool pmSourceVisualShowModelFits (pmPSF *psf, psArray *sources, psImageMaskType maskVal) {
    118118
    119     // if (!pmVisualIsVisual()) return true;
     119    if (!pmVisualIsVisual()) return true;
    120120
    121121    if (kapa2 == -1) {
     
    206206bool pmSourceVisualShowModelFit (pmSource *source) {
    207207
    208     // if (!pmVisualIsVisual()) return true;
     208    if (!pmVisualIsVisual()) return true;
    209209    if (!source->pixels) return false;
    210210    if (!source->modelFlux) return false;
Note: See TracChangeset for help on using the changeset viewer.