- Timestamp:
- Nov 29, 2012, 2:15:01 PM (14 years ago)
- Location:
- branches/eam_branches/ipp-20120905
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120905
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20120905/ippToPsps
- Property svn:mergeinfo changed
/trunk/ippToPsps merged: 34615,34629-34631,34633,34638-34641,34649,34661,34723
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20120905/ippToPsps/jython/scratchdb.py
r34466 r34735 68 68 DECLARE t REAL; \ 69 69 DECLARE z REAL; \ 70 DECLARE s INT; \ 71 SET s= SIGN(x); \ 70 72 SET x = ABS(x) / 1.4142135623731; \ 71 73 SET z=ABS(x); \ … … 75 77 SET ans = 2.0 - ans; \ 76 78 END IF; \ 79 SET ans = ans * s; \ 77 80 RETURN ans; \ 78 81 END" … … 385 388 objID BIGINT, \ 386 389 flags INT, \ 390 zp REAL, \ 391 zpErr REAL, \ 392 airMass REAL, \ 393 expTime REAL, \ 394 ra FLOAT, \ 395 dec_ FLOAT, \ 396 raErr REAL, \ 397 decErr REAL, \ 387 398 PRIMARY KEY (imageID, ippDetectID) \ 388 399 )"
Note:
See TracChangeset
for help on using the changeset viewer.
