Skip to content

Commit

Permalink
Update Detector.py
Browse files Browse the repository at this point in the history
  • Loading branch information
alsinmr committed Oct 19, 2023
1 parent 064d593 commit 45667db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sens/Detector.py
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@ def R2ex(self,vref=None):

self.__r=np.concatenate([self.r,np.transpose([r_ex_vec])],axis=1)
self._Sens__rho=np.concatenate([self._Sens__rho,[rhoz]],axis=0)
self._Sens__rhoCSA=np.concatenate([self._Sens__rhoCSA,[rhoz]],axis=0)
self._Sens__rhoCSA=np.concatenate([self._Sens__rhoCSA,[np.zeros(self.tc.size)]],axis=0)



Expand Down

0 comments on commit 45667db

Please sign in to comment.