Skip to content

Commit

Permalink
Merge pull request #2 from TimothyADavis/develop
Browse files Browse the repository at this point in the history
Updated testsuite
  • Loading branch information
TimothyADavis committed Oct 29, 2015
2 parents b24638c + 7954b7a commit 1b9fc09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion KinMS_testsuite.pro
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,8 @@ pro KinMStest_infits,_extra=_extra
x=reform(xvec[index[0,*]])
y=reform(yvec[index[1,*]])
inclouds=[[x],[y],[y*0.0]]
vlos_clouds=interpol([-200,0,200],[-60,0,60],y) ;; impose a flat velocity profile
ang=80*!dtor
vlos_clouds=interpol([-200,0,200],[-60,0,60],y*sin(ang)+x*cos(ang)) ;; impose a flat velocity profile
;;;;

;;;; run the simulation ;;;;
Expand Down

0 comments on commit 1b9fc09

Please sign in to comment.