Commit 04019c9a authored by Fang Yuedong's avatar Fang Yuedong
Browse files

set the default detA of objects to be 1.

parent 437f372d
...@@ -64,7 +64,7 @@ class CatalogBase(metaclass=ABCMeta): ...@@ -64,7 +64,7 @@ class CatalogBase(metaclass=ABCMeta):
"bulgemass": 0., "bulgemass": 0.,
"diskmass": 0., "diskmass": 0.,
"size": 0., "size": 0.,
"detA": 0., "detA": 1.,
"type": 0, "type": 0,
"veldisp": 0., "veldisp": 0.,
"coeff": np.zeros(20), "coeff": np.zeros(20),
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment