IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 22, 2009, 10:26:32 PM (17 years ago)
Author:
beaumont
Message:

Added pmStackVisual file. Still learning ins and outs of svn

Location:
branches/cnb_branch_20090215/psModules/src
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/cnb_branch_20090215/psModules/src/extras/pmVisual.c

    r21536 r22419  
    1818#include "pmHDU.h"
    1919#include "pmFPA.h"
     20#include "pmFPAfile.h"
    2021#include "pmAstrometryObjects.h"
     22#include "pmSubtractionStamps.h"
     23
    2124#include "pmFPAExtent.h"
    2225
     
    2831# define KAPAY 700
    2932
     33#include "pmAstrometryVisual.h"
     34#include "pmSubtractionVisual.h"
     35#include "pmStackVisual.h"
     36
    3037static bool isVisual = false;
    3138
     
    4047
    4148bool pmVisualClose(void) {
    42     pmAstrometryVisualClose();
     49    pmAstromVisualClose();
    4350    pmSubtractionVisualClose();
    4451    pmStackVisualClose();
Note: See TracChangeset for help on using the changeset viewer.