- Timestamp:
- Jun 19, 2012, 5:24:19 PM (14 years ago)
- Location:
- branches/meh_branches/ppstack_test
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
ippTools/src (modified) (2 props)
-
ippTools/src/pxspace.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/meh_branches/ppstack_test
- Property svn:mergeinfo changed
-
branches/meh_branches/ppstack_test/ippTools/src
- Property svn:ignore
-
old new 45 45 laptool 46 46 vptool 47 sctool
-
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20120405/ippTools/src (added) merged: 33949
- Property svn:ignore
-
branches/meh_branches/ppstack_test/ippTools/src/pxspace.c
r25770 r34041 56 56 psMetadataAddF64(md, PS_LIST_TAIL, "-decl", 0, "DEC value for radius search (degrees)", false); 57 57 } 58 59 void pxskycellAddArguments(psMetadata *md) 60 { 61 psMetadataAddF32(md, PS_LIST_TAIL, "-ra_min", 0, "search by right ascension (degrees)", NAN); 62 psMetadataAddF32(md, PS_LIST_TAIL, "-dec_min", 0, "search by declination (degrees)", NAN); 63 psMetadataAddF32(md, PS_LIST_TAIL, "-ra_max", 0, "search by right ascension (degrees)", NAN); 64 psMetadataAddF32(md, PS_LIST_TAIL, "-dec_max", 0, "search by declination (degrees)", NAN); 65 psMetadataAddF32(md, PS_LIST_TAIL, "-glong_min", 0, "search by galactic longitude (degrees)", NAN); 66 psMetadataAddF32(md, PS_LIST_TAIL, "-glat_min", 0, "search by galactic latitude (degrees)", NAN); 67 psMetadataAddF32(md, PS_LIST_TAIL, "-glong_max", 0, "search by galactic longitude (degrees)", NAN); 68 psMetadataAddF32(md, PS_LIST_TAIL, "-glat_max", 0, "search by galactic latitude (degrees)", NAN); 69 } 70 71 bool pxskycellAddWhere(pxConfig *config, psMetadata *where) 72 { 73 PXOPT_COPY_F32(config->args, where, "-ra_min", "skycell.radeg", ">="); 74 PXOPT_COPY_F32(config->args, where, "-dec_min", "skycell.decdeg", ">="); 75 PXOPT_COPY_F32(config->args, where, "-ra_max", "skycell.radeg", "<"); 76 PXOPT_COPY_F32(config->args, where, "-dec_max", "skycell.decdeg", "<"); 77 PXOPT_COPY_F32(config->args, where, "-glong_min", "skycell.glong", ">="); 78 PXOPT_COPY_F32(config->args, where, "-glat_min", "skycell.glat", ">="); 79 PXOPT_COPY_F32(config->args, where, "-glong_max", "skycell.glong", "<"); 80 PXOPT_COPY_F32(config->args, where, "-glat_max", "skycell.glat", "<"); 81 return true; 82 }
Note:
See TracChangeset
for help on using the changeset viewer.
