Changeset 21168
- Timestamp:
- Jan 25, 2009, 10:57:01 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/pswarp/src/pswarpDefineSkycell.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pswarp/src/pswarpDefineSkycell.c
r20643 r21168 59 59 psFitsClose(fits); 60 60 61 // XXX format needs to be equivalent to SIMPLE 62 // determine the current format from the header 63 // determine camera if not specified already 61 // We need to force the format for the skycell to be equivalent to SIMPLE. Determine 62 // the current format from the header; Determine camera if not specified already 64 63 // XXX EAM : this operation should be defined as a pmConfig function (pmConfigCopy?) 65 skyConfig = pmConfigAlloc( 0, NULL);64 skyConfig = pmConfigAlloc(); 66 65 skyConfig->user = psMemIncrRefCounter(config->user); 67 66 skyConfig->system = psMemIncrRefCounter(config->system);
Note:
See TracChangeset
for help on using the changeset viewer.
