diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
commit | fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch) | |
tree | bdda434976bc09c864f2e4fa6f16ba1952b1e555 /noao/digiphot/photcal/x_photcal.x | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
Diffstat (limited to 'noao/digiphot/photcal/x_photcal.x')
-rw-r--r-- | noao/digiphot/photcal/x_photcal.x | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/noao/digiphot/photcal/x_photcal.x b/noao/digiphot/photcal/x_photcal.x new file mode 100644 index 00000000..15fd48f6 --- /dev/null +++ b/noao/digiphot/photcal/x_photcal.x @@ -0,0 +1,10 @@ +task apfile = t_apfile, + catalog = t_catalog, + config = t_config, + chkconfig = t_chkconfig, + fitparams = t_fitparams, + imgroup = t_imgroup, + invertfit = t_invertfit, + evalfit = t_evalfit, + obsfile = t_obsfile, + mkphotcors = t_mkphotcors |