fit_radec - RA/DEC fitting routines
RA /DEC fitting routine, equivalent of rsp3f script
Contains python translation of Karl Gebhardt
-
vdrp.fit_radec.fit_radec(args)[source]
Equivalent of the rsp3f script
- args : struct
- The arguments structure
-
vdrp.fit_radec.fitradec_entrypoint()[source]
-
vdrp.fit_radec.getDefaults()[source]
-
vdrp.fit_radec.get_arguments(parser)[source]
Add command line arguments for the photometry routines, this function
can be called from another tool.
| Parameters: |
- parser : argparse.ArgumentParser
|
-
vdrp.fit_radec.main(jobnum, args)[source]
Main function.
-
vdrp.fit_radec.parseArgs(argv)[source]
Parses configuration file and command line arguments.
Command line arguments overwrite configuration file settiongs which
in turn overwrite default values.
- Args:
- args (argparse.Namespace): Return the populated namespace.