Imaging solutions with Free Software & Open Hardware

Who's online

There are currently 0 users online.

08/31/18 [python3-imagej-tiff][master] by AndreyFilippov: continue splitting code to multiple files

Elphel GIT logs - Fri, 08/31/2018 - 18:08
AndreyFilippov committed changes to the Elphel git project :
continue splitting code to multiple files

08/31/18 [python3-imagej-tiff][master] by AndreyFilippov: next version

Elphel GIT logs - Fri, 08/31/2018 - 18:06
AndreyFilippov committed changes to the Elphel git project :
next version

08/31/18 [python3-imagej-tiff][master] by Oleg Dzhimiev: subbed 325 with corr2d_Nx325.shape[-1]

Elphel GIT logs - Fri, 08/31/2018 - 10:34
Oleg Dzhimiev committed changes to the Elphel git project :
subbed 325 with corr2d_Nx325.shape[-1]

10393 manual

Wiki Recent Changes - Wed, 08/29/2018 - 15:35

‎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.    Oleg

08/29/18 [python3-imagej-tiff][master] by Oleg Dzhimiev: more parametrization

Elphel GIT logs - Wed, 08/29/2018 - 14:44
Oleg Dzhimiev committed changes to the Elphel git project :
more parametrization

08/29/18 [python3-imagej-tiff][master] by AndreyFilippov: Split ns_ds_* program, added more costs

Elphel GIT logs - Wed, 08/29/2018 - 09:04
AndreyFilippov committed changes to the Elphel git project :
Split ns_ds_* program, added more costs

08/28/18 [python3-imagej-tiff][master] by Oleg Dzhimiev: colored weights, hardcoded dimensions

Elphel GIT logs - Tue, 08/28/2018 - 19:15
Oleg Dzhimiev committed changes to the Elphel git project :
colored weights, hardcoded dimensions

08/28/18 [python3-imagej-tiff][master] by Oleg Dzhimiev: colored weights

Elphel GIT logs - Tue, 08/28/2018 - 19:12
Oleg Dzhimiev committed changes to the Elphel git project :
colored weights

08/28/18 [python3-imagej-tiff][master] by Oleg Dzhimiev: +histograms

Elphel GIT logs - Tue, 08/28/2018 - 17:14
Oleg Dzhimiev committed changes to the Elphel git project :
+histograms

08/28/18 [python3-imagej-tiff][master] by Oleg Dzhimiev: fixed shaping error

Elphel GIT logs - Tue, 08/28/2018 - 17:12
Oleg Dzhimiev committed changes to the Elphel git project :
fixed shaping error

08/24/18 [python3-imagej-tiff][master] by AndreyFilippov: Trying next versions with partial second stage - 5x5+3x3+1x1

Elphel GIT logs - Fri, 08/24/2018 - 21:12
AndreyFilippov committed changes to the Elphel git project :
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

Elphel GIT logs - Wed, 08/22/2018 - 09:05
AndreyFilippov committed changes to the Elphel git project :
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

Elphel GIT logs - Wed, 08/22/2018 - 09:04
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

08/20/18 [python3-imagej-tiff][master] by Oleg Dzhimiev: testing weights displaying for WLOSS_LAMBDA

Elphel GIT logs - Mon, 08/20/2018 - 18:53
Oleg Dzhimiev committed changes to the Elphel git project :
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

Elphel GIT logs - Mon, 08/20/2018 - 14:44
Oleg Dzhimiev committed changes to the Elphel git project :
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

Elphel GIT logs - Mon, 08/20/2018 - 14:44
Oleg Dzhimiev committed changes to the Elphel git project :
colored displaying of weights

08/20/18 [python3-imagej-tiff][master] by AndreyFilippov: Next versions

Elphel GIT logs - Mon, 08/20/2018 - 00:29
AndreyFilippov committed changes to the Elphel git project :
Next versions

08/17/18 [python3-imagej-tiff][master] by Oleg Dzhimiev: 1. adding color from np.array

Elphel GIT logs - Fri, 08/17/2018 - 17:38
Oleg Dzhimiev committed changes to the Elphel git project :
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

Elphel GIT logs - Fri, 08/17/2018 - 16:52
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

103891

Wiki Recent Changes - Wed, 08/15/2018 - 11:39

← 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

Subscribe to www3.elphel.com aggregator