writefits#
- jinwu.core.writefits(data: PhaData, outpath: str | Path, kind: Literal['pha'], *, overwrite: bool = False) Path[source]#
- jinwu.core.writefits(data: PhaData, outpath: str | Path, kind: None = None, *, overwrite: bool = False) Path
- jinwu.core.writefits(data: ArfData | RmfData | PhaData | LightcurveData | EventData, outpath: str | Path, kind: Literal['arf', 'rmf', 'lc', 'evt'], *, overwrite: bool = False) Path