Changeset 17955
- Timestamp:
- Jun 5, 2008, 4:05:16 PM (18 years ago)
- Location:
- trunk/pswarp/src
- Files:
-
- 2 edited
-
pswarp.h (modified) (1 diff)
-
pswarpLoop.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pswarp/src/pswarp.h
r15608 r17955 1 # ifdef HAVE_CONFIG_H2 # include <config.h>3 # endif1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 4 5 # include <stdio.h>6 # include <string.h>7 # include <strings.h> // for strcasecmp8 # include <unistd.h> // for unlink9 # include <pslib.h>10 # include <psmodules.h>11 # include <psphot.h>5 #include <stdio.h> 6 #include <string.h> 7 #include <strings.h> // for strcasecmp 8 #include <unistd.h> // for unlink 9 #include <pslib.h> 10 #include <psmodules.h> 11 #include <psphot.h> 12 12 13 # include "pswarpErrorCodes.h"14 # define PSWARP_RECIPE "PSWARP" // Name of the recipe to use15 # define PSASTRO_RECIPE "PSASTRO" // Name of the recipe to use13 #include "pswarpErrorCodes.h" 14 #define PSWARP_RECIPE "PSWARP" // Name of the recipe to use 15 #define PSASTRO_RECIPE "PSASTRO" // Name of the recipe to use 16 16 17 17 // a single pswarpMap converts coordinates from one image to a second image -
trunk/pswarp/src/pswarpLoop.c
r17781 r17955 1 # include "pswarp.h"1 #include "pswarp.h" 2 2 #include <ppStats.h> 3 3 … … 291 291 psMetadataAddStr(psphotRecipe, PS_LIST_TAIL, "BREAK_POINT", PS_META_REPLACE, 292 292 "Break point for psphot operations", "PSFMODEL"); 293 psMetadataAddBool(psphotRecipe, PS_LIST_TAIL, PSPHOT_RECIPE_PSF_FAKE_ALLOW, PS_META_REPLACE, 294 "Don't allow psphot to fit a fake PSF!", false); 293 295 294 296 // Get rid of the transformed sources so that we can measure the PSF
Note:
See TracChangeset
for help on using the changeset viewer.
