|  | Commit message (Collapse) | Author | Age | Files | Lines | 
|---|
| ... |  | 
| | 
| 
| 
| 
| 
| 
| | By saving the existing formatter and setting for the new handlers, the
configured format styles are kept.  Otherwise, the newly created
handlers does not have a formatter, thus the default format style gets
used. | 
| | 
| 
| 
| | Also improve the comments. | 
| | 
| 
| 
| 
| | "logging.basicConfig()" does NOT accept parameter "filemode" if the
corresponding paramter "filename" NOT specified. | 
| | |  | 
| | 
| 
| 
| | Also fix a bug about parameter "stream". | 
| | 
| 
| 
| | Also fix a bug about "append_comment". | 
| | 
| 
| 
| 
| 
| | This "setup_logging()" utility can setup the logging module with the
given configuration dict, and can also update the logging configs by
specify the additional parameters. | 
| | |  | 
| | |  | 
| | 
| 
| 
| 
| 
| | Since we do not use string interpolation in configs, so disable this
feature, otherwise `MissingInterpolationOption` error happens due to the
"logging" configs which contains string formats. | 
| | |  | 
| | 
| 
| 
| 
| 
| 
| | This "logging" property get and perpare the configurations
for `logging.basicConfig()` use.
Needs testing. | 
| | 
| 
| 
| 
| 
| 
| 
| | This is very basic at the moment, and needs many improvements.
Thanks: https://github.com/pazz/alot
TODO: Add config specifications with default values | 
| | |  | 
| | |  | 
| | 
| 
| 
| 
| 
| 
| 
| 
| | * healpix2hpx: reorganize HEALPix data in HPX projection
* hpx2healpix: recover the HEALPix data from HPX projection
Thanks: M. Calabretta: WCSLIB: HPXcvt
TODO: Add test codes | 
| | |  | 
| | |  | 
|  | Credit: https://github.com/kennethreitz/samplemod
TODO: Add the 'docs' part |