- Timestamp:
- Mar 8, 2006, 5:14:23 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/rel10_ifa/psModules/src/objects/pmSourceContour.c
r6537 r6556 1 # include "psphot.h" 1 /** @file pmSourceContour.c 2 * 3 * Functions to measure the local sky and sky variance for sources on images 4 * 5 * @author GLG, MHPCC 6 * @author EAM, IfA: significant modifications. 7 * 8 * @version $Revision: 1.1.2.2 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2006-03-09 03:14:23 $ 10 * 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii 12 * 13 */ 14 15 #include <stdio.h> 16 #include <math.h> 17 #include <string.h> 18 #include "pslib.h" 19 #include "pmHDU.h" 20 #include "pmFPA.h" 21 #include "pmPeaks.h" 22 #include "pmMoments.h" 23 #include "pmModel.h" 24 #include "pmSource.h" 25 #include "pmSourceContour.h" 2 26 3 27 /******************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.
