| Line 5... |
Line 5... |
*
|
*
|
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
*
|
*
|
* This file part of: SExtractor
|
* This file part of: SExtractor
|
*
|
*
|
* Copyright: (C) 1993-2010 Emmanuel Bertin -- IAP/CNRS/UPMC
|
* Copyright: (C) 1993-2011 Emmanuel Bertin -- IAP/CNRS/UPMC
|
*
|
*
|
* License: GNU General Public License
|
* License: GNU General Public License
|
*
|
*
|
* SExtractor is free software: you can redistribute it and/or modify
|
* SExtractor is free software: you can redistribute it and/or modify
|
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
| Line 20... |
Line 20... |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
* along with SExtractor. If not, see <http://www.gnu.org/licenses/>.
|
* along with SExtractor. If not, see <http://www.gnu.org/licenses/>.
|
*
|
*
|
* Last modified: 11/10/2010
|
* Last modified: 12/01/2011
|
*
|
*
|
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
|
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
|
|
|
objstruct outobj;
|
objstruct outobj;
|
obj2struct outobj2;
|
obj2struct outobj2;
|
| Line 721... |
Line 721... |
"obs.image", "ct", 2, prefs.vignetsize},
|
"obs.image", "ct", 2, prefs.vignetsize},
|
{"VIGNET_SHIFT", "Pixel data around detection, corrected for shift",
|
{"VIGNET_SHIFT", "Pixel data around detection, corrected for shift",
|
&outobj2.vigshift, H_FLOAT, T_FLOAT, "%12.7g", "count",
|
&outobj2.vigshift, H_FLOAT, T_FLOAT, "%12.7g", "count",
|
"obs.image", "ct", 2, prefs.vigshiftsize},
|
"obs.image", "ct", 2, prefs.vigshiftsize},
|
{"VECTOR_ASSOC", "ASSOCiated parameter vector",
|
{"VECTOR_ASSOC", "ASSOCiated parameter vector",
|
&outobj2.assoc, H_FLOAT, T_FLOAT, "%12.7g", "",
|
&outobj2.assoc, H_FLOAT, T_DOUBLE, "%12.7g", "",
|
"src", "", 1, &prefs.assoc_size},
|
"src", "", 1, &prefs.assoc_size},
|
{"NUMBER_ASSOC", "Number of ASSOCiated IDs",
|
{"NUMBER_ASSOC", "Number of ASSOCiated IDs",
|
&outobj2.assoc_number, H_INT, T_LONG, "%10d", "",
|
&outobj2.assoc_number, H_INT, T_LONG, "%10d", "",
|
"meta.number;src", ""},
|
"meta.number;src", ""},
|
|
|