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
Galaxies
LEPHARE
Commits
752ff838
Commit
752ff838
authored
Sep 28, 2022
by
Johann Cohen-Tanuji
Browse files
Merge branch 'master' into '45-some-questions-on-master-after-47-merge'
# Conflicts: # source/SED.h
parents
409890bc
12e65e9d
Changes
1
Hide whitespace changes
Inline
Side-by-side
source/SED.h
View file @
752ff838
...
...
@@ -176,8 +176,8 @@ public:
void
fit_normalization
(
const
onesource
&
source
,
const
int
imagm
);
void
fit_normalizationIR
(
const
onesource
&
source
,
const
int
imagm
,
const
double
dmcor
);
void
fit_chi2
(
const
onesource
&
source
,
const
int
imagm
);
void
fit_chi2IR
(
const
onesource
&
source
,
const
int
imagm
,
const
bool
fit_frsc
,
const
double
dmcor
);
inline
bool
is_same_model
(
const
SED
&
other
)
{
return
((
*
this
).
nummod
==
other
.
nummod
&&
(
*
this
).
ebv
==
other
.
ebv
)
;}
void
fit_chi2IR
(
const
onesource
&
source
,
const
int
imagm
,
const
string
fit_frsc
,
const
double
dmcor
);
inline
bool
is_same_model
(
const
SED
&
other
)
{
return
((
*
this
).
nummod
==
other
.
nummod
&&
(
*
this
).
ebv
==
other
.
ebv
&&
(
*
this
).
age
==
other
.
age
)
;}
};
...
...
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