astwro.tools Module

Astwro tools are python scripts, ready to use from command line.

gapick

Find best PSF stars using GA to minimize mean error.

astwro.tools.gapick.main(**kwargs)[source]

Entry point for python script calls. Parameters identical to command line

astwro.tools.gapick.info()[source]

Prints commandline help message

grepfitshdr

Grep-like tool for FITS headers

Call commandline: grepfitshdr --help for parameters info.

astwro.tools.grepfitshdr.iter_fields(hdr, onlyvalues=False, fields=None)[source]

splits header into lines if onlyvalues does not return field names if fields returns only specified fields (forces onlyvalues)

astwro.tools.grepfitshdr.main(pattern, file, **kwargs)[source]

Entry point for python script calls. Parameters identical to command line

astwro.tools.grepfitshdr.info()[source]

Prints commandline help message