Changes between Version 1 and Version 2 of Stackphot_20100514
- Timestamp:
- May 17, 2010, 4:55:38 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Stackphot_20100514
v1 v2 5 5 server for people to investigate. 6 6 7 The data can be found at: rsync://pikake.ifa.hawaii.edu/md04.stackphot/7 The data can be found at: {{{rsync://pikake.ifa.hawaii.edu/md04.stackphot}}} 8 8 9 Download it with a command like: rsync -auv 10 rsync://pikake.ifa.hawaii.edu/md04.stackphot/ md04.stackphot/ 9 Download it with a command like: 10 {{{ 11 rsync -auv rsync://pikake.ifa.hawaii.edu/md04.stackphot/ md04.stackphot/ 12 }}} 11 13 12 14 There are two sets of files in this directory: 13 * MD04.skycell.079.stk.* : these are the inputs to the stackphot analysis 14 * MD04.skycell.079.stkphot.* : these are the outputs from the 15 stackphot analysis.15 16 * MD04.skycell.079.stk.* : these are the inputs to the stackphot analysis 17 * MD04.skycell.079.stkphot.* : these are the outputs from the stackphot analysis. 16 18 17 19 The analysis was performed using the griz images from the current … … 102 104 the radii defined by SDSS. The inner and outer radii in pixels are 103 105 listed below: 104 105 @RADIAL.ANNULAR.BINS.LOWER F32 0.00 0.56 1.69 2.59 4.41 106 7.51 11.58 18.58 28.55 45.50 70.51 110.53 172.49 269.52 420.51 107 @RADIAL.ANNULAR.BINS.UPPER F32 0.56 1.69 2.59 4.41 7.51 108 11.58 18.58 28.55 45.50 70.51 110.53 172.49 269.52 420.51 652.50 106 {{{ 107 @RADIAL.ANNULAR.BINS.LOWER F32 0.00 0.56 1.69 2.59 4.41 7.51 11.58 18.58 28.55 45.50 70.51 110.53 172.49 269.52 420.51 108 @RADIAL.ANNULAR.BINS.UPPER F32 0.56 1.69 2.59 4.41 7.51 11.58 18.58 28.55 45.50 70.51 110.53 172.49 269.52 420.51 652.50 109 }}} 109 110 110 111 Some points and caveats: 111 112 112 113 * unlike SDSS, we are currently using the Petrosian flux measured on a 113 given image to determine R50 and R90 for that image (SDSS uses the114 r-band)114 given image to determine R50 and R90 for that image (SDSS uses the 115 r-band) 115 116 * the average object positions are used to measure the radial, not 116 r-band specifically like SDSS117 r-band specifically like SDSS 117 118 * we do not currently resample and recenter the source pixels to place 118 the center at a pixel center (as photo does). this should only be an119 important effect in the inner ~2 pixels if the image is nearly120 undersampled (which we clearly are not).119 the center at a pixel center (as photo does). this should only be an 120 important effect in the inner ~2 pixels if the image is nearly 121 undersampled (which we clearly are not). 121 122 * the zero points are not being carried into the stack correctly, so 122 the photometry is NOT currently calibrated. The data in the sample is123 from MD04, which overlaps SDSS, so it should be easy to calibrate from124 SDSS.123 the photometry is NOT currently calibrated. The data in the sample is 124 from MD04, which overlaps SDSS, so it should be easy to calibrate from 125 SDSS. 125 126 * the astrometric calibration is being applied to the output 'cmf' 126 tables, but the WCS seems to be broken in the header127 tables, but the WCS seems to be broken in the header 127 128 * there is a bit of work still needed to integrate the analysis into 128 the IPP automatically.129 the IPP automatically. 129 130 * non-linear model fits are still not being included in the analysis
