IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19762


Ignore:
Timestamp:
Sep 26, 2008, 11:10:43 AM (18 years ago)
Author:
eugene
Message:

adding visualizations

Location:
branches/eam_branch_20080926/psphot/src
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20080926/psphot/src/psphotArguments.c

    r13416 r19762  
    6767    }
    6868
     69    // visual : interactive display mode
     70    if ((N = psArgumentGet (argc, argv, "-visual"))) {
     71        psArgumentRemove (N, &argc, argv);
     72        psphotSetVisual (true);
     73    }
     74
    6975    // break : used from recipe throughout psphotReadout
    7076    if ((N = psArgumentGet (argc, argv, "-break"))) {
  • branches/eam_branch_20080926/psphot/src/psphotReadout.c

    r18973 r19762  
    3535        return psphotReadoutCleanup(config, readout, recipe, NULL, NULL, NULL);
    3636    }
     37
     38    // set up the Visual display, display the image, weight, mask (ch 1,2,3)
     39    psphotVisualShowImage (readout);
    3740
    3841    // generate a background model (median, smoothed image)
Note: See TracChangeset for help on using the changeset viewer.