IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 5, 2009, 11:13:29 AM (17 years ago)
Author:
beaumont
Message:

Finished ppStack visualization. Unified the way in which visualizations are invoked, plotting windows are closed, etc

Location:
branches/cnb_branches/cnb_branch_20090215
Files:
3 deleted
9 edited

Legend:

Unmodified
Added
Removed
  • branches/cnb_branches/cnb_branch_20090215

  • branches/cnb_branches/cnb_branch_20090215/ppSub/src/ppSub.c

    r21536 r23197  
    66 *
    77 *  @author IfA
    8  *  @version $Revision: 1.11.2.1 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2009-02-19 17:59:49 $
     8 *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2009-02-18 00:31:20 $
    1010 *  Copyright 2009 Institute for Astronomy, University of Hawaii
    1111 */
  • branches/cnb_branches/cnb_branch_20090215/ppSub/src/ppSub.h

    r22419 r23197  
    66 *
    77 *  @author IfA
    8 <<<<<<< .working
    9  *  @version $Revision: 1.6.2.1 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2009-02-19 17:59:49 $
    11 =======
    128 *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
    139 *  @date $Date: 2009-02-18 00:31:20 $
    14 >>>>>>> .merge-right.r22214
    1510 *  Copyright 2009 Institute for Astronomy, University of Hawaii
    1611 */
  • branches/cnb_branches/cnb_branch_20090215/ppSub/src/ppSubArguments.c

    r22419 r23197  
    66 *
    77 *  @author IfA
    8 <<<<<<< .working
    9  *  @version $Revision: 1.58.2.1 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2009-02-19 17:59:49 $
    11 =======
    128 *  @version $Revision: 1.59 $ $Name: not supported by cvs2svn $
    139 *  @date $Date: 2009-02-18 00:31:20 $
    14 >>>>>>> .merge-right.r22214
    1510 *  Copyright 2009 Institute for Astronomy, University of Hawaii
    1611 */
     
    196191bool ppSubArgumentsSetup(int argc, char *argv[], pmConfig *config)
    197192{
    198     int argnum;                         // Argument Number
     193    //    int argnum;                         // Argument Number
    199194    assert(config);
    200195
  • branches/cnb_branches/cnb_branch_20090215/ppSub/src/ppSubBackground.c

    r21536 r23197  
    66 *
    77 *  @author IfA
    8  *  @version $Revision: 1.6.2.1 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2009-02-19 17:59:49 $
     8 *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2009-02-18 00:31:20 $
    1010 *  Copyright 2009 Institute for Astronomy, University of Hawaii
    1111 */
  • branches/cnb_branches/cnb_branch_20090215/ppSub/src/ppSubDefineOutput.c

    r21536 r23197  
    66 *
    77 *  @author IfA
    8  *  @version $Revision: 1.2.4.1 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2009-02-19 17:59:49 $
     8 *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2009-02-18 00:31:20 $
    1010 *  Copyright 2009 Institute for Astronomy, University of Hawaii
    1111 */
  • branches/cnb_branches/cnb_branch_20090215/ppSub/src/ppSubMakePSF.c

    r22419 r23197  
    66 *
    77 *  @author IfA
    8 <<<<<<< .working
    9  *  @version $Revision: 1.2.4.1 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2009-02-19 17:59:49 $
    11 =======
    128 *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
    139 *  @date $Date: 2009-02-18 00:31:20 $
    14 >>>>>>> .merge-right.r22214
    1510 *  Copyright 2009 Institute for Astronomy, University of Hawaii
    1611 */
  • branches/cnb_branches/cnb_branch_20090215/ppSub/src/ppSubReadoutPhotometry.c

    r22419 r23197  
    66 *
    77 *  @author IfA
    8 <<<<<<< .working
    9  *  @version $Revision: 1.3.4.1 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2009-02-19 17:59:49 $
    11 =======
    128 *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    139 *  @date $Date: 2009-02-18 00:31:20 $
    14 >>>>>>> .merge-right.r22214
    1510 *  Copyright 2009 Institute for Astronomy, University of Hawaii
    1611 */
  • branches/cnb_branches/cnb_branch_20090215/ppSub/src/ppSubReadoutSubtract.c

    r22419 r23197  
    8888    pmFPAfile *outFile = psMetadataLookupPtr(&mdok, config->files, "PPSUB.OUTPUT"); // Output file
    8989    pmFPA *outFPA = outFile->fpa;       // Output FPA
    90     if (!pmFPACopyConcepts(outFPA, inFPA)) {
     90    if (!pmConceptsCopyFPA(outFPA, inFPA, true, true)) {
    9191        psError(PS_ERR_UNKNOWN, false, "Unable to copy concepts from input to output.");
    9292        psFree(outRO);
Note: See TracChangeset for help on using the changeset viewer.