Changeset 37793 for branches/eam_branches/ipp-20140904
- Timestamp:
- Jan 11, 2015, 1:09:19 PM (12 years ago)
- Location:
- branches/eam_branches/ipp-20140904/Ohana/src/opihi/dvo
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140904/Ohana/src/opihi/dvo/Makefile
r37049 r37793 46 46 $(SRC)/badimages.$(ARCH).o \ 47 47 $(SRC)/catdir.$(ARCH).o \ 48 $(SRC)/catname.$(ARCH).o \ 48 49 $(SRC)/cmatch.$(ARCH).o \ 49 50 $(SRC)/cmpload.$(ARCH).o \ -
branches/eam_branches/ipp-20140904/Ohana/src/opihi/dvo/dvo_host_utils.c
r35416 r37793 137 137 138 138 // determine the sky region 139 // XXX EAM 20141230 : this needs to respect the -region selection 139 140 double Rmin, Rmax, Dmin, Dmax; 140 141 get_skyregion (&Rmin, &Rmax, &Dmin, &Dmax); -
branches/eam_branches/ipp-20140904/Ohana/src/opihi/dvo/init.c
r37049 r37793 7 7 int calmextract PROTO((int, char **)); 8 8 int catlog PROTO((int, char **)); 9 int catname PROTO((int, char **)); 9 10 int catdir_define PROTO((int, char **)); 10 11 int ccd PROTO((int, char **)); … … 68 69 // {1, "calextract", calextract, "extract photometry calibration"}, 69 70 // {1, "calmextract", calmextract, "extract photometry calibration"}, 71 {1, "catname", catname, "list catalog files by name"}, 70 72 {1, "catdir", catdir_define,"re-define CATDIR"}, 71 73 // {1, "ccd", ccd, "plot color-color diagram"},
Note:
See TracChangeset
for help on using the changeset viewer.
