Changeset 8780 for trunk/psastro/src
- Timestamp:
- Sep 8, 2006, 4:24:45 PM (20 years ago)
- Location:
- trunk/psastro/src
- Files:
-
- 21 edited
-
psastro.c (modified) (1 diff)
-
psastroArguments.c (modified) (1 diff)
-
psastroAstromGuess.c (modified) (1 diff)
-
psastroChipAstrom.c (modified) (1 diff)
-
psastroConvert.c (modified) (1 diff)
-
psastroDataLoad.c (modified) (1 diff)
-
psastroDataSave.c (modified) (1 diff)
-
psastroLoadReferences.c (modified) (1 diff)
-
psastroMosaicAstrom.c (modified) (1 diff)
-
psastroMosaicChipAstrom.c (modified) (1 diff)
-
psastroMosaicGetGrads.c (modified) (1 diff)
-
psastroMosaicGetRefstars.c (modified) (1 diff)
-
psastroMosaicHeaders.c (modified) (1 diff)
-
psastroMosaicRescaleChips.c (modified) (1 diff)
-
psastroMosaicSetAstrom.c (modified) (1 diff)
-
psastroMosaicSetMatch.c (modified) (1 diff)
-
psastroOneChip.c (modified) (1 diff)
-
psastroParseCamera.c (modified) (1 diff)
-
psastroTestFuncs.c (modified) (1 diff)
-
psastroUtils.c (modified) (1 diff)
-
psastroWCS.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastro.c
r7677 r8780 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 1 5 # include "psastro.h" 2 6 -
trunk/psastro/src/psastroArguments.c
r7829 r8780 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 1 5 # include "psastro.h" 2 6 # include <glob.h> -
trunk/psastro/src/psastroAstromGuess.c
r8136 r8780 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 1 5 # include "psastro.h" 2 6 -
trunk/psastro/src/psastroChipAstrom.c
r7332 r8780 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 1 5 # include "psastro.h" 2 6 -
trunk/psastro/src/psastroConvert.c
r7636 r8780 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 1 5 # include "psastro.h" 2 6 // XXX leak free 2006.04.27 -
trunk/psastro/src/psastroDataLoad.c
r7636 r8780 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 1 5 # include "psastro.h" 2 6 // XXX leak free 2006.04.27 -
trunk/psastro/src/psastroDataSave.c
r7635 r8780 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 1 5 # include "psastro.h" 2 6 // XXX leak free 2006.04.27 -
trunk/psastro/src/psastroLoadReferences.c
r8674 r8780 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 1 5 # include "psastro.h" 2 6 int mkstemp(char *template); -
trunk/psastro/src/psastroMosaicAstrom.c
r7332 r8780 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 1 5 # include "psastro.h" 2 6 -
trunk/psastro/src/psastroMosaicChipAstrom.c
r7332 r8780 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 1 5 # include "psastro.h" 2 6 -
trunk/psastro/src/psastroMosaicGetGrads.c
r7332 r8780 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 1 5 # include "psastro.h" 2 6 -
trunk/psastro/src/psastroMosaicGetRefstars.c
r8674 r8780 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 1 5 # include "psastro.h" 2 6 -
trunk/psastro/src/psastroMosaicHeaders.c
r7385 r8780 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 1 5 # include "psastro.h" 2 6 -
trunk/psastro/src/psastroMosaicRescaleChips.c
r7333 r8780 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 1 5 # include "psastro.h" 2 6 -
trunk/psastro/src/psastroMosaicSetAstrom.c
r7332 r8780 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 1 5 # include "psastro.h" 2 6 -
trunk/psastro/src/psastroMosaicSetMatch.c
r8674 r8780 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 1 5 # include "psastro.h" 2 6 -
trunk/psastro/src/psastroOneChip.c
r7014 r8780 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 1 5 # include "psastro.h" 2 6 -
trunk/psastro/src/psastroParseCamera.c
r7620 r8780 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 1 5 # include "psastro.h" 2 6 // XXX leak free 2006.04.27 -
trunk/psastro/src/psastroTestFuncs.c
r7014 r8780 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 1 5 # include "psastro.h" 2 6 -
trunk/psastro/src/psastroUtils.c
r7014 r8780 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 1 5 # include "psastro.h" 2 6 # define RENORM 0 -
trunk/psastro/src/psastroWCS.c
r8674 r8780 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 1 5 # include "psastro.h" 2 6
Note:
See TracChangeset
for help on using the changeset viewer.
