Changeset 21323 for trunk/pswarp/src/pswarpHeadersLoad.c
- Timestamp:
- Feb 5, 2009, 10:44:04 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/pswarp/src/pswarpHeadersLoad.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pswarp/src/pswarpHeadersLoad.c
r13109 r21323 1 /** @file pswarpHeadersLoad.c 2 * 3 * @brief 4 * 5 * @ingroup pswarp 6 * 7 * @author IfA 8 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2009-02-05 20:44:04 $ 10 * Copyright 2009 Institute for Astronomy, University of Hawaii 11 */ 12 1 13 # include "pswarp.h" 2 14 3 // XXX this function should load all of the PSWARP.INPUT headers 4 // it should examine the overlap between each chip in PSWARP.INPUT 5 // and the output (pswarpMatchRange) and select/de-select the chips 6 // and/or cell which contribute pixels. 7 8 // pswarpDataLoad should then load the pixel of the needed chips 9 10 // all of the different astrometry analysis modes use the same data load loop 15 /** XXX this function should load all of the PSWARP.INPUT headers 16 * it should examine the overlap between each chip in PSWARP.INPUT 17 * and the output (pswarpMatchRange) and select/de-select the chips 18 * and/or cell which contribute pixels. 19 * 20 * pswarpDataLoad should then load the pixel of the needed chips 21 * 22 * all of the different astrometry analysis modes use the same data load loop 23 */ 11 24 bool pswarpHeadersLoad (pmConfig *config) { 12 25
Note:
See TracChangeset
for help on using the changeset viewer.
