Changes

Jump to: navigation, search

Quick Look Tool

968 bytes added, 12:15, 21 December 2016
/* .json file */
=== .json file ===
 
The .json file contains a log of the settings of parameters used in the extraction. It may be of interest to users wishing to write their own code for taking these extractions as a starting point, or to users as a double check of which arc was used to wavelength calibrate their data.
 
example contents of .json file:
 
<small>{
"useSB1": true,
"useSB2": true,
"extractWin_x1": 69.0,
"extrType": "1",
"SBwidth": 15,
"SB1_x1": 48.0,
"dataDir": "/home/visitor/spupdata/20160404/",
"SB1_x0": 33.0,
"currFluxCal": "none",
"obsType": "ARC",
"SB2_x1": 48.0,
"LockDisplays": false,
"autoExtraction": 1,
"extractWin_x0": 53.0,
"currFlat": "none",
"SBoffset": 5,
"SkySub": false,
"currArc": "a0161389",
"scaling": "ZScale",
"smoothPix": 0,
"outDataDir": "/home/visitor/spupdata/20160404/redux/",
"z0": 369.965,
"z1": 1010.042,
"sx": 2148,
"currFrame": "a0161389",
"pkFindType": 1,
"showSideBands": true,
"SB2_x0": 33.0,
"currBias": "none"
}</small>
== Advanced config ==
118
edits