Changeset 21323 for trunk/pswarp/src/pswarpDefineSkycell.c
- Timestamp:
- Feb 5, 2009, 10:44:04 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/pswarp/src/pswarpDefineSkycell.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pswarp/src/pswarpDefineSkycell.c
r21168 r21323 1 /** @file pswarpDefineSkycell.c 2 * 3 * @brief 4 * 5 * @ingroup pswarp 6 * 7 * @author IfA 8 * @version $Revision: 1.12 $ $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 is based on pmFPAfileDefineFromArgs 4 // a skycell consists of only one file 15 /** 16 * \brief XXX this function is based on pmFPAfileDefineFromArgs 17 * a skycell consists of only one file 5 18 6 // search for argname on the config->argument list 7 // construct an FPA based on the files in this list (must represent a single FPA) 8 // built the association between the FPA elements (CHIP/CELL) and the files 9 // define the pmFPAfile filename and bind it to this FPA 10 // save the pmFPAfile on config->files 11 // return the pmFPAfile (a view to the one saved on config->files) 19 * search for argname on the config->argument list and construct 20 * an FPA based on the files in this list (must represent a single FPA) 21 * built the association between the FPA elements (CHIP/CELL) and the files 22 * define the pmFPAfile filename and bind it to this FPA 23 * save the pmFPAfile on config->files 24 * @return the pmFPAfile (a view to the one saved on config->files) 25 */ 12 26 bool pswarpDefineSkycell (pmFPAfile **outFile, pmConfig **outConfig, pmConfig *config, const char *filename, const char *argname) 13 27 {
Note:
See TracChangeset
for help on using the changeset viewer.
