Changeset 34749 for trunk/Ohana/src/opihi/dvo/avextract.c
- Timestamp:
- Nov 30, 2012, 10:06:05 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/dvo/avextract.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/dvo/avextract.c
r34405 r34749 137 137 // this does all the work of re-packaging the command, calling it on the remote machines, then loading in the results 138 138 if (PARALLEL && !HOST_ID) { 139 int status = HostTableParallelOps (argc, argv, RESULT_FILE, 0, VERBOSE);139 int status = HostTableParallelOps (argc, argv, RESULT_FILE, TRUE, 0, VERBOSE); 140 140 141 141 dbFreeFields (fields, Nfields); … … 325 325 gprint (GP_ERR, " <photcode>:nphot : number of measurements used for average magnitude in this photcode\n"); 326 326 327 // gprint (GP_ERR, " <photcode>:ap : catalog aperture magnitude for photcode\n"); 328 // gprint (GP_ERR, " <photcode>:aper : catalog aperture magnitude for photcode\n"); 329 // gprint (GP_ERR, " <photcode>:aveerr : average error (stdev)\n"); 330 // gprint (GP_ERR, " <photcode>:aperinst : aperture flux\n"); 331 // gprint (GP_ERR, " <photcode>:aper_inst : aperture flux\n"); 332 333 gprint (GP_ERR, " <photcode>:kron : kron flux\n"); 334 // gprint (GP_ERR, " <photcode>:kronerr : kron error\n"); 335 gprint (GP_ERR, " <photcode>:photflags : photometry flags for measurements\n"); 336 gprint (GP_ERR, " <photcode>:flags : photometry flags for measurements\n"); 337 gprint (GP_ERR, " <photcode>:stdev : standard deviation of measurements\n"); 338 gprint (GP_ERR, " <photcode>:20 : 20 percentile psf mag\n"); 339 gprint (GP_ERR, " <photcode>:80 : 80 percentile psf mag\n"); 340 gprint (GP_ERR, " <photcode>:ucdist : distance to ubercalibrated exposure (in exposure overlaps)\n"); 341 gprint (GP_ERR, " <photcode>:stackDetectID : PSPS ID for stack detection\n"); 342 gprint (GP_ERR, " <photcode>:fluxpsf : psf flux\n"); 343 gprint (GP_ERR, " <photcode>:fluxpsferr : psf flux error\n"); 344 gprint (GP_ERR, " <photcode>:fluxkron : kron flux\n"); 345 gprint (GP_ERR, " <photcode>:fluxkronerr : kron flux error\n"); 346 327 347 // gprint (GP_ERR, " type : dophot type (unused)\n"); 328 348 // gprint (GP_ERR, " typefrac : dophot type fraction (unused)\n");
Note:
See TracChangeset
for help on using the changeset viewer.
