Changeset 36398
- Timestamp:
- Dec 13, 2013, 10:31:05 AM (13 years ago)
- Location:
- branches/eam_branches/ipp-20131211/Ohana/src
- Files:
-
- 44 edited
-
addstar/src/GetFileMode.c (modified) (1 diff)
-
addstar/src/LoadDataPMM.c (modified) (1 diff)
-
addstar/src/ReadStarsSDSS.c (modified) (1 diff)
-
addstar/src/fakeimage.c (modified) (2 diffs)
-
addstar/src/find_matches.c (modified) (1 diff)
-
addstar/src/find_matches_closest.c (modified) (1 diff)
-
addstar/src/find_matches_closest_refstars.c (modified) (1 diff)
-
addstar/src/find_matches_refstars.c (modified) (1 diff)
-
addstar/src/loadsupercos_plates.c (modified) (1 diff)
-
addstar/src/sky_tessalation.c (modified) (1 diff)
-
dvomerge/src/merge_catalogs_old.c (modified) (1 diff)
-
fixcat/src/gcatstats.c (modified) (1 diff)
-
gastro/src/gstars.c (modified) (1 diff)
-
gastro2/src/coordtest.c (modified) (1 diff)
-
gastro2/src/gstars2.c (modified) (1 diff)
-
getstar/src/GetFileMode.c (modified) (1 diff)
-
getstar/src/MatchImages.c (modified) (2 diffs)
-
kapa2/src/Graphs.c (modified) (1 diff)
-
kapa2/src/Image.c (modified) (1 diff)
-
libdvo/src/ImageMetadataSelection.c (modified) (2 diffs)
-
libdvo/src/ImageSelection.c (modified) (1 diff)
-
libdvo/src/coordops.c (modified) (2 diffs)
-
libkapa/src/KapaWindow.c (modified) (1 diff)
-
markrock/src/gcatstats.c (modified) (1 diff)
-
markstar/src/gcatstats.c (modified) (1 diff)
-
mosastro/src/warptest.c (modified) (1 diff)
-
opihi/cmd.astro/cdensify.c (modified) (3 diffs)
-
opihi/cmd.astro/fitplx.c (modified) (1 diff)
-
opihi/cmd.astro/region.c (modified) (1 diff)
-
opihi/dvo/find_matches.c (modified) (1 diff)
-
opihi/dvo/gimages.c (modified) (1 diff)
-
opihi/dvo/showtile.c (modified) (1 diff)
-
opihi/dvo/simage.c (modified) (1 diff)
-
photdbc/src/find_images.c (modified) (1 diff)
-
photdbc/src/join_stars.c (modified) (1 diff)
-
relastro/src/UpdateObjects.c (modified) (1 diff)
-
relastro/src/high_speed_objects.c (modified) (1 diff)
-
relastro/src/hpm_objects.c (modified) (1 diff)
-
relastro/src/select_images.c (modified) (1 diff)
-
relastro/src/testparallax.c (modified) (1 diff)
-
relphot/src/MosaicOps.c (modified) (1 diff)
-
relphot/src/select_images.c (modified) (2 diffs)
-
uniphot/src/find_image_sgroups.c (modified) (1 diff)
-
uniphot/src/update_dvo_uniphot.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20131211/Ohana/src/addstar/src/GetFileMode.c
r35416 r36398 12 12 gfits_scan_alt (header, "SIMPLE", "%t", 1, &simple); 13 13 int haveNaxis = gfits_scan (header, "NAXIS", "%d", 1, &Naxis); 14 int haveCTYPE = gfits_scan (header, "CTYPE 1", "%s", 1, ctype);14 int haveCTYPE = gfits_scan (header, "CTYPE2", "%s", 1, ctype); 15 15 16 16 gfits_scan_alt (header, "EXTEND", "%t", 1, &extend); -
branches/eam_branches/ipp-20131211/Ohana/src/addstar/src/LoadDataPMM.c
r34088 r36398 193 193 194 194 // XXX for now, we define a totally fake coordinate system centered on the plate center 195 strcpy (image[0].coords.ctype, " RA---TAN");195 strcpy (image[0].coords.ctype, "DEC--TAN"); 196 196 197 197 image[0].coords.crval1 = pmm_get_ra (RA); -
branches/eam_branches/ipp-20131211/Ohana/src/addstar/src/ReadStarsSDSS.c
r34088 r36398 201 201 202 202 // XXX for now, we define a totally fake coordinate system centered on the first listed star 203 strcpy (images[N].coords.ctype, " RA---TAN");203 strcpy (images[N].coords.ctype, "DEC--TAN"); 204 204 205 205 images[N].coords.crval1 = stars[0].average.R; -
branches/eam_branches/ipp-20131211/Ohana/src/addstar/src/fakeimage.c
r30613 r36398 34 34 35 35 /* create a mosaic distortion structure */ 36 strcpy (MOSAIC.ctype, " RA---DIS");36 strcpy (MOSAIC.ctype, "DEC--DIS"); 37 37 MOSAIC.crval1 = FAKE_RA; 38 38 MOSAIC.crval2 = FAKE_DEC; … … 86 86 strcpy (image[i+1].name, name); 87 87 88 strcpy (image[i+1].coords.ctype, " RA---WRP");88 strcpy (image[i+1].coords.ctype, "DEC--WRP"); 89 89 90 90 image[i+1].coords.crval1 = dX*pixscale; -
branches/eam_branches/ipp-20131211/Ohana/src/addstar/src/find_matches.c
r34361 r36398 65 65 tcoords.pc1_2 = tcoords.pc2_1 = 0.0; 66 66 tcoords.Npolyterms = 1; 67 strcpy (tcoords.ctype, " RA---ARC");67 strcpy (tcoords.ctype, "DEC--ARC"); 68 68 69 69 /* build spatial index (RA sort) referencing input array sequence */ -
branches/eam_branches/ipp-20131211/Ohana/src/addstar/src/find_matches_closest.c
r34361 r36398 64 64 tcoords.pc1_2 = tcoords.pc2_1 = 0.0; 65 65 tcoords.Npolyterms = 1; 66 strcpy (tcoords.ctype, " RA---ARC");66 strcpy (tcoords.ctype, "DEC--ARC"); 67 67 68 68 /* build spatial index (RA sort) referencing input array sequence */ -
branches/eam_branches/ipp-20131211/Ohana/src/addstar/src/find_matches_closest_refstars.c
r34361 r36398 59 59 tcoords.pc1_2 = tcoords.pc2_1 = 0.0; 60 60 tcoords.Npolyterms = 0; 61 strcpy (tcoords.ctype, " RA---ARC");61 strcpy (tcoords.ctype, "DEC--ARC"); 62 62 63 63 /* build spatial index (RA sort) referencing input array sequence */ -
branches/eam_branches/ipp-20131211/Ohana/src/addstar/src/find_matches_refstars.c
r34260 r36398 57 57 tcoords.pc1_1 = tcoords.pc2_2 = 1.0; 58 58 tcoords.pc1_2 = tcoords.pc2_1 = 0.0; 59 strcpy (tcoords.ctype, " RA---ZEA");59 strcpy (tcoords.ctype, "DEC--ZEA"); 60 60 tcoords.Npolyterms = 0; 61 61 -
branches/eam_branches/ipp-20131211/Ohana/src/addstar/src/loadsupercos_plates.c
r33653 r36398 118 118 119 119 // for now, we define a fake coordinate system based on the boresite center 120 strcpy (image[Nimage].coords.ctype, " RA---TAN");120 strcpy (image[Nimage].coords.ctype, "DEC--TAN"); 121 121 122 122 image[Nimage].coords.crval1 = RAo; -
branches/eam_branches/ipp-20131211/Ohana/src/addstar/src/sky_tessalation.c
r34844 r36398 1106 1106 refcoords[0].Npolyterms = 0; 1107 1107 memset (refcoords[0].polyterms, 0, 14*sizeof(float)); 1108 strcpy (refcoords[0].ctype, " RA---TAN");1108 strcpy (refcoords[0].ctype, "DEC--TAN"); 1109 1109 return (TRUE); 1110 1110 } -
branches/eam_branches/ipp-20131211/Ohana/src/dvomerge/src/merge_catalogs_old.c
r35416 r36398 76 76 tcoords.pc1_2 = tcoords.pc2_1 = 0.0; 77 77 tcoords.Npolyterms = 1; 78 strcpy (tcoords.ctype, " RA---ARC");78 strcpy (tcoords.ctype, "DEC--ARC"); 79 79 80 80 if (VERBOSE) fprintf (stderr, "merging %s into %s\n", input[0].filename, output[0].filename); -
branches/eam_branches/ipp-20131211/Ohana/src/fixcat/src/gcatstats.c
r27435 r36398 52 52 catstats[0].coords.pc1_1 = catstats[0].coords.pc2_2 = 1.0; 53 53 catstats[0].coords.pc1_2 = catstats[0].coords.pc2_1 = 0.0; 54 strcpy (catstats[0].coords.ctype, " RA---TAN");54 strcpy (catstats[0].coords.ctype, "DEC--TAN"); 55 55 56 56 X1 = catstats[0].X; -
branches/eam_branches/ipp-20131211/Ohana/src/gastro/src/gstars.c
r34088 r36398 79 79 if (!strcasecmp (ROUGH_ASTROMETRY, "config")) { 80 80 /* default values for coords */ 81 strcpy (coords[0].ctype, " RA---TAN");81 strcpy (coords[0].ctype, "DEC--TAN"); 82 82 coords[0].pc1_1 = CCD_PC1_1; coords[0].pc1_2 = CCD_PC1_2; 83 83 coords[0].pc2_1 = CCD_PC2_1; coords[0].pc2_2 = CCD_PC2_2; -
branches/eam_branches/ipp-20131211/Ohana/src/gastro2/src/coordtest.c
r8300 r36398 85 85 fit_eval (); 86 86 87 strcpy (coords.ctype, " RA---PLY");87 strcpy (coords.ctype, "DEC--PLY"); 88 88 coords.crval1 = 0.0; 89 89 coords.crval2 = 0.0; -
branches/eam_branches/ipp-20131211/Ohana/src/gastro2/src/gstars2.c
r34088 r36398 28 28 29 29 /* default values for coords */ 30 strcpy (Target[0].coords.ctype, " RA---TAN");30 strcpy (Target[0].coords.ctype, "DEC--TAN"); 31 31 Target[0].coords.pc1_1 = CCD_PC1_1; Target[0].coords.pc1_2 = CCD_PC1_2; 32 32 Target[0].coords.pc2_1 = CCD_PC2_1; Target[0].coords.pc2_2 = CCD_PC2_2; -
branches/eam_branches/ipp-20131211/Ohana/src/getstar/src/GetFileMode.c
r34088 r36398 10 10 gfits_scan_alt (header, "SIMPLE", "%t", 1, &simple); 11 11 haveNaxis = gfits_scan (header, "NAXIS", "%d", 1, &Naxis); 12 haveCTYPE = gfits_scan (header, "CTYPE 1", "%s", 1, ctype);12 haveCTYPE = gfits_scan (header, "CTYPE2", "%s", 1, ctype); 13 13 14 14 gfits_scan_alt (header, "EXTEND", "%t", 1, &extend); -
branches/eam_branches/ipp-20131211/Ohana/src/getstar/src/MatchImages.c
r34430 r36398 36 36 tcoords.pc1_2 = tcoords.pc2_1 = 0.0; 37 37 tcoords.Npolyterms = 1; 38 strcpy (tcoords.ctype, " RA---TAN");38 strcpy (tcoords.ctype, "DEC--TAN"); 39 39 /* register so image->sky conversions below have correct mosaic */ 40 40 } else { … … 44 44 tcoords.pc1_2 = tcoords.pc2_1 = 0.0; 45 45 tcoords.Npolyterms = 1; 46 strcpy (tcoords.ctype, " RA---TAN");46 strcpy (tcoords.ctype, "DEC--TAN"); 47 47 } 48 48 -
branches/eam_branches/ipp-20131211/Ohana/src/kapa2/src/Graphs.c
r29539 r36398 64 64 graph[0].data.coords.crpix2 = 0.0; 65 65 graph[0].data.coords.cdelt1 = graph[0].data.coords.cdelt2 = 1.0; 66 strcpy (graph[0].data.coords.ctype, " RA---LIN");66 strcpy (graph[0].data.coords.ctype, "DEC--LIN"); 67 67 strcpy (graph[0].data.axis, "2222"); 68 68 strcpy (graph[0].data.ticks, "2222"); -
branches/eam_branches/ipp-20131211/Ohana/src/kapa2/src/Image.c
r29938 r36398 18 18 channel->coords.crpix2 = 0.0; 19 19 channel->coords.cdelt1 = channel->coords.cdelt2 = 1.0; 20 strcpy (channel->coords.ctype, " RA---LIN");20 strcpy (channel->coords.ctype, "DEC--LIN"); 21 21 channel->coords.Npolyterms = 0; 22 22 -
branches/eam_branches/ipp-20131211/Ohana/src/libdvo/src/ImageMetadataSelection.c
r35416 r36398 18 18 field.pc1_2 = field.pc2_1 = 0.0; 19 19 field.Npolyterms = 0; 20 strcpy (field.ctype, " RA---SIN");20 strcpy (field.ctype, "DEC--SIN"); 21 21 22 22 /* mosaic defines a frame with 0,0 at the mosaic center, and 1 arcsec / pixel */ … … 26 26 mosaic.pc1_2 = mosaic.pc2_1 = 0.0; 27 27 mosaic.Npolyterms = 0; 28 strcpy (mosaic.ctype, " RA---SIN");28 strcpy (mosaic.ctype, "DEC--SIN"); 29 29 30 30 if ((image = ImageMetadataLoad (filename, &Nimage)) == NULL) return (FALSE); -
branches/eam_branches/ipp-20131211/Ohana/src/libdvo/src/ImageSelection.c
r35416 r36398 28 28 mosaic.pc1_2 = mosaic.pc2_1 = 0.0; 29 29 mosaic.Npolyterms = 0; 30 strcpy (mosaic.ctype, " RA---SIN");30 strcpy (mosaic.ctype, "DEC--SIN"); 31 31 } 32 32 -
branches/eam_branches/ipp-20131211/Ohana/src/libdvo/src/coordops.c
r34088 r36398 1 1 # include <dvo.h> 2 3 /* note that Coords.ctype carries the DEC (ctype2) value */ 2 4 3 5 static Coords mosaic; … … 621 623 622 624 /* modifications to the ctype? */ 625 /* note that Coords.ctype carries the DEC (ctype2) value */ 623 626 OldAIPS = FALSE; 624 627 gfits_modify (header, "CTYPE2", "%s", 1, coords[0].ctype); -
branches/eam_branches/ipp-20131211/Ohana/src/libkapa/src/KapaWindow.c
r35761 r36398 100 100 graphdata[0].coords.pc1_1 = graphdata[0].coords.pc2_2 = 1.0; 101 101 graphdata[0].coords.pc1_2 = graphdata[0].coords.pc2_1 = 0.0; 102 strcpy (graphdata[0].coords.ctype, " RA---LIN");102 strcpy (graphdata[0].coords.ctype, "DEC--LIN"); 103 103 graphdata[0].coords.crval1 = 0.0; 104 104 graphdata[0].coords.crval2 = 0.0; -
branches/eam_branches/ipp-20131211/Ohana/src/markrock/src/gcatstats.c
r27435 r36398 40 40 catstats[0].coords.pc1_1 = catstats[0].coords.pc2_2 = 1.0; 41 41 catstats[0].coords.pc1_2 = catstats[0].coords.pc2_1 = 0.0; 42 strcpy (catstats[0].coords.ctype, " RA---TAN");42 strcpy (catstats[0].coords.ctype, "DEC--TAN"); 43 43 44 44 X1 = catstats[0].X; -
branches/eam_branches/ipp-20131211/Ohana/src/markstar/src/gcatstats.c
r27435 r36398 50 50 catstats[0].coords.pc1_1 = catstats[0].coords.pc2_2 = 1.0; 51 51 catstats[0].coords.pc1_2 = catstats[0].coords.pc2_1 = 0.0; 52 strcpy (catstats[0].coords.ctype, " RA---TAN");52 strcpy (catstats[0].coords.ctype, "DEC--TAN"); 53 53 54 54 X1 = catstats[0].X; -
branches/eam_branches/ipp-20131211/Ohana/src/mosastro/src/warptest.c
r3323 r36398 15 15 16 16 /* bore site center guess */ 17 sprintf (coords.ctype, " RA---%s", argv[1]);17 sprintf (coords.ctype, "DEC--%s", argv[1]); 18 18 coords.crval1 = 0.0; 19 19 coords.crval2 = 0.0; -
branches/eam_branches/ipp-20131211/Ohana/src/opihi/cmd.astro/cdensify.c
r36387 r36398 76 76 Ny = (Ymax - Ymin) / dY + 1; 77 77 78 Coords newcoords = graphmode.coords; 79 newcoords.cdelt1 *= dX; 80 newcoords.cdelt2 *= dY; 81 newcoords.crpix1 = (newcoords.crpix1 - Xmin) / dX; 82 newcoords.crpix2 = (newcoords.crpix2 - Ymin) / dY; 83 78 84 gfits_free_matrix (&bf[0].matrix); 79 85 gfits_free_header (&bf[0].header); 80 86 CreateBuffer (bf, Nx, Ny, -32, 0.0, 1.0); 81 87 strcpy (bf[0].file, "(empty)"); 88 PutCoords (&newcoords, &bf[0].header); 82 89 83 90 float scalescale = scale*scale; … … 96 103 coords.pc1_2 = coords.pc2_1 = 0.0; 97 104 coords.Npolyterms = 0; 98 strcpy (coords.ctype, " RA---TAN");105 strcpy (coords.ctype, "DEC--TAN"); 99 106 100 107 r = vr[0].elements.Flt; … … 113 120 Xb = (x - Xmin) / dX; 114 121 Yb = (y - Ymin) / dY; 122 123 RD_to_XY (&x, &y, rn, *d, &newcoords); 124 Xb = (int) x; 125 Yb = (int) y; 115 126 if (Xb >= Nx) continue; 116 127 if (Yb >= Ny) continue; -
branches/eam_branches/ipp-20131211/Ohana/src/opihi/cmd.astro/fitplx.c
r36375 r36398 112 112 coords.pc1_2 = coords.pc2_1 = 0.0; 113 113 coords.Npolyterms = 1; 114 strcpy (coords.ctype, " RA---SIN");114 strcpy (coords.ctype, "DEC--SIN"); 115 115 116 116 double *X, *Y, *t, *pX, *pY, *dX, *dY; -
branches/eam_branches/ipp-20131211/Ohana/src/opihi/cmd.astro/region.c
r31160 r36398 80 80 if (!ohana_str_to_radec (&Ra, &Dec, argv[1], argv[2])) return (FALSE); 81 81 Radius = atof (argv[3]); 82 strcpy (graphmode.coords.ctype, " RA---TAN");82 strcpy (graphmode.coords.ctype, "DEC--TAN"); 83 83 if (argc == 5) { 84 84 if (!strcasecmp (argv[4], "TAN")) 85 strcpy (graphmode.coords.ctype, " RA---TAN");85 strcpy (graphmode.coords.ctype, "DEC--TAN"); 86 86 if (!strcasecmp (argv[4], "SIN")) 87 strcpy (graphmode.coords.ctype, " RA---SIN");87 strcpy (graphmode.coords.ctype, "DEC--SIN"); 88 88 if (!strcasecmp (argv[4], "ARC")) 89 strcpy (graphmode.coords.ctype, " RA---ARC");89 strcpy (graphmode.coords.ctype, "DEC--ARC"); 90 90 if (!strcasecmp (argv[4], "STG")) 91 strcpy (graphmode.coords.ctype, " RA---STG");91 strcpy (graphmode.coords.ctype, "DEC--STG"); 92 92 if (!strcasecmp (argv[4], "ZEA")) 93 strcpy (graphmode.coords.ctype, " RA---ZEA");93 strcpy (graphmode.coords.ctype, "DEC--ZEA"); 94 94 if (!strcasecmp (argv[4], "AIT")) 95 strcpy (graphmode.coords.ctype, " RA---AIT");95 strcpy (graphmode.coords.ctype, "DEC--AIT"); 96 96 if (!strcasecmp (argv[4], "GLS")) 97 strcpy (graphmode.coords.ctype, " RA---GLS");97 strcpy (graphmode.coords.ctype, "DEC--GLS"); 98 98 if (!strcasecmp (argv[4], "PAR")) 99 strcpy (graphmode.coords.ctype, " RA---PAR");99 strcpy (graphmode.coords.ctype, "DEC--PAR"); 100 100 } 101 101 -
branches/eam_branches/ipp-20131211/Ohana/src/opihi/dvo/find_matches.c
r29759 r36398 50 50 tcoords.pc1_2 = tcoords.pc2_1 = 0.0; 51 51 tcoords.Npolyterms = 1; 52 strcpy (tcoords.ctype, " RA---ARC");52 strcpy (tcoords.ctype, "DEC--ARC"); 53 53 54 54 // this region includes a boundary layer of size RADIUS -
branches/eam_branches/ipp-20131211/Ohana/src/opihi/dvo/gimages.c
r34844 r36398 136 136 local.pc2_1 = local.pc1_2 = 0.0; 137 137 local.Npolyterms = 1; 138 strcpy (local.ctype, " RA---TAN");138 strcpy (local.ctype, "DEC--TAN"); 139 139 140 140 if (typehash == DistortImage) { -
branches/eam_branches/ipp-20131211/Ohana/src/opihi/dvo/showtile.c
r34584 r36398 34 34 coords.pc1_2 = coords.pc2_1 = 0.0; 35 35 coords.Npolyterms = 0; 36 strcpy (coords.ctype, " RA---TAN");36 strcpy (coords.ctype, "DEC--TAN"); 37 37 38 38 /* fill in top-left region */ -
branches/eam_branches/ipp-20131211/Ohana/src/opihi/dvo/simage.c
r34584 r36398 43 43 /* get astrometry information */ 44 44 strcpy (coords.ctype, "NONE"); 45 gfits_scan (&header, "CTYPE 1", "%s", 1, coords.ctype);46 if (strcmp (coords.ctype, " RA---PLY")) {45 gfits_scan (&header, "CTYPE2", "%s", 1, coords.ctype); 46 if (strcmp (coords.ctype, "DEC--PLY")) { 47 47 gprint (GP_ERR, "ERROR: wrong astrometric info in header\n"); 48 48 return (FALSE); -
branches/eam_branches/ipp-20131211/Ohana/src/photdbc/src/find_images.c
r30616 r36398 25 25 tcoords.pc1_1 = tcoords.pc2_2 = 1.0; 26 26 tcoords.pc1_2 = tcoords.pc2_1 = 0.0; 27 strcpy (tcoords.ctype, " RA---TAN");27 strcpy (tcoords.ctype, "DEC--TAN"); 28 28 29 29 timage = gfits_table_get_Image (&db[0].ftable, &Ntimage, &db[0].swapped); -
branches/eam_branches/ipp-20131211/Ohana/src/photdbc/src/join_stars.c
r29938 r36398 57 57 tcoords.pc1_2 = tcoords.pc2_1 = 0.0; 58 58 tcoords.Npolyterms = 0; 59 strcpy (tcoords.ctype, " RA---TAN");59 strcpy (tcoords.ctype, "DEC--TAN"); 60 60 61 61 /* project & sort coordinates in local linear frame */ -
branches/eam_branches/ipp-20131211/Ohana/src/relastro/src/UpdateObjects.c
r35763 r36398 67 67 coords.pc1_2 = coords.pc2_1 = 0.0; 68 68 coords.Npolyterms = 1; 69 strcpy (coords.ctype, " RA---SIN");69 strcpy (coords.ctype, "DEC--SIN"); 70 70 71 71 XVERB = FALSE; -
branches/eam_branches/ipp-20131211/Ohana/src/relastro/src/high_speed_objects.c
r35494 r36398 161 161 tcoords.pc1_2 = tcoords.pc2_1 = 0.0; 162 162 tcoords.Npolyterms = 1; 163 strcpy (tcoords.ctype, " RA---ARC");163 strcpy (tcoords.ctype, "DEC--ARC"); 164 164 165 165 /* build spatial index (RA sort) referencing input array sequence */ -
branches/eam_branches/ipp-20131211/Ohana/src/relastro/src/hpm_objects.c
r35494 r36398 138 138 tcoords.pc1_2 = tcoords.pc2_1 = 0.0; 139 139 tcoords.Npolyterms = 1; 140 strcpy (tcoords.ctype, " RA---ARC");140 strcpy (tcoords.ctype, "DEC--ARC"); 141 141 142 142 /* build spatial index (RA sort) referencing input array sequence */ -
branches/eam_branches/ipp-20131211/Ohana/src/relastro/src/select_images.c
r35763 r36398 57 57 tcoords.pc1_1 = tcoords.pc2_2 = 1.0; 58 58 tcoords.pc1_2 = tcoords.pc2_1 = 0.0; 59 strcpy (tcoords.ctype, " RA---TAN");59 strcpy (tcoords.ctype, "DEC--TAN"); 60 60 61 61 ALLOCATE (skycoords, SkyRegionCoords, skylist[0].Nregions); -
branches/eam_branches/ipp-20131211/Ohana/src/relastro/src/testparallax.c
r34088 r36398 57 57 coords.pc1_2 = coords.pc2_1 = 0.0; 58 58 coords.Npolyterms = 1; 59 strcpy (coords.ctype, " RA---SIN");59 strcpy (coords.ctype, "DEC--SIN"); 60 60 61 61 // use one point as a local reference -
branches/eam_branches/ipp-20131211/Ohana/src/relphot/src/MosaicOps.c
r35806 r36398 412 412 } 413 413 dS /= MosaicN_Image[i]; 414 strcpy (mosaic[i].coords.ctype, " RA---TAN");414 strcpy (mosaic[i].coords.ctype, "DEC--TAN"); 415 415 mosaic[i].coords.crval1 = Rmin; 416 416 mosaic[i].coords.crval2 = Dmin; -
branches/eam_branches/ipp-20131211/Ohana/src/relphot/src/select_images.c
r35806 r36398 40 40 tcoords.pc1_1 = tcoords.pc2_2 = 1.0; 41 41 tcoords.pc1_2 = tcoords.pc2_1 = 0.0; 42 strcpy (tcoords.ctype, " RA---TAN");42 strcpy (tcoords.ctype, "DEC--TAN"); 43 43 44 44 double RminSkyRegion = region[0].Rmin; … … 412 412 tcoords.Npolyterms = 0; 413 413 memset (tcoords.polyterms, 0, 14*sizeof(float)); 414 strcpy (tcoords.ctype, " RA---TAN");414 strcpy (tcoords.ctype, "DEC--TAN"); 415 415 416 416 /* compare with each region file */ -
branches/eam_branches/ipp-20131211/Ohana/src/uniphot/src/find_image_sgroups.c
r31160 r36398 22 22 coords.pc1_1 = coords.pc2_2 = 1.0; 23 23 coords.pc1_2 = coords.pc2_1 = 0.0; 24 strcpy (coords.ctype, " RA---TAN");24 strcpy (coords.ctype, "DEC--TAN"); 25 25 26 26 Ngroup = 0; -
branches/eam_branches/ipp-20131211/Ohana/src/uniphot/src/update_dvo_uniphot.c
r34088 r36398 61 61 coords.pc1_1 = coords.pc2_2 = 1.0; 62 62 coords.pc1_2 = coords.pc2_1 = 0.0; 63 strcpy (coords.ctype, " RA---TAN");63 strcpy (coords.ctype, "DEC--TAN"); 64 64 65 65 for (i = 0; i < pglob.gl_pathc; i++) {
Note:
See TracChangeset
for help on using the changeset viewer.
