Print

Print


Hello Jacek,

Yes, i see it too. I've created a ticket in JIRA.

Cheers,

Fabrice

On 10/05/2014 01:13, Jacek Becla wrote:
> Fabrice
>
> I am getting "out of range value" when I run the qserv-testdata:
>
> Are you seeing that too?
>
>
> 2014-05-09 18:11:55,975 
> {/usr/local/home/becla/qserv/1/qserv/build/dist/lib/python/lsst/qserv/admin/commons.py:134} 
> INFO     stderr : 
> /usr/local/home/becla/qserv/1/qserv/build/dist/bin/loader.py:99: 
> Warning: Out of range value for column 'calib_detected' at row 1
>   self.cursor.execute(stmt)
> /usr/local/home/becla/qserv/1/qserv/build/dist/bin/loader.py:99: 
> Warning: Out of range value for column 'calib_psf_candidate' at row 1
>   self.cursor.execute(stmt)
> /usr/local/home/becla/qserv/1/qserv/build/dist/bin/loader.py:99: 
> Warning: Out of range value for column 'calib_psf_used' at row 1
>   self.cursor.execute(stmt)
> /usr/local/home/becla/qserv/1/qserv/build/dist/bin/loader.py:99: 
> Warning: Out of range value for column 'flags_negative' at row 1
>   self.cursor.execute(stmt)
> /usr/local/home/becla/qserv/1/qserv/build/dist/bin/loader.py:99: 
> Warning: Out of range value for column 'flags_badcentroid' at row 1
>   self.cursor.execute(stmt)
> /usr/local/home/becla/qserv/1/qserv/build/dist/bin/loader.py:99: 
> Warning: Out of range value for column 'centroid_sdss_flags' at row 1
>   self.cursor.execute(stmt)
> /usr/local/home/becla/qserv/1/qserv/build/dist/bin/loader.py:99: 
> Warning: Out of range value for column 'flags_pixel_edge' at row 1
>   self.cursor.execute(stmt)
> /usr/local/home/becla/qserv/1/qserv/build/dist/bin/loader.py:99: 
> Warning: Out of range value for column 'flags_pixel_interpolated_any' 
> at row 1
>   self.cursor.execute(stmt)
> /usr/local/home/becla/qserv/1/qserv/build/dist/bin/loader.py:99: 
> Warning: Out of range value for column 
> 'flags_pixel_interpolated_center' at row 1
>   self.cursor.execute(stmt)
> /usr/local/home/becla/qserv/1/qserv/build/dist/bin/loader.py:99: 
> Warning: Out of range value for column 'flags_pixel_saturated_any' at 
> row 1
>   self.cursor.execute(stmt)
> /usr/local/home/becla/qserv/1/qserv/build/dist/bin/loader.py:99: 
> Warning: Out of range value for column 'flags_pixel_saturated_center' 
> at row 1
>   self.cursor.execute(stmt)
> /usr/local/home/becla/qserv/1/qserv/build/dist/bin/loader.py:99: 
> Warning: Out of range value for column 'flags_pixel_cr_any' at row 1
>   self.cursor.execute(stmt)
> /usr/local/home/becla/qserv/1/qserv/build/dist/bin/loader.py:99: 
> Warning: Out of range value for column 'flags_pixel_cr_center' at row 1
>   self.cursor.execute(stmt)
> /usr/local/home/becla/qserv/1/qserv/build/dist/bin/loader.py:99: 
> Warning: Out of range value for column 'centroid_gaussian_flags' at row 1
>   self.cursor.execute(stmt)
> /usr/local/home/becla/qserv/1/qserv/build/dist/bin/loader.py:99: 
> Warning: Out of range value for column 'centroid_naive_flags' at row 1
>   self.cursor.execute(stmt)
> /usr/local/home/becla/qserv/1/qserv/build/dist/bin/loader.py:99: 
> Warning: Out of range value for column 'shape_sdss_flags' at row 1
>   self.cursor.execute(stmt)
> /usr/local/home/becla/qserv/1/qserv/build/dist/bin/loader.py:99: 
> Warning: Out of range value for column 'shape_sdss_centroid_flags' at 
> row 1
>   self.cursor.execute(stmt)
> /usr/local/home/becla/qserv/1/qserv/build/dist/bin/loader.py:99: 
> Warning: Out of range value for column 
> 'shape_sdss_flags_unweightedbad' at row 1
>   self.cursor.execute(stmt)
> /usr/local/home/becla/qserv/1/qserv/build/dist/bin/loader.py:99: 
> Warning: Out of range value for column 'shape_sdss_flags_unweighted' 
> at row 1
>   self.cursor.execute(stmt)
> /usr/local/home/becla/qserv/1/qserv/build/dist/bin/loader.py:99: 
> Warning: Out of range value for column 'shape_sdss_flags_shift' at row 1
>   self.cursor.execute(stmt)
> /usr/local/home/becla/qserv/1/qserv/build/dist/bin/loader.py:99: 
> Warning: Out of range value for column 'shape_sdss_flags_maxiter' at 
> row 1
>   self.cursor.execute(stmt)
> /usr/local/home/becla/qserv/1/qserv/build/dist/bin/loader.py:99: 
> Warning: Out of range value for column 'flux_psf_flags' at row 1
>   self.cursor.execute(stmt)
> /usr/local/home/becla/qserv/1/qserv/build/dist/bin/loader.py:99: 
> Warning: Out of range value for column 'flux_psf_flags_psffactor' at 
> row 1
>   self.cursor.execute(stmt)
> /usr/local/home/becla/qserv/1/qserv/build/dist/bin/loader.py:99: 
> Warning: Out of range value for column 'flux_psf_flags_badcorr' at row 1
>   self.cursor.execute(stmt)
> /usr/local/home/becla/qserv/1/qserv/build/dist/bin/loader.py:99: 
> Warning: Out of range value for column 'flux_naive_flags' at row 1
>   self.cursor.execute(stmt)
> /usr/local/home/becla/qserv/1/qserv/build/dist/bin/loader.py:99: 
> Warning: Out of range value for column 'flux_gaussian_flags' at row 1
>   self.cursor.execute(stmt)
> /usr/local/home/becla/qserv/1/qserv/build/dist/bin/loader.py:99: 
> Warning: Out of range value for column 'flux_gaussian_flags_psffactor' 
> at row 1
>   self.cursor.execute(stmt)
> /usr/local/home/becla/qserv/1/qserv/build/dist/bin/loader.py:99: 
> Warning: Out of range value for column 'flux_gaussian_flags_badcorr' 
> at row 1
>   self.cursor.execute(stmt)
> /usr/local/home/becla/qserv/1/qserv/build/dist/bin/loader.py:99: 
> Warning: Out of range value for column 'flux_sinc_flags' at row 1
>   self.cursor.execute(stmt)
> /usr/local/home/becla/qserv/1/qserv/build/dist/bin/loader.py:99: 
> Warning: Out of range value for column 'multishapelet_psf_flags' at row 1
>   self.cursor.execute(stmt)
> /usr/local/home/becla/qserv/1/qserv/build/dist/bin/loader.py:99: 
> Warning: Out of range value for column 
> 'multishapelet_psf_flags_maxiter' at row 1
>   self.cursor.execute(stmt)
> /usr/local/home/becla/qserv/1/qserv/build/dist/bin/loader.py:99: 
> Warning: Out of range value for column 
> 'multishapelet_psf_flags_tinystep' at row 1
>   self.cursor.execute(stmt)
> /usr/local/home/becla/qserv/1/qserv/build/dist/bin/loader.py:99: 
> Warning: Out of range value for column 
> 'multishapelet_psf_flags_constraint_r' at row 1
>   self.cursor.execute(stmt)
> /usr/local/home/becla/qserv/1/qserv/build/dist/bin/loader.py:99: 
> Warning: Out of range value for column 
> 'multishapelet_psf_flags_constraint_q' at row 1
>   self.cursor.execute(stmt)
> /usr/local/home/becla/qserv/1/qserv/build/dist/bin/loader.py:99: 
> Warning: Out of range value for column 'multishapelet_dev_flux_flags' 
> at row 1
>   self.cursor.execute(stmt)
> /usr/local/home/becla/qserv/1/qserv/build/dist/bin/loader.py:99: 
> Warning: Out of range value for column 
> 'multishapelet_dev_flags_psffactor' at row 1
>   self.cursor.execute(stmt)
> /usr/local/home/becla/qserv/1/qserv/build/dist/bin/loader.py:99: 
> Warning: Out of range value for column 
> 'multishapelet_dev_flags_badcorr' at row 1
>   self.cursor.execute(stmt)
> /usr/local/home/becla/qserv/1/qserv/build/dist/bin/loader.py:99: 
> Warning: Out of range value for column 
> 'multishapelet_dev_flags_maxiter' at row 1
>   self.cursor.execute(stmt)
> /usr/local/home/becla/qserv/1/qserv/build/dist/bin/loader.py:99: 
> Warning: Out of range value for column 
> 'multishapelet_dev_flags_tinystep' at row 1
>   self.cursor.execute(stmt)
> /usr/local/home/becla/qserv/1/qserv/build/dist/bin/loader.py:99: 
> Warning: Out of range value for column 
> 'multishapelet_dev_flags_constraint_r' at row 1
>   self.cursor.execute(stmt)
> /usr/local/home/becla/qserv/1/qserv/build/dist/bin/loader.py:99: 
> Warning: Out of range value for column 
> 'multishapelet_dev_flags_constraint_q' at row 1
>   self.cursor.execute(stmt)
> /usr/local/home/becla/qserv/1/qserv/build/dist/bin/loader.py:99: 
> Warning: Out of range value for column 
> 'multishapelet_dev_flags_largearea' at row 1
>   self.cursor.execute(stmt)
> /usr/local/home/becla/qserv/1/qserv/build/dist/bin/loader.py:99: 
> Warning: Out of range value for column 'multishapelet_exp_flux_flags' 
> at row 1
>   self.cursor.execute(stmt)
> /usr/local/home/becla/qserv/1/qserv/build/dist/bin/loader.py:99: 
> Warning: Out of range value for column 
> 'multishapelet_exp_flags_psffactor' at row 1
>   self.cursor.execute(stmt)
> /usr/local/home/becla/qserv/1/qserv/build/dist/bin/loader.py:99: 
> Warning: Out of range value for column 
> 'multishapelet_exp_flags_badcorr' at row 1
>   self.cursor.execute(stmt)
> /usr/local/home/becla/qserv/1/qserv/build/dist/bin/loader.py:99: 
> Warning: Out of range value for column 
> 'multishapelet_exp_flags_maxiter' at row 1
>   self.cursor.execute(stmt)
> /usr/local/home/becla/qserv/1/qserv/build/dist/bin/loader.py:99: 
> Warning: Out of range value for column 
> 'multishapelet_exp_flags_tinystep' at row 1
>   self.cursor.execute(stmt)
> /usr/local/home/becla/qserv/1/qserv/build/dist/bin/loader.py:99: 
> Warning: Out of range value for column 
> 'multishapelet_exp_flags_constraint_r' at row 1
>   self.cursor.execute(stmt)
> /usr/local/home/becla/qserv/1/qserv/build/dist/bin/loader.py:99: 
> Warning: Out of range value for column 
> 'multishapelet_exp_flags_constraint_q' at row 1
>   self.cursor.execute(stmt)
> /usr/local/home/becla/qserv/1/qserv/build/dist/bin/loader.py:99: 
> Warning: Out of range value for column 
> 'multishapelet_exp_flags_largearea' at row 1
>   self.cursor.execute(stmt)
> /usr/local/home/becla/qserv/1/qserv/build/dist/bin/loader.py:99: 
> Warning: Out of range value for column 
> 'multishapelet_combo_flux_flags' at row 1
>   self.cursor.execute(stmt)
> /usr/local/home/becla/qserv/1/qserv/build/dist/bin/loader.py:99: 
> Warning: Out of range value for column 
> 'multishapelet_combo_flags_psffactor' at row 1
>   self.cursor.execute(stmt)
> /usr/local/home/becla/qserv/1/qserv/build/dist/bin/loader.py:99: 
> Warning: Out of range value for column 
> 'multishapelet_combo_flags_badcorr' at row 1
>   self.cursor.execute(stmt)
> /usr/local/home/becla/qserv/1/qserv/build/dist/bin/loader.py:99: 
> Warning: Out of range value for column 'calib_detected' at row 2
>   self.cursor.execute(stmt)
> /usr/local/home/becla/qserv/1/qserv/build/dist/bin/loader.py:99: 
> Warning: Out of range value for column 'calib_psf_candidate' at row 2
>   self.cursor.execute(stmt)
> /usr/local/home/becla/qserv/1/qserv/build/dist/bin/loader.py:99: 
> Warning: Out of range value for column 'calib_psf_used' at row 2
>   self.cursor.execute(stmt)
> /usr/local/home/becla/qserv/1/qserv/build/dist/bin/loader.py:99: 
> Warning: Out of range value for column 'flags_negative' at row 2
>   self.cursor.execute(stmt)
> /usr/local/home/becla/qserv/1/qserv/build/dist/bin/loader.py:99: 
> Warning: Out of range value for column 'flags_badcentroid' at row 2
>   self.cursor.execute(stmt)
> /usr/local/home/becla/qserv/1/qserv/build/dist/bin/loader.py:99: 
> Warning: Out of range value for column 'centroid_sdss_flags' at row 2
>   self.cursor.execute(stmt)
> /usr/local/home/becla/qserv/1/qserv/build/dist/bin/loader.py:99: 
> Warning: Out of range value for column 'flags_pixel_edge' at row 2
>   self.cursor.execute(stmt)
> /usr/local/home/becla/qserv/1/qserv/build/dist/bin/loader.py:99: 
> Warning: Out of range value for column 'flags_pixel_interpolated_any' 
> at row 2
>   self.cursor.execute(stmt)
> /usr/local/home/becla/qserv/1/qserv/build/dist/bin/loader.py:99: 
> Warning: Out of range value for column 
> 'flags_pixel_interpolated_center' at row 2
>   self.cursor.execute(stmt)
> /usr/local/home/becla/qserv/1/qserv/build/dist/bin/loader.py:99: 
> Warning: Out of range value for column 'flags_pixel_saturated_any' at 
> row 2
>   self.cursor.execute(stmt)
> /usr/local/home/becla/qserv/1/qserv/build/dist/bin/loader.py:99: 
> Warning: Out of range value for column 'flags_pixel_saturated_center' 
> at row 2
>   self.cursor.execute(stmt)
>
> ########################################################################
> Use REPLY-ALL to reply to list
>
> To unsubscribe from the QSERV-L list, click the following link:
> https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=QSERV-L&A=1

########################################################################
Use REPLY-ALL to reply to list

To unsubscribe from the QSERV-L list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=QSERV-L&A=1