08/31/18 [python3-imagej-tiff][master] by AndreyFilippov: continue splitting code to multiple files
AndreyFilippov committed changes to the Elphel git project :
continue splitting code to multiple files
continue splitting code to multiple files
08/31/18 [python3-imagej-tiff][master] by AndreyFilippov: next version
AndreyFilippov committed changes to the Elphel git project :
next version
next version
08/31/18 [python3-imagej-tiff][master] by Oleg Dzhimiev: subbed 325 with corr2d_Nx325.shape[-1]
Oleg Dzhimiev committed changes to the Elphel git project :
subbed 325 with corr2d_Nx325.shape[-1]
subbed 325 with corr2d_Nx325.shape[-1]
10393 manual
Change parameters
← Older revision Revision as of 21:35, 29 August 2018 (4 intermediate revisions by the same user not shown)Line 219: Line 219: ** GET request - XML response ** GET request - XML response <font size='2'> <font size='2'> − Read: http://192.168.0.9/parsedit.php?immediate&sensor_port=0&PAR1&PAR2+ Read: − Change: http://192.168.0.9/parsedit.php?immediate&sensor_port=0&PAR1=VAL1&PAR2=VAL2+ http://192.168.0.9/parsedit.php?immediate&sensor_port=0&PAR1&PAR2 + Change: + http://192.168.0.9/parsedit.php?immediate&sensor_port=0&PAR1=VAL1&PAR2=VAL2 + Change for multiple ports at once: + http://192.168.0.9/parsedit.php?immediate&sensor_port=0&PAR1=VAL1&*PAR1=MASK1&PAR2=VAL2&*PAR2=MASK2 + + # A port bit mask is set by adding a '''*''' to a parameter name, like '''*PAR1''' - it is individual for each parameter. + # The mask is 4 bits - 1 bit per port, bit[0] = port 0,... bit[3] = port 3, where 1 - enabled, 0 - disabled: + # 0xf - the parameter's new value will be applied to all ports. + # [[Parsedit.php#change_multiple_ports|'''More information''']] </font> </font> + Note 1: if the parameter's value is specified in URL it will be applied. The call can have mixed specified and unspecified parameters. Note 1: if the parameter's value is specified in URL it will be applied. The call can have mixed specified and unspecified parameters. Oleg08/29/18 [python3-imagej-tiff][master] by Oleg Dzhimiev: more parametrization
Oleg Dzhimiev committed changes to the Elphel git project :
more parametrization
more parametrization
08/29/18 [python3-imagej-tiff][master] by AndreyFilippov: Split ns_ds_* program, added more costs
AndreyFilippov committed changes to the Elphel git project :
Split ns_ds_* program, added more costs
Split ns_ds_* program, added more costs
08/28/18 [python3-imagej-tiff][master] by Oleg Dzhimiev: colored weights, hardcoded dimensions
Oleg Dzhimiev committed changes to the Elphel git project :
colored weights, hardcoded dimensions
colored weights, hardcoded dimensions
08/28/18 [python3-imagej-tiff][master] by Oleg Dzhimiev: colored weights
Oleg Dzhimiev committed changes to the Elphel git project :
colored weights
colored weights
08/28/18 [python3-imagej-tiff][master] by Oleg Dzhimiev: +histograms
Oleg Dzhimiev committed changes to the Elphel git project :
+histograms
+histograms
08/28/18 [python3-imagej-tiff][master] by Oleg Dzhimiev: fixed shaping error
Oleg Dzhimiev committed changes to the Elphel git project :
fixed shaping error
fixed shaping error
08/24/18 [python3-imagej-tiff][master] by AndreyFilippov: Trying next versions with partial second stage - 5x5+3x3+1x1
AndreyFilippov committed changes to the Elphel git project :
Trying next versions with partial second stage - 5x5+3x3+1x1
Trying next versions with partial second stage - 5x5+3x3+1x1
08/22/18 [python3-imagej-tiff][master] by AndreyFilippov: Merge branch 'master' of git@git.elphel.com:Elphel/python3-imagej-tiff.git
AndreyFilippov committed changes to the Elphel git project :
Merge branch 'master' of git@git.elphel.com:Elphel/python3-imagej-tiff.git
Merge branch 'master' of git@git.elphel.com:Elphel/python3-imagej-tiff.git
08/22/18 [python3-imagej-tiff][master] by AndreyFilippov: Added zero border conditions for 1-st layer weights, generation of the test files same lengtha s train ones
AndreyFilippov committed changes to the Elphel git project :
Added zero border conditions for 1-st layer weights, generation of the test files same lengtha s train ones
Added zero border conditions for 1-st layer weights, generation of the test files same lengtha s train ones
08/20/18 [python3-imagej-tiff][master] by Oleg Dzhimiev: testing weights displaying for WLOSS_LAMBDA
Oleg Dzhimiev committed changes to the Elphel git project :
testing weights displaying for WLOSS_LAMBDA
testing weights displaying for WLOSS_LAMBDA
08/20/18 [python3-imagej-tiff][master] by Oleg Dzhimiev: Merge branch 'master' of git.elphel.com:Elphel/python3-imagej-tiff
Oleg Dzhimiev committed changes to the Elphel git project :
Merge branch 'master' of git.elphel.com:Elphel/python3-imagej-tiff
Merge branch 'master' of git.elphel.com:Elphel/python3-imagej-tiff
08/20/18 [python3-imagej-tiff][master] by Oleg Dzhimiev: colored displaying of weights
Oleg Dzhimiev committed changes to the Elphel git project :
colored displaying of weights
colored displaying of weights
08/20/18 [python3-imagej-tiff][master] by AndreyFilippov: Next versions
AndreyFilippov committed changes to the Elphel git project :
Next versions
Next versions
08/17/18 [python3-imagej-tiff][master] by Oleg Dzhimiev: 1. adding color from np.array
Oleg Dzhimiev committed changes to the Elphel git project :
1. adding color from np.array
1. adding color from np.array
08/17/18 [python3-imagej-tiff][master] by Oleg Dzhimiev: 1. grouping for inter layer 0 2. fixed borders 3. trying to add color to summary.image
Oleg Dzhimiev committed changes to the Elphel git project :
1. grouping for inter layer 0 2. fixed borders 3. trying to add color to summary.image
1. grouping for inter layer 0 2. fixed borders 3. trying to add color to summary.image
103891
← Older revision
Revision as of 17:39, 15 August 2018
Line 50:
Line 50:
* [[Media:103891a.pdf|103891 Rev "A" Circuit Diagram, Parts List, PCB layout]] * [[Media:103891a.pdf|103891 Rev "A" Circuit Diagram, Parts List, PCB layout]]
* [[Media:103891a gerber.tar.gz|103891 Rev "A" Gerber files]] * [[Media:103891a gerber.tar.gz|103891 Rev "A" Gerber files]]
+
+[[Category:Boards 393]]
Oleg
Pages
