- Timestamp:
- Nov 29, 2012, 1:36:01 PM (14 years ago)
- Location:
- branches/eam_branches/ipp-20120905/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/opihi/dvo/mextract.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120905/Ohana
- Property svn:mergeinfo changed
/trunk/Ohana merged: 34620-34621,34642
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20120905/Ohana/src/opihi/dvo/mextract.c
r34654 r34728 313 313 gprint (GP_ERR, " Npos : number of measurments used for astrometry\n"); 314 314 315 gprint (GP_ERR, " objflags : object flags\n"); 316 gprint (GP_ERR, " photflags : detection flags from image analysis\n"); 317 gprint (GP_ERR, " dbflags : detection flags from database analysis\n"); 315 gprint (GP_ERR, " objflags : object flags [alias: obj_flags]\n"); 316 gprint (GP_ERR, " secflags : average photometry flags [aliases: obj_phot_flags, sec_flags, secfilt_flags]\n"); 317 gprint (GP_ERR, " photflags : detection flags from image analysis [alias: phot_flags]\n"); 318 gprint (GP_ERR, " dbflags : detection flags from database analysis [alias: db_flags]\n"); 318 319 319 320 gprint (GP_ERR, " obj_flags : object flags\n"); … … 321 322 gprint (GP_ERR, " db_flags : detection flags from database analysis\n"); 322 323 324 gprint (GP_ERR, " airmass : airmass of detection\n"); 325 gprint (GP_ERR, " meas_airmass : airmass of exposure\n"); 326 gprint (GP_ERR, " alt : altitude of detection\n"); 327 gprint (GP_ERR, " az : azimuth of detection\n"); 328 gprint (GP_ERR, " exptime : exposure time [s]\n"); 329 gprint (GP_ERR, " photcode : photcode \n"); 330 gprint (GP_ERR, " photcode:equiv : equivalent average photcode \n"); 331 gprint (GP_ERR, " photcode:c : zero point of photcode \n"); 332 gprint (GP_ERR, " photcode:klam : airmass slope of photcode \n"); 333 gprint (GP_ERR, " time : time of exposure [Seconds since Jan 1, 1970/\n"); 334 gprint (GP_ERR, " fwhm : fwhm (average) of fitted PSF [pixels]\n"); 335 gprint (GP_ERR, " fwhm_maj : fwhm (major axis) of fitted PSF [pixels]\n"); 336 gprint (GP_ERR, " fwhm_min : fwhm (minor axis) of fitted PSF [pixels]\n"); 337 gprint (GP_ERR, " theta : position angle of fitted PSF\n"); 338 gprint (GP_ERR, " posangle : position angle of detector at measurement [degrees]\n"); 339 gprint (GP_ERR, " platescale : plate scale of detector at measurement [arcsec/pixel] (negative = sky parity)\n"); 340 341 gprint (GP_ERR, " Mxx : second moment in X [pixels^2]\n"); 342 gprint (GP_ERR, " Mxy : second moment cross term [pixels^2]\n"); 343 gprint (GP_ERR, " Myy : second moment in Y [pixels^2]\n"); 344 345 gprint (GP_ERR, " xccd : ccd x position\n"); 346 gprint (GP_ERR, " yccd : ccd y position\n"); 347 gprint (GP_ERR, " xoff : ccd x correction\n"); 348 gprint (GP_ERR, " yoff : ccd y correction\n"); 349 gprint (GP_ERR, " xccd:err : ccd x position error\n"); 350 gprint (GP_ERR, " yccd:err : ccd y position error\n"); 351 352 gprint (GP_ERR, " pos_sys_err : systematic position error\n"); 353 354 gprint (GP_ERR, " xmosaic : mosaic x position\n"); 355 gprint (GP_ERR, " ymosaic : mosaic y position\n"); 356 357 gprint (GP_ERR, " xchip : chip x position (= ccd position)\n"); 358 gprint (GP_ERR, " ychip : chip y position (= ccd position)\n"); 359 gprint (GP_ERR, " xfpa : fpa x position (= mosaic position)\n"); 360 gprint (GP_ERR, " yfpa : fpa y position (= mosaic position)\n"); 361 362 gprint (GP_ERR, " detID : ID of detection (unique on source image)\n"); 363 gprint (GP_ERR, " objID : object ID (32 bit, unique in catalog)\n"); 364 gprint (GP_ERR, " catID : catalog ID (32 bit)\n"); 365 gprint (GP_ERR, " imageID : ID of source image (32 bit)\n"); 366 gprint (GP_ERR, " externID : externID of source image (32 bit)\n"); 367 368 gprint (GP_ERR, " psf_qf : PSF quality factor (psf-weighted mask fraction)\n"); 369 gprint (GP_ERR, " psf_qf_perfect : PSF quality factor, perfect mask version (psf-weighted mask fraction)\n"); 370 371 gprint (GP_ERR, " psf_chisq : PSF fit chi square\n"); 372 gprint (GP_ERR, " psf_ndof : PSF number of degrees of freedom\n"); 373 gprint (GP_ERR, " psf_npix : PSF number of pixels\n"); 374 375 gprint (GP_ERR, " cr_nsigma : Nsigma deviation towards cosmic ray\n"); 376 gprint (GP_ERR, " ext_nsigma : Nsigma deviation towards extended source\n"); 377 378 gprint (GP_ERR, " sky : sky model flux at measurement location\n"); 379 gprint (GP_ERR, " sky_err : sky model stdev at measurement location\n"); 380 381 gprint (GP_ERR, " Mcal_offset : difference wrt nominal zero point (clouds are positive)\n"); 382 gprint (GP_ERR, " flat : flat-field correction (measure.Mcal - image.Mcal)\n"); 383 384 gprint (GP_ERR, " center_offset : distance to image center\n"); 385 gprint (GP_ERR, " flux : PSF flux\n"); 386 gprint (GP_ERR, " flux_err : PSF flux error\n"); 387 gprint (GP_ERR, " flux_psf : PSF flux\n"); 388 gprint (GP_ERR, " flux_psf_err : PSF flux error\n"); 389 gprint (GP_ERR, " flux_kron : KRON flux\n"); 390 gprint (GP_ERR, " flux_kron_err : KRON flux error\n"); 391 392 gprint (GP_ERR, " --- the following fields are selected by giving a photcode with the attached ending\n"); 323 393 gprint (GP_ERR, " <photcode>:ave : average magnitude for photcode (or equivalent)\n"); 324 394 gprint (GP_ERR, " <photcode>:ref : reference magnitude system for photcode (or equivalent)\n"); … … 335 405 gprint (GP_ERR, " <photcode>:ncode : number of measurements in photcode\n"); 336 406 gprint (GP_ERR, " <photcode>:nphot : number of measurements used for average magnitude\n"); 337 gprint (GP_ERR, " airmass : airmass of detection\n"); 338 gprint (GP_ERR, " alt : altitude of detection\n"); 339 gprint (GP_ERR, " az : azimuth of detection\n"); 340 gprint (GP_ERR, " exptime : exposure time [s]\n"); 341 gprint (GP_ERR, " photcode : photcode \n"); 342 gprint (GP_ERR, " photcode:equiv : equivalent average photcode \n"); 343 gprint (GP_ERR, " time : time of exposure [Seconds since Jan 1, 1970/\n"); 344 gprint (GP_ERR, " fwhm : fwhm (average) of fitted PSF [pixels]\n"); 345 gprint (GP_ERR, " fwhm_maj : fwhm (major axis) of fitted PSF [pixels]\n"); 346 gprint (GP_ERR, " fwhm_min : fwhm (minor axis) of fitted PSF [pixels]\n"); 347 gprint (GP_ERR, " theta : position angle of fitted PSF\n"); 348 gprint (GP_ERR, " posangle : position angle of detector at measurement [degrees]\n"); 349 gprint (GP_ERR, " platescale : plate scale of detector at measurement [arcsec/pixel] \n"); 350 351 gprint (GP_ERR, " psf_qf : PSF quality factor (psf-weighted mask fraction)\n"); 352 gprint (GP_ERR, " psf_chisq : PSF fit chi square\n"); 353 gprint (GP_ERR, " psf_ndof : PSF number of degrees of freedom\n"); 354 gprint (GP_ERR, " psf_npix : PSF number of pixels\n"); 355 356 gprint (GP_ERR, " cr_nsigma : Nsigma deviation towards cosmic ray\n"); 357 gprint (GP_ERR, " ext_nsigma : Nsigma deviation towards extended source\n"); 358 359 gprint (GP_ERR, " Mxx : second moment in X [pixels^2]\n"); 360 gprint (GP_ERR, " Mxy : second moment cross term [pixels^2]\n"); 361 gprint (GP_ERR, " Myy : second moment in Y [pixels^2]\n"); 362 363 gprint (GP_ERR, " xccd : ccd x position\n"); 364 gprint (GP_ERR, " yccd : ccd y position\n"); 365 gprint (GP_ERR, " xccd:err : ccd x position error\n"); 366 gprint (GP_ERR, " yccd:err : ccd y position error\n"); 367 gprint (GP_ERR, " xmosaic : mosaic x position\n"); 368 gprint (GP_ERR, " ymosaic : mosaic y position\n"); 369 gprint (GP_ERR, " xchip : chip x position (= ccd position)\n"); 370 gprint (GP_ERR, " ychip : chip y position (= ccd position)\n"); 371 gprint (GP_ERR, " xfpa : fpa x position (= mosaic position)\n"); 372 gprint (GP_ERR, " yfpa : fpa y position (= mosaic position)\n"); 373 374 gprint (GP_ERR, " detID : ID of detection (unique on source image)\n"); 375 gprint (GP_ERR, " objID : object ID (32 bit, unique in catalog)\n"); 376 gprint (GP_ERR, " catID : catalog ID (32 bit)\n"); 377 gprint (GP_ERR, " imageID : ID of source image (32 bit)\n"); 378 gprint (GP_ERR, " externID : externID of source image (32 bit)\n"); 379 380 gprint (GP_ERR, " Mcal_offset : difference wrt nominal zero point (clouds are positive)\n"); 381 gprint (GP_ERR, " flat : flat-field correction (measure.Mcal - image.Mcal)\n"); 407 408 gprint (GP_ERR, " <photcode>:aperinst : instrumental aperture magnitude\n"); 409 gprint (GP_ERR, " <photcode>:aper_inst : instrumental aperture magnitude\n"); 410 gprint (GP_ERR, " <photcode>:kron : kron mag\n"); 411 gprint (GP_ERR, " <photcode>:kroninst : instrumental kron mag\n"); 412 gprint (GP_ERR, " <photcode>:kron_inst : instrumental kron mag\n"); 413 gprint (GP_ERR, " <photcode>:kronerr : kron mag error\n"); 414 415 gprint (GP_ERR, " <photcode>:photflags : photometry flags for measurements\n"); 416 gprint (GP_ERR, " <photcode>:flags : photometry flags for measurements\n"); 417 gprint (GP_ERR, " <photcode>:fluxpsf : average psf flux\n"); 418 gprint (GP_ERR, " <photcode>:fluxpsferr : average psf flux error\n"); 419 gprint (GP_ERR, " <photcode>:fluxkron : average kron flux\n"); 420 gprint (GP_ERR, " <photcode>:fluxkronerr : average kron flux error\n"); 421 382 422 return (FALSE); 383 423 }
Note:
See TracChangeset
for help on using the changeset viewer.
