| 43 | | || max_ra || double || YES || || 360 || the min RA of the box on the sky we should load from (in degrees) || |
| 44 | | || min_dec || double || YES || || -30 || the min RA of the box on the sky we should load from (in degrees) || |
| 45 | | || max_dec || double || YES || || 90 || the min RA of the box on the sky we should load from (in degrees) || |
| 46 | | || box_size || double || YES || || 4 || the min RA of the box on the sky we should load from (in degrees) || |
| 47 | | || base_path || varchar(1000) || YES || || NULL || the size of the box (in degrees) that we should use to tile up the sky || |
| | 43 | || max_ra || double || YES || || 360 || the max RA of the box on the sky we should load from (in degrees) || |
| | 44 | || min_dec || double || YES || || -30 || the min Dec of the box on the sky we should load from (in degrees) || |
| | 45 | || max_dec || double || YES || || 90 || the max Dec of the box on the sky we should load from (in degrees) || |
| | 46 | || box_size || double || YES || || 4 || the size of the box (in degrees) that we should use to tile up the sky || |
| | 47 | || base_path || varchar(1000) || YES || || /data/ipp005.0/ipptopsps/ || the base path for all data to be stored || |