Changeset 35600 for branches/eam_branches/ipp-20130509
- Timestamp:
- May 27, 2013, 2:32:48 PM (13 years ago)
- Location:
- branches/eam_branches/ipp-20130509/Ohana/src/relphot/src
- Files:
-
- 5 edited
-
ImageOps.c (modified) (1 diff)
-
load_images.c (modified) (1 diff)
-
plot_scatter.c (modified) (2 diffs)
-
plotstuff.c (modified) (1 diff)
-
select_images.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130509/Ohana/src/relphot/src/ImageOps.c
r35104 r35600 691 691 if (!PLOTSTUFF) return; 692 692 693 if (Npts == 0) { 694 fprintf (stderr, "cannot set image Mcal values yet (nan Mave)\n"); 695 return; 696 } 697 693 698 ALLOCATE (xlist, double, Npts); 694 699 -
branches/eam_branches/ipp-20130509/Ohana/src/relphot/src/load_images.c
r35416 r35600 95 95 # endif 96 96 97 if (Nimage == 0) { 98 fprintf (stderr, "no images selected for analysis : problem with region or photcode?\n"); 99 exit (4); 100 } 101 97 102 // match chips to mosaics (if applicable) 98 103 initMosaics (subset, Nsubset, image, inSubset, Nimage); -
branches/eam_branches/ipp-20130509/Ohana/src/relphot/src/plot_scatter.c
r33651 r35600 48 48 49 49 Mrel = catalog[i].secfilt[Nsecfilt*j+Nsec].M; 50 if (isnan(Mrel)) continue; 51 50 52 xlist[N] = Mrel; 51 53 ylist[N] = PhotSysTiny (&catalog[i].measureT[m], &catalog[i].averageT[j], &catalog[i].secfilt[j*Nsecfilt]) - Mcal - Mmos - Mgrid - Mrel; … … 54 56 } 55 57 } 58 } 59 60 if (N == 0) { 61 fprintf (stderr, "no valid average values yet\n"); 62 continue; 56 63 } 57 64 -
branches/eam_branches/ipp-20130509/Ohana/src/relphot/src/plotstuff.c
r33651 r35600 23 23 char name[100]; 24 24 25 sprintf (name, "gastro [%d]", N);25 sprintf (name, "gastro:%d", N); 26 26 27 27 // if -plot is supplied, the plots are shown on the screen; -
branches/eam_branches/ipp-20130509/Ohana/src/relphot/src/select_images.c
r35416 r35600 407 407 tcoords.pc1_1 = tcoords.pc2_2 = 1.0; 408 408 tcoords.pc1_2 = tcoords.pc2_1 = 0.0; 409 410 tcoords.Npolyterms = 0; 411 memset (tcoords.polyterms, 0, 14*sizeof(float)); 409 412 strcpy (tcoords.ctype, "RA---TAN"); 410 413
Note:
See TracChangeset
for help on using the changeset viewer.
