build_all, build_images, build_handbook revised so that the html is not ready to use.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
|
||||
from .gratings import GC_STD_1D,GC_STD_2D
|
||||
from .gratings import Grating_2D_Hole, Grating_2D_Hole_3Rec, Grating_2D_Hole_4Rec
|
||||
from .gratings import Nano_ant
|
||||
from .gratings import FA
|
||||
# from .gratings import GC_STD_1D,GC_STD_2D
|
||||
# from .gratings import Grating_2D_Hole, Grating_2D_Hole_3Rec, Grating_2D_Hole_4Rec
|
||||
# from .gratings import Nano_ant
|
||||
# from .gratings import FA
|
||||
|
||||
from .rings import STD_PIC_Rings,AED_ring
|
||||
|
||||
|
||||
@@ -1211,7 +1211,7 @@ class GC_STD_1D:
|
||||
|
||||
|
||||
## retangular grating
|
||||
elif (self.shape=='rectangle'):
|
||||
elif (self.sector_gc==False):
|
||||
|
||||
L_grat = sum(self.Period)
|
||||
W_grat = self.w_wg + self.L_taper*np.tan(self.A_taper/2*np.pi/180)*2
|
||||
|
||||
Reference in New Issue
Block a user