Changeset 15509 for trunk/Ohana/src/relastro
- Timestamp:
- Nov 7, 2007, 6:28:03 PM (19 years ago)
- Location:
- trunk/Ohana/src/relastro
- Files:
-
- 3 edited
-
Makefile (modified) (1 diff)
-
src/UpdateObjects.c (modified) (1 diff)
-
src/select_images.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/relastro/Makefile
r12842 r15509 55 55 $(SRC)/write_coords.$(ARCH).o 56 56 57 DROP = \58 $(SRC)/setMrelFinal.$(ARCH).o \59 $(SRC)/StarOps.$(ARCH).o60 61 62 57 $(RELASTRO): $(INC)/relastro.h 63 58 $(BIN)/relastro.$(ARCH): $(RELASTRO) -
trunk/Ohana/src/relastro/src/UpdateObjects.c
r15038 r15509 196 196 catalog[i].average[j].dP = fit.dp; // parallax error in arcsec 197 197 198 catalog[i].average[j].Xp = (fit.Nfit > 1) ? 100.0*log10(fit.chisq) : N O_MAG;198 catalog[i].average[j].Xp = (fit.Nfit > 1) ? 100.0*log10(fit.chisq) : NAN_S_SHORT; 199 199 } 200 200 -
trunk/Ohana/src/relastro/src/select_images.c
r12731 r15509 142 142 } 143 143 if (RESET) { 144 // XXX do we need this in relastro? 144 145 assignMcal (&image[nimage], (double *) NULL, -1); 145 image[nimage].dMcal = N O_MAG;146 image[nimage].dMcal = NAN; 146 147 image[nimage].code &= ~ID_IMAGE_POOR; 147 148 }
Note:
See TracChangeset
for help on using the changeset viewer.
