File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4300,6 +4300,7 @@ class IndiAllskyCameraSimulatorForm(FlaskForm):
43004300 ('arecont_f2.0_1.55mm' , 'Arecont 1.55mm f/2.0 - 180°' ),
43014301 ('stardot_f1.5_1.55mm' , 'Stardot 1.55mm f/1.5 - 180°' ),
43024302 ('m12_f2.0_1.7mm' , 'Camera Module M12 1.7mm f2.0 - 180°' ),
4303+ ('meike_f2.8_3.5mm' , 'Meike 3.5mm F2.8 Fisheye - 220°' ),
43034304 )
43044305
43054306 SENSOR_SELECT = SelectField ('Sensor' , choices = SENSOR_SELECT_choices )
Original file line number Diff line number Diff line change 1010}
1111</ style >
1212< script >
13- // lens image circle diameter
13+ // lens image circle diameter (mm)
1414var icd = {
15- 'zwo_f2.0_2.1mm' : 6.7 ,
16- 'zwo_f1.2_2.5mm' : 6.7 ,
17- 'arecont_f2.0_1.55mm' : 4.8 ,
18- 'stardot_f1.5_1.55mm' : 4.8 ,
19- 'm12_f2.0_1.7mm' : 5.6 ,
15+ 'zwo_f2.0_2.1mm' : 6.7 ,
16+ 'zwo_f1.2_2.5mm' : 6.7 ,
17+ 'arecont_f2.0_1.55mm' : 4.8 ,
18+ 'stardot_f1.5_1.55mm' : 4.8 ,
19+ 'm12_f2.0_1.7mm' : 5.6 ,
20+ 'meike_f2.8_3.5mm' : 12.5 ,
2021}
2122
2223// sensor dimensions
You can’t perform that action at this time.
0 commit comments