09/01/18 [python3-imagej-tiff][master] by AndreyFilippov: adding source files to python path (was not on by default)
AndreyFilippov committed changes to the Elphel git project :
adding source files to python path (was not on by default)
adding source files to python path (was not on by default)
09/01/18 [python3-imagej-tiff][master] by AndreyFilippov: making pydev happy
AndreyFilippov committed changes to the Elphel git project :
making pydev happy
making pydev happy
09/01/18 [imagej-elphel][dct] by Andrey Filippov: Merge branch 'dct' of git@git.elphel.com:Elphel/imagej-elphel.git into dct
Andrey Filippov committed changes to the Elphel git project :
Merge branch 'dct' of git@git.elphel.com:Elphel/imagej-elphel.git into dct
Merge branch 'dct' of git@git.elphel.com:Elphel/imagej-elphel.git into dct
09/01/18 [imagej-elphel][gpu] by Andrey Filippov: gitignore FOCUS-PSF files
Andrey Filippov committed changes to the Elphel git project :
gitignore FOCUS-PSF files
gitignore FOCUS-PSF files
09/01/18 [imagej-elphel][gpu] by Andrey Filippov: modified ML output
Andrey Filippov committed changes to the Elphel git project :
modified ML output
modified ML output
08/31/18 [imagej-elphel][dct] by AndreyFilippov: changed ImageJ version from 1.50b to 1.52d
AndreyFilippov committed changes to the Elphel git project :
changed ImageJ version from 1.50b to 1.52d
changed ImageJ version from 1.50b to 1.52d
08/31/18 [python3-imagej-tiff][master] by AndreyFilippov: XML configuration sample
AndreyFilippov committed changes to the Elphel git project :
XML configuration sample
XML configuration sample
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
Pages
