Changeset 17569 for trunk/DataCheck/QuickLook
- Timestamp:
- 02/27/14 20:25:44 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/QuickLook/Step2a.sh
r17112 r17569 114 114 continue 115 115 fi 116 query="SELECT Round(fRightAscension,6), Round(fDeclination,6) from source WHERE fSourceKey="$sourcekey116 query="SELECT Round(fRightAscension,6), Round(fDeclination,6) from Source WHERE fSourceKey="$sourcekey 117 117 coordinates=( `sendquery` ) 118 118 if [ "${coordinates[0]}" == "" ] || [ "${coordinates[1]}" == "" ]
Note:
See TracChangeset
for help on using the changeset viewer.