Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-pipeline
msc
sextractor
Commits
a3ce8c8a
Commit
a3ce8c8a
authored
Aug 12, 2020
by
Emmanuel Bertin
Browse files
Fixed errors with gcc -fno-common option.
parent
75b9de5a
Changes
27
Show whitespace changes
Inline
Side-by-side
src/psf.c
View file @
a3ce8c8a
...
...
@@ -7,7 +7,7 @@
*
* This file part of: SExtractor
*
* Copyright: (C) 1998-20
15 Emmanuel Bertin --
IAP/CNRS/
UPMC
* Copyright: (C) 1998-20
20
IAP/CNRS/
SorbonneU
*
* License: GNU General Public License
*
...
...
@@ -22,7 +22,7 @@
* You should have received a copy of the GNU General Public License
* along with SExtractor. If not, see <http://www.gnu.org/licenses/>.
*
* Last modified: 15/
12
/20
15
* Last modified: 15/
07
/20
20
*
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
...
...
@@ -50,7 +50,10 @@
extern
keystruct
objkey
[];
extern
objstruct
outobj
;
psfstruct
*
psf
,
*
thedpsf
,
*
thepsf
;
psfitstruct
*
thepsfit
,
*
thedpsfit
;
PIXTYPE
*
checkmask
;
/********************************* psf_init **********************************/
/*
...
...
src/psf.h
View file @
a3ce8c8a
...
...
@@ -7,7 +7,7 @@
*
* This file part of: SExtractor
*
* Copyright: (C) 1998-20
14 Emmanuel Bertin --
IAP/CNRS/
UPMC
* Copyright: (C) 1998-20
20
IAP/CNRS/
SorbonneU
*
* License: GNU General Public License
*
...
...
@@ -22,7 +22,7 @@
* You should have received a copy of the GNU General Public License
* along with SExtractor. If not, see <http://www.gnu.org/licenses/>.
*
* Last modified: 15/
12
/20
15
* Last modified: 15/
07
/20
20
*
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
...
...
@@ -104,9 +104,9 @@ typedef struct
}
psfitstruct
;
/*----------------------------- Global variables ----------------------------*/
psfstruct
*
psf
,
*
thedpsf
,
*
thepsf
;
psfitstruct
*
thepsfit
,
*
thedpsfit
;
PIXTYPE
*
checkmask
;
extern
psfstruct
*
psf
,
*
thedpsf
,
*
thepsf
;
extern
psfitstruct
*
thepsfit
,
*
thedpsfit
;
extern
PIXTYPE
*
checkmask
;
/*-------------------------------- functions --------------------------------*/
extern
void
compute_pos
(
int
*
pnpsf
,
int
*
pconvflag
,
int
*
pnpsfflag
,
...
...
src/retina.c
View file @
a3ce8c8a
...
...
@@ -7,7 +7,7 @@
*
* This file part of: SExtractor
*
* Copyright: (C) 1995-20
1
0
Emmanuel Bertin -- IAP/CNRS/UPMC
* Copyright: (C) 1995-20
2
0
IAP/CNRS/SorbonneU
*
* License: GNU General Public License
*
...
...
@@ -22,7 +22,7 @@
* You should have received a copy of the GNU General Public License
* along with SExtractor. If not, see <http://www.gnu.org/licenses/>.
*
* Last modified: 1
1/10
/20
1
0
* Last modified: 1
5/07
/20
2
0
*
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
...
...
@@ -42,7 +42,6 @@
#include
"image.h"
#include
"retina.h"
/******************************** readretina *********************************/
/*
Return the response of the retina at a given image position.
...
...
src/retina.h
View file @
a3ce8c8a
...
...
@@ -7,7 +7,7 @@
*
* This file part of: SExtractor
*
* Copyright: (C) 1995-20
1
0
Emmanuel Bertin -- IAP/CNRS/UPMC
* Copyright: (C) 1995-20
2
0
IAP/CNRS/SorbonneU
*
* License: GNU General Public License
*
...
...
@@ -22,7 +22,7 @@
* You should have received a copy of the GNU General Public License
* along with SExtractor. If not, see <http://www.gnu.org/licenses/>.
*
* Last modified: 1
1/10
/20
1
0
* Last modified: 1
5/07
/20
2
0
*
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
...
...
@@ -38,8 +38,6 @@ typedef struct structreti
struct
structbpann
*
bpann
;
/* The neural network */
}
retistruct
;
retistruct
*
theretina
;
/*------------------------------- functions ---------------------------------*/
retistruct
*
getretina
(
char
*
filename
);
...
...
src/sexhead1.h
View file @
a3ce8c8a
...
...
@@ -7,7 +7,7 @@
*
* This file part of: SExtractor
*
* Copyright: (C) 1996-20
11 Emmanuel Bertin --
IAP/CNRS/
UPMC
* Copyright: (C) 1996-20
20
IAP/CNRS/
SorbonneU
*
* License: GNU General Public License
*
...
...
@@ -22,12 +22,12 @@
* You should have received a copy of the GNU General Public License
* along with SExtractor. If not, see <http://www.gnu.org/licenses/>.
*
* Last modified:
22
/0
8
/20
11
* Last modified:
15
/0
7
/20
20
*
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
int
idummy
;
double
ddummy
;
extern
int
idummy
;
extern
double
ddummy
;
keystruct
headkey1
[]
=
{
{
"EPOCH "
,
""
,
...
...
src/som.c
View file @
a3ce8c8a
...
...
@@ -7,7 +7,7 @@
*
* This file part of: SExtractor
*
* Copyright: (C) 1995-20
1
0
Emmanuel Bertin -- IAP/CNRS/UPMC
* Copyright: (C) 1995-20
2
0
IAP/CNRS/SorbonneU
*
* License: GNU General Public License
*
...
...
@@ -22,7 +22,7 @@
* You should have received a copy of the GNU General Public License
* along with SExtractor. If not, see <http://www.gnu.org/licenses/>.
*
* Last modified: 1
1/10
/20
1
0
* Last modified: 1
5/07
/20
2
0
*
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
...
...
@@ -41,6 +41,8 @@
#include
"prefs.h"
#include
"som.h"
somstruct
*
thesom
;
/********************************* som_phot **********************************/
/*
Perform SOM-fitting on a detected source: returns node number of the
...
...
src/som.h
View file @
a3ce8c8a
...
...
@@ -7,7 +7,7 @@
*
* This file part of: SExtractor
*
* Copyright: (C) 1995-20
1
0
Emmanuel Bertin -- IAP/CNRS/UPMC
* Copyright: (C) 1995-20
2
0
IAP/CNRS/SorbonneU
*
* License: GNU General Public License
*
...
...
@@ -22,7 +22,7 @@
* You should have received a copy of the GNU General Public License
* along with SExtractor. If not, see <http://www.gnu.org/licenses/>.
*
* Last modified: 1
1/10
/20
1
0
* Last modified: 1
5/07
/20
2
0
*
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
...
...
@@ -70,7 +70,7 @@ typedef struct
float
stderror
;
/* Global reduced error */
}
somstruct
;
somstruct
*
thesom
;
extern
somstruct
*
thesom
;
/*---------------------------------- protos --------------------------------*/
...
...
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment