TwiceAsNice
2019-02-18
|
Variables | |
float | offAng = 71.5 |
float | imScl = 0.613 |
int | nSE = 12 |
float | stpmm = 29.5 |
float | maxstp = stpmm*100.0 |
float | deg2rad = 3.141592654/180.0 |
float | rad2deg = 1.0/deg2rad |
float | rad2asec = 3600.0 / deg2rad |
bool | verbose = True |
starFile = sys.argv[1] | |
ParAng = float(sys.argv[2]) | |
bks = float(sys.argv[3]) | |
float | bkDeg = -1.0 * (bks+53.500)/0.891666666 |
float | oAng = offAng*deg2rad |
float | pAng = ParAng*deg2rad |
float | bAng = bkDeg*deg2rad |
Xo | |
Yo | |
xth | |
yth | |
nStar | |
RA | |
dec | |
RAR | |
decR | |
sep | |
PA | |
PS | |
PP | |
theta | |
Xtp | |
Ytp | |
Xfb | |
Yfb | |
StX | |
StY | |
Xrp | |
Yrp | |
Xref | |
Yref | |
bool | flip = True |
float | flipd = 180.0*deg2rad - PS[i] |
float | mbAng = bAng + 2.38*deg2rad |
float | Xtm = Xfb[i] * imScl |
float | Ytm = Yfb[i] * imScl |
tuple | Xmm = ( (Xtm-Xo[SE]) - (Ytm-Yo[SE])*np.cos(yth[SE])/np.sin(yth[SE]) ) / ( np.cos(xth[SE]) - np.sin(xth[SE])*np.cos(yth[SE])/np.sin(yth[SE]) ) |
tuple | Ymm = ( (Xtm-Xo[SE]) - (Ytm-Yo[SE])*np.cos(xth[SE])/np.sin(xth[SE]) ) / ( np.cos(yth[SE]) - np.sin(yth[SE])*np.cos(xth[SE])/np.sin(xth[SE]) ) |
tuple | Xstp = Xmm * stpmm |
tuple | Ystp = Ymm * stpmm |
string | fCmd = "MapStringPoint=[" |
-----------------—###### E2 - Command Formatting (MapStringPoint=[SEnn=[0,1],SEnn=[0,2]]) -----------------—###### More... | |
bool | zoom = True |
success = Viz8(nStar,Xtp,Ytp,nSE,oAng,pAng,bAng,Xo,Yo,xth,yth,imScl,zoom) | |
float cat2mm_E2.bkDeg = -1.0 * (bks+53.500)/0.891666666 |
cat2mm_E2.bks = float(sys.argv[3]) |
cat2mm_E2.dec |
cat2mm_E2.decR |
float cat2mm_E2.deg2rad = 3.141592654/180.0 |
string cat2mm_E2.fCmd = "MapStringPoint=[" |
-----------------—###### E2 - Command Formatting (MapStringPoint=[SEnn=[0,1],SEnn=[0,2]]) -----------------—######
bool cat2mm_E2.flip = True |
float cat2mm_E2.imScl = 0.613 |
float cat2mm_E2.maxstp = stpmm*100.0 |
int cat2mm_E2.nSE = 12 |
cat2mm_E2.nStar |
float cat2mm_E2.offAng = 71.5 |
cat2mm_E2.PA |
cat2mm_E2.ParAng = float(sys.argv[2]) |
cat2mm_E2.PP |
cat2mm_E2.PS |
cat2mm_E2.RA |
float cat2mm_E2.rad2asec = 3600.0 / deg2rad |
float cat2mm_E2.rad2deg = 1.0/deg2rad |
cat2mm_E2.RAR |
cat2mm_E2.sep |
cat2mm_E2.starFile = sys.argv[1] |
float cat2mm_E2.stpmm = 29.5 |
cat2mm_E2.StX |
cat2mm_E2.StY |
cat2mm_E2.theta |
bool cat2mm_E2.verbose = True |
cat2mm_E2.Xfb |
tuple cat2mm_E2.Xmm = ( (Xtm-Xo[SE]) - (Ytm-Yo[SE])*np.cos(yth[SE])/np.sin(yth[SE]) ) / ( np.cos(xth[SE]) - np.sin(xth[SE])*np.cos(yth[SE])/np.sin(yth[SE]) ) |
cat2mm_E2.Xo |
cat2mm_E2.Xref |
cat2mm_E2.Xrp |
cat2mm_E2.xth |
cat2mm_E2.Xtp |
cat2mm_E2.Yfb |
tuple cat2mm_E2.Ymm = ( (Xtm-Xo[SE]) - (Ytm-Yo[SE])*np.cos(xth[SE])/np.sin(xth[SE]) ) / ( np.cos(yth[SE]) - np.sin(yth[SE])*np.cos(xth[SE])/np.sin(xth[SE]) ) |
cat2mm_E2.Yo |
cat2mm_E2.Yref |
cat2mm_E2.Yrp |
cat2mm_E2.yth |
cat2mm_E2.Ytp |
bool cat2mm_E2.zoom = True |