Skip to content

Instantly share code, notes, and snippets.

@josePhoenix
Last active July 27, 2016 14:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save josePhoenix/8325c16b44fb5fa51f40261b184a78ef to your computer and use it in GitHub Desktop.
Save josePhoenix/8325c16b44fb5fa51f40261b184a78ef to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
SIMPLE = T / file does conform to FITS standard BITPIX = 16 / number of bits per data pixel NAXIS = 0 / number of data axes EXTEND = T / FITS dataset may contain extensions COMMENT FITS (Flexible Image Transport System) format is defined in 'AstronomyCOMMENT and Astrophysics', volume 376, page 359; bibcode: 2001A&A...376..359H END XTENSION= 'BINTABLE' / binary table extension BITPIX = 8 / 8-bit bytes NAXIS = 2 / 2-dimensional binary table NAXIS1 = 449 / width of table in bytes NAXIS2 = 0 / number of rows in table PCOUNT = 0 / size of special data area GCOUNT = 1 / one data group (required keyword) TFIELDS = 61 / number of fields in each row TTYPE1 = 'flags ' / bits for all Flag fields; see also TFLAGn TFORM1 = '69X ' / format of field FLAGCOL = 1 / Column number for the bitflags. TTYPE2 = 'id ' / unique ID TFORM2 = '1K ' / format of field TDOC2 = 'unique ID' TCCLS2 = 'Scalar ' / Field template used by lsst.afw.table TTYPE3 = 'coord_ra' / position in ra/dec TFORM3 = '1D ' / format of field TDOC3 = 'position in ra/dec' TCCLS3 = 'Angle ' / Field template used by lsst.afw.table TTYPE4 = 'coord_dec' / position in ra/dec TFORM4 = '1D ' / format of field TDOC4 = 'position in ra/dec' TCCLS4 = 'Angle ' / Field template used by lsst.afw.table TTYPE5 = 'parent ' / unique ID of parent source TFORM5 = '1K ' / format of field TDOC5 = 'unique ID of parent source' TCCLS5 = 'Scalar ' / Field template used by lsst.afw.table TFLAG1 = 'flags_negative' TFDOC1 = 'set if source was detected as significantly negative' TTYPE6 = 'deblend_nChild' / Number of children this object has (defaults toTFORM6 = '1J ' / format of field TDOC6 = 'Number of children this object has (defaults to 0)' TCCLS6 = 'Scalar ' / Field template used by lsst.afw.table TFLAG2 = 'deblend_deblendedAsPsf' TFDOC2 = 'Deblender thought this source looked like a PSF' TTYPE7 = 'deblend_psfCenter_x' / If deblended-as-psf, the PSF centroid TFORM7 = '1D ' / format of field TDOC7 = 'If deblended-as-psf, the PSF centroid' TUNIT7 = 'pixel ' TCCLS7 = 'Scalar ' / Field template used by lsst.afw.table TTYPE8 = 'deblend_psfCenter_y' / If deblended-as-psf, the PSF centroid TFORM8 = '1D ' / format of field TDOC8 = 'If deblended-as-psf, the PSF centroid' TUNIT8 = 'pixel ' TCCLS8 = 'Scalar ' / Field template used by lsst.afw.table TTYPE9 = 'deblend_psfFlux' / If deblended-as-psf, the PSF flux TFORM9 = '1D ' / format of field TDOC9 = 'If deblended-as-psf, the PSF flux' TCCLS9 = 'Scalar ' / Field template used by lsst.afw.table TFLAG3 = 'deblend_tooManyPeaks' TFDOC3 = 'Source had too many peaks; only the brightest were included' TFLAG4 = 'deblend_parentTooBig' TFDOC4 = 'Parent footprint covered too many pixels' TFLAG5 = 'deblend_masked' TFDOC5 = 'Parent footprint was predominantly masked' TFLAG6 = 'deblend_skipped' TFDOC6 = 'Deblender skipped this source' TFLAG7 = 'deblend_rampedTemplate' TFDOC7 = 'This source was near an image edge and the deblender used "ramp" ed&'CONTINUE 'ge-handling.' TFLAG8 = 'deblend_patchedTemplate' TFDOC8 = 'This source was near an image edge and the deblender used "patched"&'CONTINUE ' edge-handling.' TFLAG9 = 'deblend_hasStrayFlux' TFDOC9 = 'This source was assigned some stray flux' TTYPE10 = 'base_GaussianCentroid_x' / centroid from Gaussian Centroid algorithm TFORM10 = '1D ' / format of field TDOC10 = 'centroid from Gaussian Centroid algorithm' TUNIT10 = 'pixel ' TCCLS10 = 'Scalar ' / Field template used by lsst.afw.table TTYPE11 = 'base_GaussianCentroid_y' / centroid from Gaussian Centroid algorithm TFORM11 = '1D ' / format of field TDOC11 = 'centroid from Gaussian Centroid algorithm' TUNIT11 = 'pixel ' TCCLS11 = 'Scalar ' / Field template used by lsst.afw.table TFLAG10 = 'base_GaussianCentroid_flag' TFDOC10 = 'general failure flag, set if anything went wrong' TFLAG11 = 'base_GaussianCentroid_flag_noPeak' TFDOC11 = 'Fitted Centroid has a negative peak' TTYPE12 = 'base_NaiveCentroid_x' / centroid from Naive Centroid algorithm TFORM12 = '1D ' / format of field TDOC12 = 'centroid from Naive Centroid algorithm' TUNIT12 = 'pixel ' TCCLS12 = 'Scalar ' / Field template used by lsst.afw.table TTYPE13 = 'base_NaiveCentroid_y' / centroid from Naive Centroid algorithm TFORM13 = '1D ' / format of field TDOC13 = 'centroid from Naive Centroid algorithm' TUNIT13 = 'pixel ' TCCLS13 = 'Scalar ' / Field template used by lsst.afw.table TFLAG12 = 'base_NaiveCentroid_flag' TFDOC12 = 'general failure flag, set if anything went wrong' TFLAG13 = 'base_NaiveCentroid_flag_noCounts' TFDOC13 = 'Object to be centroided has no counts' TFLAG14 = 'base_NaiveCentroid_flag_edge' TFDOC14 = 'Object too close to edge' TTYPE14 = 'base_SdssCentroid_x' / centroid from Sdss Centroid algorithm TFORM14 = '1D ' / format of field TDOC14 = 'centroid from Sdss Centroid algorithm' TUNIT14 = 'pixel ' TCCLS14 = 'Scalar ' / Field template used by lsst.afw.table TTYPE15 = 'base_SdssCentroid_y' / centroid from Sdss Centroid algorithm TFORM15 = '1D ' / format of field TDOC15 = 'centroid from Sdss Centroid algorithm' TUNIT15 = 'pixel ' TCCLS15 = 'Scalar ' / Field template used by lsst.afw.table TTYPE16 = 'base_SdssCentroid_xSigma' / 1-sigma uncertainty on x position TFORM16 = '1E ' / format of field TDOC16 = '1-sigma uncertainty on x position' TUNIT16 = 'pixel ' TCCLS16 = 'Scalar ' / Field template used by lsst.afw.table TTYPE17 = 'base_SdssCentroid_ySigma' / 1-sigma uncertainty on y position TFORM17 = '1E ' / format of field TDOC17 = '1-sigma uncertainty on y position' TUNIT17 = 'pixel ' TCCLS17 = 'Scalar ' / Field template used by lsst.afw.table TFLAG15 = 'base_SdssCentroid_flag' TFDOC15 = 'general failure flag, set if anything went wrong' TFLAG16 = 'base_SdssCentroid_flag_edge' TFDOC16 = 'Object too close to edge' TFLAG17 = 'base_SdssCentroid_flag_noSecondDerivative' TFDOC17 = 'Vanishing second derivative' TFLAG18 = 'base_SdssCentroid_flag_almostNoSecondDerivative' TFDOC18 = 'Almost vanishing second derivative' TFLAG19 = 'base_SdssCentroid_flag_notAtMaximum' TFDOC19 = 'Object is not at a maximum' TTYPE18 = 'base_SdssShape_xx' / elliptical Gaussian adaptive moments TFORM18 = '1D ' / format of field TDOC18 = 'elliptical Gaussian adaptive moments' TUNIT18 = 'pixel^2 ' TCCLS18 = 'Scalar ' / Field template used by lsst.afw.table TTYPE19 = 'base_SdssShape_yy' / elliptical Gaussian adaptive moments TFORM19 = '1D ' / format of field TDOC19 = 'elliptical Gaussian adaptive moments' TUNIT19 = 'pixel^2 ' TCCLS19 = 'Scalar ' / Field template used by lsst.afw.table TTYPE20 = 'base_SdssShape_xy' / elliptical Gaussian adaptive moments TFORM20 = '1D ' / format of field TDOC20 = 'elliptical Gaussian adaptive moments' TUNIT20 = 'pixel^2 ' TCCLS20 = 'Scalar ' / Field template used by lsst.afw.table TTYPE21 = 'base_SdssShape_xxSigma' / 1-sigma uncertainty on xx moment TFORM21 = '1E ' / format of field TDOC21 = '1-sigma uncertainty on xx moment' TUNIT21 = 'pixel^2 ' TCCLS21 = 'Scalar ' / Field template used by lsst.afw.table TTYPE22 = 'base_SdssShape_yySigma' / 1-sigma uncertainty on yy moment TFORM22 = '1E ' / format of field TDOC22 = '1-sigma uncertainty on yy moment' TUNIT22 = 'pixel^2 ' TCCLS22 = 'Scalar ' / Field template used by lsst.afw.table TTYPE23 = 'base_SdssShape_xySigma' / 1-sigma uncertainty on xy moment TFORM23 = '1E ' / format of field TDOC23 = '1-sigma uncertainty on xy moment' TUNIT23 = 'pixel^2 ' TCCLS23 = 'Scalar ' / Field template used by lsst.afw.table TTYPE24 = 'base_SdssShape_x' / elliptical Gaussian adaptive moments TFORM24 = '1D ' / format of field TDOC24 = 'elliptical Gaussian adaptive moments' TUNIT24 = 'pixel ' TCCLS24 = 'Scalar ' / Field template used by lsst.afw.table TTYPE25 = 'base_SdssShape_y' / elliptical Gaussian adaptive moments TFORM25 = '1D ' / format of field TDOC25 = 'elliptical Gaussian adaptive moments' TUNIT25 = 'pixel ' TCCLS25 = 'Scalar ' / Field template used by lsst.afw.table TTYPE26 = 'base_SdssShape_flux' / elliptical Gaussian adaptive moments TFORM26 = '1D ' / format of field TDOC26 = 'elliptical Gaussian adaptive moments' TUNIT26 = 'count ' TCCLS26 = 'Scalar ' / Field template used by lsst.afw.table TTYPE27 = 'base_SdssShape_fluxSigma' / 1-sigma flux uncertainty TFORM27 = '1D ' / format of field TDOC27 = '1-sigma flux uncertainty' TUNIT27 = 'count ' TCCLS27 = 'Scalar ' / Field template used by lsst.afw.table TTYPE28 = 'base_SdssShape_flux_xx_Cov' / uncertainty covariance between base_SdsTFORM28 = '1E ' / format of field TDOC28 = 'uncertainty covariance between base_SdssShape_flux and base_SdssSha&'CONTINUE 'pe_xx ' TUNIT28 = 'count*pixel^2' TCCLS28 = 'Scalar ' / Field template used by lsst.afw.table TTYPE29 = 'base_SdssShape_flux_yy_Cov' / uncertainty covariance between base_SdsTFORM29 = '1E ' / format of field TDOC29 = 'uncertainty covariance between base_SdssShape_flux and base_SdssSha&'CONTINUE 'pe_yy ' TUNIT29 = 'count*pixel^2' TCCLS29 = 'Scalar ' / Field template used by lsst.afw.table TTYPE30 = 'base_SdssShape_flux_xy_Cov' / uncertainty covariance between base_SdsTFORM30 = '1E ' / format of field TDOC30 = 'uncertainty covariance between base_SdssShape_flux and base_SdssSha&'CONTINUE 'pe_xy ' TUNIT30 = 'count*pixel^2' TCCLS30 = 'Scalar ' / Field template used by lsst.afw.table TFLAG20 = 'base_SdssShape_flag' TFDOC20 = 'general failure flag, set if anything went wrong' TFLAG21 = 'base_SdssShape_flag_unweightedBad' TFDOC21 = 'Both weighted and unweighted moments were invalid' TFLAG22 = 'base_SdssShape_flag_unweighted' TFDOC22 = 'Weighted moments converged to an invalid value; using unweighted mo&'CONTINUE 'ments ' TFLAG23 = 'base_SdssShape_flag_shift' TFDOC23 = 'centroid shifted by more than the maximum allowed amount' TFLAG24 = 'base_SdssShape_flag_maxIter' TFDOC24 = 'Too many iterations in adaptive moments' TTYPE31 = 'base_CircularApertureFlux_3_0_flux' / flux within 3.000000-pixel aperTFORM31 = '1D ' / format of field TDOC31 = 'flux within 3.000000-pixel aperture' TUNIT31 = 'count ' TCCLS31 = 'Scalar ' / Field template used by lsst.afw.table TTYPE32 = 'base_CircularApertureFlux_3_0_fluxSigma' / 1-sigma flux uncertainty TFORM32 = '1D ' / format of field TDOC32 = '1-sigma flux uncertainty' TUNIT32 = 'count ' TCCLS32 = 'Scalar ' / Field template used by lsst.afw.table TFLAG25 = 'base_CircularApertureFlux_3_0_flag' TFDOC25 = 'general failure flag' TFLAG26 = 'base_CircularApertureFlux_3_0_flag_apertureTruncated' TFDOC26 = 'aperture did not fit within measurement image' TFLAG27 = 'base_CircularApertureFlux_3_0_flag_sincCoeffsTruncated' TFDOC27 = 'full sinc coefficient image did not fit within measurement image' TTYPE33 = 'base_CircularApertureFlux_4_5_flux' / flux within 4.500000-pixel aperTFORM33 = '1D ' / format of field TDOC33 = 'flux within 4.500000-pixel aperture' TUNIT33 = 'count ' TCCLS33 = 'Scalar ' / Field template used by lsst.afw.table TTYPE34 = 'base_CircularApertureFlux_4_5_fluxSigma' / 1-sigma flux uncertainty TFORM34 = '1D ' / format of field TDOC34 = '1-sigma flux uncertainty' TUNIT34 = 'count ' TCCLS34 = 'Scalar ' / Field template used by lsst.afw.table TFLAG28 = 'base_CircularApertureFlux_4_5_flag' TFDOC28 = 'general failure flag' TFLAG29 = 'base_CircularApertureFlux_4_5_flag_apertureTruncated' TFDOC29 = 'aperture did not fit within measurement image' TFLAG30 = 'base_CircularApertureFlux_4_5_flag_sincCoeffsTruncated' TFDOC30 = 'full sinc coefficient image did not fit within measurement image' TTYPE35 = 'base_CircularApertureFlux_6_0_flux' / flux within 6.000000-pixel aperTFORM35 = '1D ' / format of field TDOC35 = 'flux within 6.000000-pixel aperture' TUNIT35 = 'count ' TCCLS35 = 'Scalar ' / Field template used by lsst.afw.table TTYPE36 = 'base_CircularApertureFlux_6_0_fluxSigma' / 1-sigma flux uncertainty TFORM36 = '1D ' / format of field TDOC36 = '1-sigma flux uncertainty' TUNIT36 = 'count ' TCCLS36 = 'Scalar ' / Field template used by lsst.afw.table TFLAG31 = 'base_CircularApertureFlux_6_0_flag' TFDOC31 = 'general failure flag' TFLAG32 = 'base_CircularApertureFlux_6_0_flag_apertureTruncated' TFDOC32 = 'aperture did not fit within measurement image' TFLAG33 = 'base_CircularApertureFlux_6_0_flag_sincCoeffsTruncated' TFDOC33 = 'full sinc coefficient image did not fit within measurement image' TTYPE37 = 'base_CircularApertureFlux_9_0_flux' / flux within 9.000000-pixel aperTFORM37 = '1D ' / format of field TDOC37 = 'flux within 9.000000-pixel aperture' TUNIT37 = 'count ' TCCLS37 = 'Scalar ' / Field template used by lsst.afw.table TTYPE38 = 'base_CircularApertureFlux_9_0_fluxSigma' / 1-sigma flux uncertainty TFORM38 = '1D ' / format of field TDOC38 = '1-sigma flux uncertainty' TUNIT38 = 'count ' TCCLS38 = 'Scalar ' / Field template used by lsst.afw.table TFLAG34 = 'base_CircularApertureFlux_9_0_flag' TFDOC34 = 'general failure flag' TFLAG35 = 'base_CircularApertureFlux_9_0_flag_apertureTruncated' TFDOC35 = 'aperture did not fit within measurement image' TFLAG36 = 'base_CircularApertureFlux_9_0_flag_sincCoeffsTruncated' TFDOC36 = 'full sinc coefficient image did not fit within measurement image' TTYPE39 = 'base_CircularApertureFlux_12_0_flux' / flux within 12.000000-pixel apTFORM39 = '1D ' / format of field TDOC39 = 'flux within 12.000000-pixel aperture' TUNIT39 = 'count ' TCCLS39 = 'Scalar ' / Field template used by lsst.afw.table TTYPE40 = 'base_CircularApertureFlux_12_0_fluxSigma' / 1-sigma flux uncertainty TFORM40 = '1D ' / format of field TDOC40 = '1-sigma flux uncertainty' TUNIT40 = 'count ' TCCLS40 = 'Scalar ' / Field template used by lsst.afw.table TFLAG37 = 'base_CircularApertureFlux_12_0_flag' TFDOC37 = 'general failure flag' TFLAG38 = 'base_CircularApertureFlux_12_0_flag_apertureTruncated' TFDOC38 = 'aperture did not fit within measurement image' TTYPE41 = 'base_CircularApertureFlux_17_0_flux' / flux within 17.000000-pixel apTFORM41 = '1D ' / format of field TDOC41 = 'flux within 17.000000-pixel aperture' TUNIT41 = 'count ' TCCLS41 = 'Scalar ' / Field template used by lsst.afw.table TTYPE42 = 'base_CircularApertureFlux_17_0_fluxSigma' / 1-sigma flux uncertainty TFORM42 = '1D ' / format of field TDOC42 = '1-sigma flux uncertainty' TUNIT42 = 'count ' TCCLS42 = 'Scalar ' / Field template used by lsst.afw.table TFLAG39 = 'base_CircularApertureFlux_17_0_flag' TFDOC39 = 'general failure flag' TFLAG40 = 'base_CircularApertureFlux_17_0_flag_apertureTruncated' TFDOC40 = 'aperture did not fit within measurement image' TTYPE43 = 'base_CircularApertureFlux_25_0_flux' / flux within 25.000000-pixel apTFORM43 = '1D ' / format of field TDOC43 = 'flux within 25.000000-pixel aperture' TUNIT43 = 'count ' TCCLS43 = 'Scalar ' / Field template used by lsst.afw.table TTYPE44 = 'base_CircularApertureFlux_25_0_fluxSigma' / 1-sigma flux uncertainty TFORM44 = '1D ' / format of field TDOC44 = '1-sigma flux uncertainty' TUNIT44 = 'count ' TCCLS44 = 'Scalar ' / Field template used by lsst.afw.table TFLAG41 = 'base_CircularApertureFlux_25_0_flag' TFDOC41 = 'general failure flag' TFLAG42 = 'base_CircularApertureFlux_25_0_flag_apertureTruncated' TFDOC42 = 'aperture did not fit within measurement image' TTYPE45 = 'base_CircularApertureFlux_35_0_flux' / flux within 35.000000-pixel apTFORM45 = '1D ' / format of field TDOC45 = 'flux within 35.000000-pixel aperture' TUNIT45 = 'count ' TCCLS45 = 'Scalar ' / Field template used by lsst.afw.table TTYPE46 = 'base_CircularApertureFlux_35_0_fluxSigma' / 1-sigma flux uncertainty TFORM46 = '1D ' / format of field TDOC46 = '1-sigma flux uncertainty' TUNIT46 = 'count ' TCCLS46 = 'Scalar ' / Field template used by lsst.afw.table TFLAG43 = 'base_CircularApertureFlux_35_0_flag' TFDOC43 = 'general failure flag' TFLAG44 = 'base_CircularApertureFlux_35_0_flag_apertureTruncated' TFDOC44 = 'aperture did not fit within measurement image' TTYPE47 = 'base_CircularApertureFlux_50_0_flux' / flux within 50.000000-pixel apTFORM47 = '1D ' / format of field TDOC47 = 'flux within 50.000000-pixel aperture' TUNIT47 = 'count ' TCCLS47 = 'Scalar ' / Field template used by lsst.afw.table TTYPE48 = 'base_CircularApertureFlux_50_0_fluxSigma' / 1-sigma flux uncertainty TFORM48 = '1D ' / format of field TDOC48 = '1-sigma flux uncertainty' TUNIT48 = 'count ' TCCLS48 = 'Scalar ' / Field template used by lsst.afw.table TFLAG45 = 'base_CircularApertureFlux_50_0_flag' TFDOC45 = 'general failure flag' TFLAG46 = 'base_CircularApertureFlux_50_0_flag_apertureTruncated' TFDOC46 = 'aperture did not fit within measurement image' TTYPE49 = 'base_CircularApertureFlux_70_0_flux' / flux within 70.000000-pixel apTFORM49 = '1D ' / format of field TDOC49 = 'flux within 70.000000-pixel aperture' TUNIT49 = 'count ' TCCLS49 = 'Scalar ' / Field template used by lsst.afw.table TTYPE50 = 'base_CircularApertureFlux_70_0_fluxSigma' / 1-sigma flux uncertainty TFORM50 = '1D ' / format of field TDOC50 = '1-sigma flux uncertainty' TUNIT50 = 'count ' TCCLS50 = 'Scalar ' / Field template used by lsst.afw.table TFLAG47 = 'base_CircularApertureFlux_70_0_flag' TFDOC47 = 'general failure flag' TFLAG48 = 'base_CircularApertureFlux_70_0_flag_apertureTruncated' TFDOC48 = 'aperture did not fit within measurement image' TTYPE51 = 'base_GaussianFlux_flux' / flux from Gaussian Flux algorithm TFORM51 = '1D ' / format of field TDOC51 = 'flux from Gaussian Flux algorithm' TUNIT51 = 'count ' TCCLS51 = 'Scalar ' / Field template used by lsst.afw.table TTYPE52 = 'base_GaussianFlux_fluxSigma' / 1-sigma flux uncertainty TFORM52 = '1D ' / format of field TDOC52 = '1-sigma flux uncertainty' TUNIT52 = 'count ' TCCLS52 = 'Scalar ' / Field template used by lsst.afw.table TFLAG49 = 'base_GaussianFlux_flag' TFDOC49 = 'general failure flag, set if anything went wrong' TFLAG50 = 'base_PixelFlags_flag' TFDOC50 = 'general failure flag, set if anything went wring' TFLAG51 = 'base_PixelFlags_flag_offimage' TFDOC51 = 'Source center is off image' TFLAG52 = 'base_PixelFlags_flag_edge' TFDOC52 = 'Source is outside usable exposure region (masked EDGE or NO_DATA)' TFLAG53 = 'base_PixelFlags_flag_interpolated' TFDOC53 = 'Interpolated pixel in the Source footprint' TFLAG54 = 'base_PixelFlags_flag_saturated' TFDOC54 = 'Saturated pixel in the Source footprint' TFLAG55 = 'base_PixelFlags_flag_cr' TFDOC55 = 'Cosmic ray in the Source footprint' TFLAG56 = 'base_PixelFlags_flag_bad' TFDOC56 = 'Bad pixel in the Source footprint' TFLAG57 = 'base_PixelFlags_flag_suspect' TFDOC57 = 'Source''s footprint includes suspect pixels' TFLAG58 = 'base_PixelFlags_flag_interpolatedCenter' TFDOC58 = 'Interpolated pixel in the Source center' TFLAG59 = 'base_PixelFlags_flag_saturatedCenter' TFDOC59 = 'Saturated pixel in the Source center' TFLAG60 = 'base_PixelFlags_flag_crCenter' TFDOC60 = 'Cosmic ray in the Source center' TFLAG61 = 'base_PixelFlags_flag_suspectCenter' TFDOC61 = 'Source''s center is close to suspect pixels' TTYPE53 = 'base_PsfFlux_flux' / flux derived from linear least-squares fit of PTFORM53 = '1D ' / format of field TDOC53 = 'flux derived from linear least-squares fit of PSF model' TUNIT53 = 'count ' TCCLS53 = 'Scalar ' / Field template used by lsst.afw.table TTYPE54 = 'base_PsfFlux_fluxSigma' / 1-sigma flux uncertainty TFORM54 = '1D ' / format of field TDOC54 = '1-sigma flux uncertainty' TUNIT54 = 'count ' TCCLS54 = 'Scalar ' / Field template used by lsst.afw.table TFLAG62 = 'base_PsfFlux_flag' TFDOC62 = 'general failure flag' TFLAG63 = 'base_PsfFlux_flag_noGoodPixels' TFDOC63 = 'not enough non-rejected pixels in data to attempt the fit' TFLAG64 = 'base_PsfFlux_flag_edge' TFDOC64 = 'object was too close to the edge of the image to use the full PSF m&'CONTINUE 'odel ' TTYPE55 = 'base_Variance_value' / Variance at object position TFORM55 = '1D ' / format of field TDOC55 = 'Variance at object position' TCCLS55 = 'Scalar ' / Field template used by lsst.afw.table TFLAG65 = 'base_Variance_flag' TFDOC65 = 'Set to True for any fatal failure' TFLAG66 = 'base_Variance_flag_emptyFootprint' TFDOC66 = 'Set to True when the footprint has no usable pixels' TTYPE56 = 'base_ClassificationExtendedness_value' / Set to 1 for extended sourceTFORM56 = '1D ' / format of field TDOC56 = 'Set to 1 for extended sources, 0 for point sources.' TCCLS56 = 'Scalar ' / Field template used by lsst.afw.table TFLAG67 = 'base_ClassificationExtendedness_flag' TFDOC67 = 'Set to 1 for any fatal failure.' TTYPE57 = 'base_PsfFlux_apCorr' / aperture correction applied to base_PsfFlux TFORM57 = '1D ' / format of field TDOC57 = 'aperture correction applied to base_PsfFlux' TCCLS57 = 'Scalar ' / Field template used by lsst.afw.table TTYPE58 = 'base_PsfFlux_apCorrSigma' / aperture correction applied to base_PsfFlTFORM58 = '1D ' / format of field TDOC58 = 'aperture correction applied to base_PsfFlux' TCCLS58 = 'Scalar ' / Field template used by lsst.afw.table TFLAG68 = 'base_PsfFlux_flag_apCorr' TFDOC68 = 'set if unable to aperture correct base_PsfFlux' TTYPE59 = 'base_GaussianFlux_apCorr' / aperture correction applied to base_GaussTFORM59 = '1D ' / format of field TDOC59 = 'aperture correction applied to base_GaussianFlux' TCCLS59 = 'Scalar ' / Field template used by lsst.afw.table TTYPE60 = 'base_GaussianFlux_apCorrSigma' / aperture correction applied to base_TFORM60 = '1D ' / format of field TDOC60 = 'aperture correction applied to base_GaussianFlux' TCCLS60 = 'Scalar ' / Field template used by lsst.afw.table TFLAG69 = 'base_GaussianFlux_flag_apCorr' TFDOC69 = 'set if unable to aperture correct base_GaussianFlux' TTYPE61 = 'footprint' / archive ID for Footprint TFORM61 = '1J ' / format of field TDOC61 = 'archive ID for Footprint' TCCLS61 = 'Scalar ' / Field template used by lsst.afw.table ALIAS = 'base_CircularApertureFlux_flag_badCentroid:base_SdssCentroid_flag' ALIAS = 'base_GaussianCentroid_flag_badInitialCentroid:base_SdssCentroid_flag'ALIAS = 'base_GaussianFlux_flag_badCentroid:base_SdssCentroid_flag' ALIAS = 'base_GaussianFlux_flag_badShape:base_SdssShape_flag' ALIAS = 'base_NaiveCentroid_flag_badInitialCentroid:base_SdssCentroid_flag' ALIAS = 'base_PsfFlux_flag_badCentroid:base_SdssCentroid_flag' ALIAS = 'base_SdssShape_flag_badCentroid:base_SdssCentroid_flag' ALIAS = 'base_Variance_flag_badCentroid:base_SdssCentroid_flag' ALIAS = 'slot_ApFlux:base_CircularApertureFlux_3_0' ALIAS = 'slot_CalibFlux:base_CircularApertureFlux_12_0' ALIAS = 'slot_Centroid:base_SdssCentroid' ALIAS = 'slot_InstFlux:base_GaussianFlux' ALIAS = 'slot_ModelFlux:base_GaussianFlux' ALIAS = 'slot_PsfFlux:base_PsfFlux' ALIAS = 'slot_Shape:base_SdssShape' AR_HDU = 3 / HDU containing the archive index for non-recordHIERARCH AFW_TABLE_VERSION = 1 AFW_TYPE= 'SOURCE ' / Tells lsst::afw to load this as a Source table.END XTENSION= 'BINTABLE' / binary table extension BITPIX = 8 / 8-bit bytes NAXIS = 2 / 2-dimensional binary table NAXIS1 = 148 / width of table in bytes NAXIS2 = 0 / number of rows in table PCOUNT = 0 / size of special data area GCOUNT = 1 / one data group (required keyword) TFIELDS = 7 / number of fields in each row TTYPE1 = 'id ' / Archive ID of the persistable object that owns TFORM1 = '1J ' / format of field TDOC1 = 'Archive ID of the persistable object that owns the records pointed &'CONTINUE 'at by this entry' TCCLS1 = 'Scalar ' / Field template used by lsst.afw.table TTYPE2 = 'cat.archive' / index of the catalog this entry points to, fromTFORM2 = '1J ' / format of field TDOC2 = 'index of the catalog this entry points to, from the perspective of &'CONTINUE 'the archive' TCCLS2 = 'Scalar ' / Field template used by lsst.afw.table TTYPE3 = 'cat.persistable' / index of the catalog this entry points to, fromTFORM3 = '1J ' / format of field TDOC3 = 'index of the catalog this entry points to, from the perspective of &'CONTINUE 'the Persistable' TCCLS3 = 'Scalar ' / Field template used by lsst.afw.table TTYPE4 = 'row0 ' / first row used by the persistable object in thiTFORM4 = '1J ' / format of field TDOC4 = 'first row used by the persistable object in this catalog' TCCLS4 = 'Scalar ' / Field template used by lsst.afw.table TTYPE5 = 'nrows ' / number of rows used by the persistable object iTFORM5 = '1J ' / format of field TDOC5 = 'number of rows used by the persistable object in this catalog' TCCLS5 = 'Scalar ' / Field template used by lsst.afw.table TTYPE6 = 'name ' / unique name for the persistable object's class TFORM6 = '64A ' / format of field TDOC6 = 'unique name for the persistable object''s class' TCCLS6 = 'String ' / Field template used by lsst.afw.table TTYPE7 = 'module ' / Python module that should be imported to registTFORM7 = '64A ' / format of field TDOC7 = 'Python module that should be imported to register the object''s fac&'CONTINUE 'tory ' TCCLS7 = 'String ' / Field template used by lsst.afw.table EXTTYPE = 'ARCHIVE_INDEX' AR_CATN = 0 / # of this catalog relative to the start of thisAR_NCAT = 1 / # of catalogs in this archive, including the inHIERARCH AFW_TABLE_VERSION = 1 END
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment