| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
* Fix "load()" to assign the "self.manifestfile" attribute
* Add and use the simple method "get_product()";
* Make parameters of "checksum()" are required;
|
|
|
|
|
|
| |
* Convert "range()" to list, also make sure "value" is a Python list
* Parameter "outfile" of "dump()" is optional
* Correct the wrong "self.userconfig" to "self.manifestfile"
|
| |
|
|
|
|
|
|
|
|
| |
* foregrounds.py: Use "configs.get_path()" to get the manifest file path;
* foregrounds.py: Use "min()" and "max()" since "self.frequencies" has
been changed to be a plain Python list instead of a Numpy array;
* foregrounds.py: Change the variable "freqid" to "freq_id";
* products.py: Assign the attribute "self.manifestfile"
|
| |
|
|
|
|
| |
Also update the "add_component()" method to use "add_product()"
|
|
The class "Products" may build the manifest for the simulation products,
and can manage/manipulate this manifest.
|