Changeset 38496
- Timestamp:
- Jun 19, 2015, 9:03:14 AM (11 years ago)
- Location:
- branches/eam_branches/ipp-20150616/Ohana/src/addstar
- Files:
-
- 2 edited
-
Makefile (modified) (1 diff)
-
src/ReadStarsUKIRT.c (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20150616/Ohana/src/addstar/Makefile
r38483 r38496 37 37 mkcmf : $(BIN)/mkcmf.$(ARCH) 38 38 39 all: addstar addstar_client sedstar load2mass load galphot loadstarpar loadstarpar_client loadICRF loadICRF_client skycells mkcmf loadwise loadtycho loadsupercos dumpskycells findskycell40 41 INSTALL = addstar addstar_client sedstar load2mass load galphot loadstarpar loadstarpar_client loadICRF loadICRF_client skycells mkcmf loadwise loadtycho loadsupercos dumpskycells findskycell39 all: addstar addstar_client sedstar load2mass loadstarpar loadstarpar_client loadICRF loadICRF_client skycells mkcmf loadwise loadtycho loadsupercos dumpskycells findskycell 40 41 INSTALL = addstar addstar_client sedstar load2mass loadstarpar loadstarpar_client loadICRF loadICRF_client skycells mkcmf loadwise loadtycho loadsupercos dumpskycells findskycell 42 42 43 43 # I need to fix the client/server version of addstar now that I have dropped Stars -
branches/eam_branches/ipp-20150616/Ohana/src/addstar/src/ReadStarsUKIRT.c
r38467 r38496 16 16 Stars *stars; 17 17 18 // ohana_memcheck_func (TRUE);19 20 18 // the FITS binary table header is the same as the image header 21 19 table.header = header; … … 30 28 exit (1); 31 29 } 32 33 // ohana_memcheck_func (TRUE);34 30 35 31 Coords coords; … … 110 106 } 111 107 112 // ohana_memcheck _func(TRUE);108 // ohana_memcheck (TRUE); 113 109 114 110 double mjd; … … 129 125 float ZeroPt = GetZeroPoint(); 130 126 131 // ohana_memcheck _func(TRUE);127 // ohana_memcheck (TRUE); 132 128 133 129 // create a Star entry for each filter and detection … … 155 151 double R, D, alt, az; 156 152 157 // ohana_memcheck _func(TRUE);153 // ohana_memcheck (TRUE); 158 154 159 155 int i; … … 204 200 int N = *nimages; 205 201 206 // ohana_memcheck _func(TRUE);202 // ohana_memcheck (TRUE); 207 203 208 204 images[N].coords = coords; … … 258 254 } 259 255 260 // ohana_memcheck _func(TRUE);256 // ohana_memcheck (TRUE); 261 257 262 258 *nstars = Nstars;
Note:
See TracChangeset
for help on using the changeset viewer.
