Changeset 39457 for trunk/Ohana/src/addstar/src/sky_tessalation.c
- Timestamp:
- Mar 11, 2016, 10:23:42 PM (10 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/addstar/src/sky_tessalation.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
-
Property svn:mergeinfo
set to
/branches/eam_branches/ohana.20160226 merged eligible
-
Property svn:mergeinfo
set to
-
trunk/Ohana/src/addstar/src/sky_tessalation.c
r37807 r39457 202 202 // for local projects such as the PS1 Medium Deep fields 203 203 int sky_tessellation_local (FITS_DB *db, int level, int Nmax) { 204 OHANA_UNUSED_PARAM(level); 205 OHANA_UNUSED_PARAM(Nmax); 204 206 205 207 int Nimage; … … 239 241 // we generate projects on uniform rings of constant dec height 240 242 int sky_tessellation_rings (FITS_DB *db, int level, int Nmax) { 243 OHANA_UNUSED_PARAM(level); 244 OHANA_UNUSED_PARAM(Nmax); 241 245 242 246 int j, nDEC, Nimage, Nring, Ntotal, Ndigit; … … 294 298 // based on code supplied by Tamas 2012.07.23 295 299 int sky_tessellation_tamas (FITS_DB *db, int level, int Nmax) { 300 OHANA_UNUSED_PARAM(level); 301 OHANA_UNUSED_PARAM(Nmax); 296 302 297 303 int j, nDEC, Nimage, Nring, Ntotal, Ndigit; … … 740 746 // format : guide to generate the filenames (c-type string format) 741 747 SkyRectangle *sky_rectangle_tamas (double *Dec, double dm, double halfa, double halftheta, int *nring, char *format) { 748 OHANA_UNUSED_PARAM(halfa); 742 749 743 750 static int Nname = 0;
Note:
See TracChangeset
for help on using the changeset viewer.
