<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0003_ses-02_task-faces_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0003_ses-02_task-faces_acq-mb8_run-02_bold.nii.gz";

    var artifacts = [];
    $('#qcartifacts-group input:checked').each(function() {
        artifacts.push($(this).attr('name'));
    });

    var rating = $('#qcslider').val();
    var payload = {
        'dataset': ds,
        'subject': sub,
        'rating': rating,
        'artifacts': artifacts,
        'time_sec': (Date.now() - timestamp) / 1000,
        'confidence': $('#qcextra-confidence').val(),
        'comments': $('#qcextra-comments').val()
    };

    var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
    $('#btn-download').attr('href', URL.createObjectURL(file));
    $('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
    return payload
};

function toggle_rating() {
    if ($('#qcrating-menu').hasClass('d-none')) {
        $('#qcrating-menu').removeClass('d-none');
        $('#qcrating-toggler').prop('checked', true);
    } else {
        $('#qcrating-menu').addClass('d-none');
        $('#qcrating-toggler').prop('checked', false);
    }
};

$(window).on('load',function(){
    var authorization = $('#btn-post').val()
    if (authorization.includes("secret_token")) {
        $('#btn-post').addClass('d-none');
    };
    timestamp = Date.now();
});

</script>
<style type="text/css">
/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  margin-bottom: 8px;
  margin-left: 10%;
  width: 80%;
  height: 5px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
    <ul class="navbar-nav me-auto mb-2 mb-lg-0">
        <li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
        <li class="nav-item dropdown">
            <a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
            About
            </a>
            <ul class="dropdown-menu">
                <li><a class="dropdown-item" href="#errors">Errors</a></li>
                <li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
            </ul>
        </li>
    </ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
    <h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-02_subject-0003_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0003/figures/sub-0003_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0003/figures/sub-0003_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-02_subject-0003_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0003/figures/sub-0003_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0003/figures/sub-0003_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-02_subject-0003_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0003/figures/sub-0003_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0003/figures/sub-0003_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-02_subject-0003_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0003/figures/sub-0003_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0003/figures/sub-0003_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-02_subject-0003_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0003/figures/sub-0003_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0003/figures/sub-0003_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-02_subject-0003_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0003/figures/sub-0003_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0003/figures/sub-0003_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-02_subject-0003_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0003/figures/sub-0003_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0003/figures/sub-0003_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0003/figures/sub-0003_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg</a></small>

        </div>
    </div>
    <div id="About" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">About</h1>
        <div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2>                    <p class="alert alert-success" role="alert">No errors to report!</p>
        </div>
        <div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p>                    <div class="accordion accordion-flush" id="about-metadata">


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0003/ses-02/func/sub-0003_ses-02_task-faces_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>a48925353e619b479317e01a80efc521</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>13:04:19.957500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.9998, 0.0186801, 0.00716731, -0.0195463, 0.988417, 0.150497]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.114155</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4153, -7750, -7256, 545, -20, -11, 56, 78]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>250.1</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>de4ac6e7-05cf-4eb6-808e-95afdb26f39b||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682389736175537, -0.05244136601686478, 0.011537091806530952, 114.67627716064453], [-0.050117410719394684, 2.651851177215576, 0.4066378176212311, -95.9087905883789], [0.01922936737537384, -0.40377146005630493, 2.6691782474517822, -37.86857986450195], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 914]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914], 'AcquisitionTime': ['130419.957500', '130420.417500', '130420.877500', '130421.337500', '130421.797500', '130422.257500', '130422.717500', '130423.177500', '130423.637500', '130424.097500', '130424.557500', '130425.017500', '130425.477500', '130425.937500', '130426.397500', '130426.857500', '130427.317500', '130427.777500', '130428.237500', '130428.697500', '130429.157500', '130429.617500', '130430.077500', '130430.537500', '130430.997500', '130431.457500', '130431.917500', '130432.377500', '130432.837500', '130433.297500', '130433.757500', '130434.217500', '130434.677500', '130435.137500', '130435.597500', '130436.057500', '130436.517500', '130436.977500', '130437.437500', '130437.897500', '130438.357500', '130438.817500', '130439.277500', '130439.737500', '130440.197500', '130440.657500', '130441.117500', '130441.577500', '130442.037500', '130442.497500', '130442.957500', '130443.417500', '130443.877500', '130444.337500', '130444.797500', '130445.257500', '130445.717500', '130446.177500', '130446.637500', '130447.097500', '130447.557500', '130448.017500', '130448.477500', '130448.937500', '130449.397500', '130449.857500', '130450.317500', '130450.777500', '130451.237500', '130451.697500', '130452.157500', '130452.617500', '130453.077500', '130453.537500', '130453.997500', '130454.457500', '130454.917500', '130455.377500', '130455.837500', '130456.297500', '130456.757500', '130457.217500', '130457.677500', '130458.137500', '130458.597500', '130459.057500', '130459.517500', '130459.977500', '130500.437500', '130500.897500', '130501.357500', '130501.817500', '130502.277500', '130502.737500', '130503.197500', '130503.657500', '130504.117500', '130504.577500', '130505.037500', '130505.497500', '130505.957500', '130506.417500', '130506.877500', '130507.337500', '130507.797500', '130508.257500', '130508.717500', '130509.177500', '130509.637500', '130510.097500', '130510.557500', '130511.017500', '130511.477500', '130511.937500', '130512.397500', '130512.857500', '130513.317500', '130513.777500', '130514.237500', '130514.697500', '130515.157500', '130515.617500', '130516.077500', '130516.537500', '130516.997500', '130517.457500', '130517.917500', '130518.377500', '130518.837500', '130519.297500', '130519.757500', '130520.217500', '130520.677500', '130521.137500', '130521.597500', '130522.057500', '130522.517500', '130522.977500', '130523.437500', '130523.897500', '130524.357500', '130524.817500', '130525.277500', '130525.737500', '130526.197500', '130526.657500', '130527.117500', '130527.577500', '130528.037500', '130528.497500', '130528.957500', '130529.417500', '130529.877500', '130530.337500', '130530.797500', '130531.257500', '130531.717500', '130532.177500', '130532.637500', '130533.097500', '130533.557500', '130534.017500', '130534.477500', '130534.937500', '130535.397500', '130535.857500', '130536.317500', '130536.777500', '130537.237500', '130537.697500', '130538.157500', '130538.617500', '130539.077500', '130539.537500', '130539.997500', '130540.457500', '130540.917500', '130541.377500', '130541.837500', '130542.297500', '130542.757500', '130543.217500', '130543.677500', '130544.137500', '130544.597500', '130545.057500', '130545.517500', '130545.977500', '130546.437500', '130546.897500', '130547.357500', '130547.817500', '130548.277500', '130548.737500', '130549.197500', '130549.657500', '130550.117500', '130550.577500', '130551.037500', '130551.497500', '130551.957500', '130552.417500', '130552.877500', '130553.337500', '130553.797500', '130554.257500', '130554.717500', '130555.177500', '130555.637500', '130556.097500', '130556.557500', '130557.017500', '130557.477500', '130557.937500', '130558.397500', '130558.857500', '130559.317500', '130559.777500', '130600.237500', '130600.697500', '130601.157500', '130601.617500', '130602.077500', '130602.537500', '130602.997500', '130603.457500', '130603.917500', '130604.377500', '130604.837500', '130605.297500', '130605.757500', '130606.217500', '130606.677500', '130607.137500', '130607.597500', '130608.057500', '130608.517500', '130608.977500', '130609.437500', '130609.897500', '130610.357500', '130610.817500', '130611.277500', '130611.737500', '130612.197500', '130612.657500', '130613.117500', '130613.577500', '130614.037500', '130614.497500', '130614.957500', '130615.417500', '130615.877500', '130616.337500', '130616.797500', '130617.257500', '130617.717500', '130618.177500', '130618.637500', '130619.097500', '130619.557500', '130620.017500', '130620.477500', '130620.937500', '130621.397500', '130621.857500', '130622.317500', '130622.777500', '130623.237500', '130623.697500', '130624.157500', '130624.617500', '130625.077500', '130625.537500', '130625.997500', '130626.457500', '130626.917500', '130627.377500', '130627.837500', '130628.297500', '130628.757500', '130629.217500', '130629.677500', '130630.137500', '130630.597500', '130631.057500', '130631.517500', '130631.977500', '130632.437500', '130632.897500', '130633.357500', '130633.817500', '130634.277500', '130634.737500', '130635.197500', '130635.657500', '130636.117500', '130636.577500', '130637.037500', '130637.497500', '130637.957500', '130638.417500', '130638.877500', '130639.337500', '130639.797500', '130640.257500', '130640.717500', '130641.177500', '130641.637500', '130642.097500', '130642.557500', '130643.017500', '130643.477500', '130643.937500', '130644.397500', '130644.857500', '130645.317500', '130645.777500', '130646.237500', '130646.697500', '130647.157500', '130647.617500', '130648.077500', '130648.537500', '130648.997500', '130649.457500', '130649.917500', '130650.377500', '130650.837500', '130651.297500', '130651.757500', '130652.217500', '130652.677500', '130653.137500', '130653.597500', '130654.057500', '130654.517500', '130654.977500', '130655.437500', '130655.897500', '130656.357500', '130656.817500', '130657.277500', '130657.737500', '130658.197500', '130658.657500', '130659.117500', '130659.577500', '130700.037500', '130700.497500', '130700.957500', '130701.417500', '130701.877500', '130702.337500', '130702.797500', '130703.257500', '130703.717500', '130704.177500', '130704.637500', '130705.097500', '130705.557500', '130706.017500', '130706.477500', '130706.937500', '130707.397500', '130707.857500', '130708.317500', '130708.777500', '130709.237500', '130709.697500', '130710.157500', '130710.617500', '130711.077500', '130711.537500', '130711.997500', '130712.457500', '130712.917500', '130713.377500', '130713.837500', '130714.297500', '130714.757500', '130715.217500', '130715.677500', '130716.137500', '130716.597500', '130717.057500', '130717.517500', '130717.977500', '130718.437500', '130718.897500', '130719.357500', '130719.817500', '130720.277500', '130720.737500', '130721.197500', '130721.657500', '130722.117500', '130722.577500', '130723.037500', '130723.497500', '130723.957500', '130724.417500', '130724.877500', '130725.337500', '130725.797500', '130726.257500', '130726.717500', '130727.177500', '130727.637500', '130728.097500', '130728.557500', '130729.017500', '130729.477500', '130729.937500', '130730.397500', '130730.857500', '130731.317500', '130731.777500', '130732.237500', '130732.697500', '130733.157500', '130733.617500', '130734.077500', '130734.537500', '130734.997500', '130735.457500', '130735.917500', '130736.377500', '130736.837500', '130737.297500', '130737.757500', '130738.217500', '130738.677500', '130739.137500', '130739.597500', '130740.057500', '130740.517500', '130740.977500', '130741.437500', '130741.897500', '130742.357500', '130742.817500', '130743.277500', '130743.737500', '130744.197500', '130744.657500', '130745.117500', '130745.577500', '130746.037500', '130746.497500', '130746.957500', '130747.417500', '130747.877500', '130748.337500', '130748.797500', '130749.257500', '130749.717500', '130750.177500', '130750.637500', '130751.097500', '130751.557500', '130752.017500', '130752.477500', '130752.937500', '130753.397500', '130753.857500', '130754.317500', '130754.777500', '130755.237500', '130755.697500', '130756.157500', '130756.617500', '130757.077500', '130757.537500', '130757.997500', '130758.457500', '130758.917500', '130759.377500', '130759.837500', '130800.297500', '130800.757500', '130801.217500', '130801.677500', '130802.137500', '130802.597500', '130803.057500', '130803.517500', '130803.977500', '130804.437500', '130804.897500', '130805.357500', '130805.817500', '130806.277500', '130806.737500', '130807.197500', '130807.657500', '130808.117500', '130808.577500', '130809.037500', '130809.497500', '130809.957500', '130810.417500', '130810.877500', '130811.337500', '130811.797500', '130812.257500', '130812.717500', '130813.177500', '130813.637500', '130814.097500', '130814.557500', '130815.017500', '130815.477500', '130815.937500', '130816.397500', '130816.857500', '130817.317500', '130817.777500', '130818.237500', '130818.697500', '130819.157500', '130819.617500', '130820.077500', '130820.537500', '130820.997500', '130821.457500', '130821.917500', '130822.377500', '130822.837500', '130823.297500', '130823.757500', '130824.217500', '130824.677500', '130825.137500', '130825.597500', '130826.057500', '130826.517500', '130826.977500', '130827.437500', '130827.897500', '130828.357500', '130828.817500', '130829.277500', '130829.737500', '130830.197500', '130830.657500', '130831.117500', '130831.577500', '130832.037500', '130832.497500', '130832.957500', '130833.417500', '130833.877500', '130834.337500', '130834.797500', '130835.257500', '130835.717500', '130836.177500', '130836.637500', '130837.097500', '130837.557500', '130838.017500', '130838.477500', '130838.937500', '130839.397500', '130839.857500', '130840.317500', '130840.777500', '130841.237500', '130841.697500', '130842.157500', '130842.617500', '130843.077500', '130843.537500', '130843.997500', '130844.457500', '130844.917500', '130845.377500', '130845.837500', '130846.297500', '130846.757500', '130847.217500', '130847.677500', '130848.137500', '130848.597500', '130849.057500', '130849.517500', '130849.977500', '130850.437500', '130850.897500', '130851.357500', '130851.817500', '130852.277500', '130852.737500', '130853.197500', '130853.657500', '130854.117500', '130854.577500', '130855.037500', '130855.497500', '130855.957500', '130856.417500', '130856.877500', '130857.337500', '130857.797500', '130858.257500', '130858.717500', '130859.177500', '130859.637500', '130900.097500', '130900.557500', '130901.017500', '130901.477500', '130901.937500', '130902.397500', '130902.857500', '130903.317500', '130903.777500', '130904.237500', '130904.697500', '130905.157500', '130905.617500', '130906.077500', '130906.537500', '130906.997500', '130907.457500', '130907.917500', '130908.377500', '130908.837500', '130909.297500', '130909.757500', '130910.217500', '130910.677500', '130911.137500', '130911.597500', '130912.057500', '130912.517500', '130912.977500', '130913.437500', '130913.897500', '130914.357500', '130914.817500', '130915.277500', '130915.737500', '130916.197500', '130916.657500', '130917.117500', '130917.577500', '130918.037500', '130918.497500', '130918.957500', '130919.417500', '130919.877500', '130920.337500', '130920.797500', '130921.257500', '130921.717500', '130922.177500', '130922.637500', '130923.097500', '130923.557500', '130924.017500', '130924.477500', '130924.937500', '130925.397500', '130925.857500', '130926.317500', '130926.777500', '130927.237500', '130927.697500', '130928.157500', '130928.617500', '130929.077500', '130929.537500', '130929.997500', '130930.457500', '130930.917500', '130931.377500', '130931.837500', '130932.297500', '130932.757500', '130933.217500', '130933.677500', '130934.137500', '130934.597500', '130935.057500', '130935.517500', '130935.977500', '130936.437500', '130936.897500', '130937.357500', '130937.817500', '130938.277500', '130938.737500', '130939.197500', '130939.657500', '130940.117500', '130940.577500', '130941.037500', '130941.497500', '130941.957500', '130942.417500', '130942.877500', '130943.337500', '130943.797500', '130944.257500', '130944.717500', '130945.177500', '130945.637500', '130946.097500', '130946.557500', '130947.017500', '130947.477500', '130947.937500', '130948.397500', '130948.857500', '130949.317500', '130949.777500', '130950.237500', '130950.697500', '130951.157500', '130951.617500', '130952.077500', '130952.537500', '130952.997500', '130953.457500', '130953.917500', '130954.377500', '130954.837500', '130955.297500', '130955.757500', '130956.217500', '130956.677500', '130957.137500', '130957.597500', '130958.057500', '130958.517500', '130958.977500', '130959.437500', '130959.897500', '131000.357500', '131000.817500', '131001.277500', '131001.737500', '131002.197500', '131002.657500', '131003.117500', '131003.577500', '131004.037500', '131004.497500', '131004.957500', '131005.417500', '131005.877500', '131006.337500', '131006.797500', '131007.257500', '131007.717500', '131008.177500', '131008.637500', '131009.097500', '131009.557500', '131010.017500', '131010.477500', '131010.937500', '131011.397500', '131011.857500', '131012.317500', '131012.777500', '131013.237500', '131013.697500', '131014.157500', '131014.617500', '131015.077500', '131015.537500', '131015.997500', '131016.457500', '131016.917500', '131017.377500', '131017.837500', '131018.297500', '131018.757500', '131019.217500', '131019.677500', '131020.137500', '131020.597500', '131021.057500', '131021.517500', '131021.977500', '131022.437500', '131022.897500', '131023.357500', '131023.817500', '131024.277500', '131024.737500', '131025.197500', '131025.657500', '131026.117500', '131026.577500', '131027.037500', '131027.497500', '131027.957500', '131028.417500', '131028.877500', '131029.337500', '131029.797500', '131030.257500', '131030.717500', '131031.177500', '131031.637500', '131032.097500', '131032.557500', '131033.017500', '131033.477500', '131033.937500', '131034.397500', '131034.857500', '131035.317500', '131035.777500', '131036.237500', '131036.697500', '131037.157500', '131037.617500', '131038.077500', '131038.537500', '131038.997500', '131039.457500', '131039.917500', '131040.377500', '131040.837500', '131041.297500', '131041.757500', '131042.217500', '131042.677500', '131043.137500', '131043.597500', '131044.057500', '131044.517500', '131044.977500', '131045.437500', '131045.897500', '131046.357500', '131046.817500', '131047.277500', '131047.737500', '131048.197500', '131048.657500', '131049.117500', '131049.577500', '131050.037500', '131050.497500', '131050.957500', '131051.417500', '131051.877500', '131052.337500', '131052.797500', '131053.257500', '131053.717500', '131054.177500', '131054.637500', '131055.097500', '131055.557500', '131056.017500', '131056.477500', '131056.937500', '131057.397500', '131057.857500', '131058.317500', '131058.777500', '131059.237500', '131059.697500', '131100.157500', '131100.617500', '131101.077500', '131101.537500', '131101.997500', '131102.457500', '131102.917500', '131103.377500', '131103.837500', '131104.297500', '131104.757500', '131105.217500', '131105.677500', '131106.137500', '131106.597500', '131107.057500', '131107.517500', '131107.977500', '131108.437500', '131108.897500', '131109.357500', '131109.817500', '131110.277500', '131110.737500', '131111.197500', '131111.657500', '131112.117500', '131112.577500', '131113.037500', '131113.497500', '131113.957500', '131114.417500', '131114.877500', '131115.337500', '131115.797500', '131116.257500', '131116.717500', '131117.177500', '131117.637500', '131118.097500', '131118.557500', '131119.017500', '131119.477500', '131119.937500'], 'ContentTime': ['130444.228000', '130444.231000', '130444.234000', '130444.240000', '130444.242000', '130444.245000', '130444.248000', '130444.251000', '130444.254000', '130444.257000', '130444.260000', '130444.263000', '130444.266000', '130444.269000', '130444.271000', '130444.274000', '130444.277000', '130444.280000', '130444.283000', '130444.286000', '130444.289000', '130444.292000', '130444.295000', '130444.298000', '130444.300000', '130444.303000', '130444.306000', '130444.309000', '130444.312000', '130444.315000', '130444.318000', '130444.321000', '130444.324000', '130444.327000', '130444.329000', '130444.332000', '130444.340000', '130444.342000', '130444.345000', '130444.348000', '130444.351000', '130444.354000', '130444.357000', '130444.360000', '130444.363000', '130444.366000', '130444.368000', '130444.371000', '130444.374000', '130444.377000', '130504.193000', '130504.196000', '130504.199000', '130504.202000', '130504.205000', '130504.208000', '130504.211000', '130504.213000', '130504.216000', '130504.219000', '130504.222000', '130504.225000', '130504.228000', '130504.231000', '130504.234000', '130504.237000', '130504.239000', '130504.242000', '130504.245000', '130504.249000', '130504.254000', '130504.257000', '130504.260000', '130504.263000', '130504.266000', '130504.269000', '130504.272000', '130504.275000', '130504.278000', '130504.281000', '130504.284000', '130504.286000', '130504.290000', '130504.292000', '130504.295000', '130504.298000', '130504.301000', '130504.304000', '130504.307000', '130504.309000', '130504.312000', '130504.315000', '130504.318000', '130524.194000', '130524.197000', '130524.200000', '130524.203000', '130524.205000', '130524.208000', '130524.211000', '130524.214000', '130524.217000', '130524.220000', '130524.223000', '130524.233000', '130524.236000', '130524.239000', '130524.242000', '130524.245000', '130524.248000', '130524.250000', '130524.253000', '130524.256000', '130524.259000', '130524.262000', '130524.265000', '130524.268000', '130524.271000', '130524.274000', '130524.276000', '130524.279000', '130524.282000', '130524.285000', '130524.288000', '130524.291000', '130524.294000', '130524.297000', '130524.299000', '130524.313000', '130524.316000', '130524.318000', '130524.321000', '130524.324000', '130524.327000', '130524.330000', '130524.333000', '130524.336000', '130544.194000', '130544.198000', '130544.201000', '130544.204000', '130544.207000', '130544.210000', '130544.213000', '130544.216000', '130544.219000', '130544.222000', '130544.224000', '130544.227000', '130544.230000', '130544.233000', '130544.236000', '130544.245000', '130544.248000', '130544.252000', '130544.255000', '130544.258000', '130544.261000', '130544.264000', '130544.267000', '130544.270000', '130544.273000', '130544.275000', '130544.278000', '130544.281000', '130544.284000', '130544.287000', '130544.290000', '130544.293000', '130544.296000', '130544.299000', '130544.301000', '130544.304000', '130544.307000', '130544.310000', '130544.313000', '130544.316000', '130544.319000', '130544.322000', '130544.324000', '130604.194000', '130604.197000', '130604.200000', '130604.212000', '130604.215000', '130604.218000', '130604.221000', '130604.224000', '130604.227000', '130604.229000', '130604.232000', '130604.235000', '130604.238000', '130604.241000', '130604.244000', '130604.247000', '130604.250000', '130604.253000', '130604.256000', '130604.259000', '130604.262000', '130604.264000', '130604.268000', '130604.270000', '130604.273000', '130604.276000', '130604.279000', '130604.282000', '130604.285000', '130604.288000', '130604.291000', '130604.294000', '130604.297000', '130604.299000', '130604.302000', '130604.305000', '130604.317000', '130604.320000', '130604.323000', '130604.326000', '130604.328000', '130604.331000', '130604.334000', '130604.337000', '130624.194000', '130624.197000', '130624.200000', '130624.203000', '130624.206000', '130624.209000', '130624.212000', '130624.214000', '130624.217000', '130624.220000', '130624.223000', '130624.226000', '130624.229000', '130624.232000', '130624.235000', '130624.238000', '130624.241000', '130624.244000', '130624.246000', '130624.249000', '130624.252000', '130624.255000', '130624.258000', '130624.261000', '130624.264000', '130624.267000', '130624.272000', '130624.276000', '130624.279000', '130624.281000', '130624.284000', '130624.287000', '130624.290000', '130624.293000', '130624.296000', '130624.299000', '130624.302000', '130624.305000', '130624.308000', '130624.311000', '130624.313000', '130624.316000', '130624.319000', '130644.193000', '130644.196000', '130644.199000', '130644.202000', '130644.205000', '130644.208000', '130644.211000', '130644.213000', '130644.216000', '130644.219000', '130644.222000', '130644.225000', '130644.228000', '130644.231000', '130644.234000', '130644.237000', '130644.240000', '130644.243000', '130644.246000', '130644.248000', '130644.251000', '130644.254000', '130644.257000', '130644.260000', '130644.263000', '130644.266000', '130644.269000', '130644.271000', '130644.274000', '130644.277000', '130644.280000', '130644.283000', '130644.286000', '130644.289000', '130644.292000', '130644.295000', '130644.297000', '130644.300000', '130644.303000', '130644.306000', '130644.309000', '130644.312000', '130644.315000', '130644.318000', '130704.193000', '130704.196000', '130704.199000', '130704.202000', '130704.205000', '130704.208000', '130704.210000', '130704.214000', '130704.216000', '130704.219000', '130704.222000', '130704.225000', '130704.228000', '130704.231000', '130704.235000', '130704.238000', '130704.241000', '130704.244000', '130704.247000', '130704.250000', '130704.253000', '130704.256000', '130704.258000', '130704.261000', '130704.264000', '130704.267000', '130704.270000', '130704.273000', '130704.276000', '130704.279000', '130704.281000', '130704.289000', '130704.292000', '130704.295000', '130704.298000', '130704.301000', '130704.304000', '130704.308000', '130704.311000', '130704.315000', '130704.318000', '130704.321000', '130704.324000', '130724.193000', '130724.196000', '130724.199000', '130724.202000', '130724.205000', '130724.208000', '130724.210000', '130724.213000', '130724.216000', '130724.219000', '130724.222000', '130724.225000', '130724.228000', '130724.231000', '130724.234000', '130724.237000', '130724.240000', '130724.243000', '130724.245000', '130724.248000', '130724.251000', '130724.254000', '130724.257000', '130724.260000', '130724.263000', '130724.266000', '130724.269000', '130724.271000', '130724.275000', '130724.277000', '130724.280000', '130724.283000', '130724.286000', '130724.289000', '130724.292000', '130724.295000', '130724.298000', '130724.301000', '130724.304000', '130724.306000', '130724.309000', '130724.312000', '130724.328000', '130724.331000', '130744.194000', '130744.197000', '130744.200000', '130744.203000', '130744.206000', '130744.209000', '130744.212000', '130744.215000', '130744.217000', '130744.220000', '130744.223000', '130744.226000', '130744.229000', '130744.232000', '130744.235000', '130744.238000', '130744.241000', '130744.244000', '130744.247000', '130744.250000', '130744.253000', '130744.255000', '130744.259000', '130744.261000', '130744.264000', '130744.267000', '130744.270000', '130744.273000', '130744.276000', '130744.279000', '130744.282000', '130744.285000', '130744.288000', '130744.290000', '130744.293000', '130744.296000', '130744.299000', '130744.302000', '130744.305000', '130744.308000', '130744.311000', '130744.314000', '130744.317000', '130804.194000', '130804.197000', '130804.200000', '130804.203000', '130804.206000', '130804.208000', '130804.211000', '130804.214000', '130804.217000', '130804.220000', '130804.223000', '130804.226000', '130804.229000', '130804.232000', '130804.235000', '130804.238000', '130804.241000', '130804.244000', '130804.247000', '130804.250000', '130804.252000', '130804.255000', '130804.258000', '130804.261000', '130804.264000', '130804.267000', '130804.270000', '130804.273000', '130804.276000', '130804.279000', '130804.282000', '130804.285000', '130804.288000', '130804.291000', '130804.293000', '130804.296000', '130804.299000', '130804.302000', '130804.305000', '130804.308000', '130804.311000', '130804.314000', '130804.316000', '130804.319000', '130824.194000', '130824.197000', '130824.200000', '130824.203000', '130824.206000', '130824.209000', '130824.212000', '130824.215000', '130824.217000', '130824.220000', '130824.223000', '130824.226000', '130824.229000', '130824.232000', '130824.235000', '130824.238000', '130824.241000', '130824.244000', '130824.247000', '130824.250000', '130824.253000', '130824.256000', '130824.259000', '130824.261000', '130824.264000', '130824.267000', '130824.270000', '130824.274000', '130824.277000', '130824.280000', '130824.283000', '130824.286000', '130824.289000', '130824.292000', '130824.295000', '130824.298000', '130824.300000', '130824.303000', '130824.306000', '130824.309000', '130824.312000', '130824.315000', '130824.318000', '130844.194000', '130844.197000', '130844.200000', '130844.203000', '130844.206000', '130844.209000', '130844.212000', '130844.214000', '130844.217000', '130844.220000', '130844.223000', '130844.226000', '130844.229000', '130844.232000', '130844.235000', '130844.238000', '130844.241000', '130844.244000', '130844.247000', '130844.250000', '130844.252000', '130844.255000', '130844.258000', '130844.261000', '130844.264000', '130844.267000', '130844.270000', '130844.273000', '130844.276000', '130844.279000', '130844.282000', '130844.284000', '130844.287000', '130844.290000', '130844.293000', '130844.296000', '130844.299000', '130844.302000', '130844.305000', '130844.308000', '130844.311000', '130844.313000', '130844.316000', '130844.319000', '130904.193000', '130904.196000', '130904.199000', '130904.202000', '130904.205000', '130904.208000', '130904.210000', '130904.213000', '130904.216000', '130904.229000', '130904.232000', '130904.235000', '130904.238000', '130904.241000', '130904.244000', '130904.247000', '130904.250000', '130904.253000', '130904.256000', '130904.258000', '130904.261000', '130904.264000', '130904.267000', '130904.270000', '130904.273000', '130904.276000', '130904.279000', '130904.282000', '130904.285000', '130904.288000', '130904.290000', '130904.293000', '130904.296000', '130904.299000', '130904.302000', '130904.305000', '130904.308000', '130904.311000', '130904.314000', '130904.317000', '130904.319000', '130904.322000', '130904.325000', '130924.193000', '130924.196000', '130924.199000', '130924.202000', '130924.205000', '130924.208000', '130924.210000', '130924.213000', '130924.216000', '130924.219000', '130924.222000', '130924.225000', '130924.228000', '130924.231000', '130924.234000', '130924.237000', '130924.240000', '130924.243000', '130924.246000', '130924.249000', '130924.252000', '130924.255000', '130924.257000', '130924.260000', '130924.263000', '130924.266000', '130924.269000', '130924.272000', '130924.275000', '130924.278000', '130924.281000', '130924.284000', '130924.286000', '130924.289000', '130924.292000', '130924.295000', '130924.298000', '130924.301000', '130924.304000', '130924.307000', '130924.310000', '130924.313000', '130924.315000', '130924.318000', '130944.193000', '130944.196000', '130944.199000', '130944.202000', '130944.205000', '130944.208000', '130944.211000', '130944.214000', '130944.217000', '130944.220000', '130944.223000', '130944.226000', '130944.229000', '130944.231000', '130944.234000', '130944.237000', '130944.240000', '130944.243000', '130944.246000', '130944.249000', '130944.252000', '130944.255000', '130944.258000', '130944.261000', '130944.264000', '130944.267000', '130944.269000', '130944.273000', '130944.275000', '130944.278000', '130944.281000', '130944.284000', '130944.287000', '130944.290000', '130944.293000', '130944.296000', '130944.299000', '130944.302000', '130944.305000', '130944.308000', '130944.311000', '130944.322000', '130944.325000', '131004.194000', '131004.197000', '131004.200000', '131004.203000', '131004.206000', '131004.212000', '131004.215000', '131004.218000', '131004.221000', '131004.224000', '131004.227000', '131004.230000', '131004.233000', '131004.236000', '131004.239000', '131004.242000', '131004.245000', '131004.248000', '131004.251000', '131004.253000', '131004.256000', '131004.259000', '131004.262000', '131004.265000', '131004.268000', '131004.271000', '131004.274000', '131004.277000', '131004.280000', '131004.283000', '131004.286000', '131004.290000', '131004.294000', '131004.296000', '131004.299000', '131004.302000', '131004.305000', '131004.308000', '131004.311000', '131004.314000', '131004.317000', '131004.320000', '131004.322000', '131024.194000', '131024.197000', '131024.200000', '131024.203000', '131024.206000', '131024.209000', '131024.212000', '131024.215000', '131024.218000', '131024.220000', '131024.223000', '131024.226000', '131024.229000', '131024.232000', '131024.235000', '131024.238000', '131024.241000', '131024.244000', '131024.247000', '131024.250000', '131024.252000', '131024.255000', '131024.258000', '131024.261000', '131024.264000', '131024.267000', '131024.270000', '131024.273000', '131024.276000', '131024.279000', '131024.282000', '131024.285000', '131024.288000', '131024.290000', '131024.293000', '131024.305000', '131024.308000', '131024.311000', '131024.314000', '131024.317000', '131024.319000', '131024.322000', '131024.325000', '131024.328000', '131044.194000', '131044.197000', '131044.200000', '131044.203000', '131044.206000', '131044.209000', '131044.211000', '131044.214000', '131044.217000', '131044.220000', '131044.223000', '131044.226000', '131044.229000', '131044.232000', '131044.235000', '131044.238000', '131044.241000', '131044.244000', '131044.247000', '131044.250000', '131044.253000', '131044.255000', '131044.258000', '131044.261000', '131044.264000', '131044.267000', '131044.270000', '131044.273000', '131044.276000', '131044.279000', '131044.282000', '131044.285000', '131044.288000', '131044.290000', '131044.293000', '131044.296000', '131044.299000', '131044.302000', '131044.305000', '131044.308000', '131044.311000', '131044.314000', '131044.316000', '131044.319000', '131104.194000', '131104.197000', '131104.200000', '131104.203000', '131104.206000', '131104.209000', '131104.212000', '131104.215000', '131104.217000', '131104.221000', '131104.223000', '131104.226000', '131104.229000', '131104.232000', '131104.235000', '131104.238000', '131104.241000', '131104.244000', '131104.247000', '131104.250000', '131104.252000', '131104.255000', '131104.258000', '131104.261000', '131104.264000', '131104.267000', '131104.270000', '131104.273000', '131104.276000', '131104.278000', '131104.281000', '131104.284000', '131104.287000', '131104.290000', '131104.293000', '131104.296000', '131104.299000', '131104.302000', '131104.305000', '131104.308000', '131104.310000', '131104.313000', '131104.316000', '131121.502000', '131121.505000', '131121.515000', '131121.518000', '131121.522000', '131121.525000', '131121.528000', '131121.531000', '131121.534000', '131121.537000', '131121.540000', '131121.543000', '131121.545000', '131121.548000', '131121.552000', '131121.555000', '131121.558000', '131121.561000', '131121.564000', '131121.567000', '131121.570000', '131121.573000', '131121.576000', '131121.579000', '131121.582000', '131121.585000', '131121.588000', '131121.591000', '131121.594000', '131121.596000', '131121.599000', '131121.602000', '131121.605000', '131121.608000', '131121.611000', '131121.614000', '131121.618000', '131121.621000'], 'InstanceCreationTime': ['130444.228000', '130444.231000', '130444.234000', '130444.240000', '130444.242000', '130444.245000', '130444.248000', '130444.251000', '130444.254000', '130444.257000', '130444.260000', '130444.263000', '130444.266000', '130444.269000', '130444.271000', '130444.274000', '130444.277000', '130444.280000', '130444.283000', '130444.286000', '130444.289000', '130444.292000', '130444.295000', '130444.298000', '130444.300000', '130444.303000', '130444.306000', '130444.309000', '130444.312000', '130444.315000', '130444.318000', '130444.321000', '130444.324000', '130444.327000', '130444.329000', '130444.332000', '130444.340000', '130444.342000', '130444.345000', '130444.348000', '130444.351000', '130444.354000', '130444.357000', '130444.360000', '130444.363000', '130444.366000', '130444.368000', '130444.371000', '130444.374000', '130444.377000', '130504.193000', '130504.196000', '130504.199000', '130504.202000', '130504.205000', '130504.208000', '130504.211000', '130504.213000', '130504.216000', '130504.219000', '130504.222000', '130504.225000', '130504.228000', '130504.231000', '130504.234000', '130504.237000', '130504.239000', '130504.242000', '130504.245000', '130504.249000', '130504.254000', '130504.257000', '130504.260000', '130504.263000', '130504.266000', '130504.269000', '130504.272000', '130504.275000', '130504.278000', '130504.281000', '130504.284000', '130504.286000', '130504.290000', '130504.292000', '130504.295000', '130504.298000', '130504.301000', '130504.304000', '130504.307000', '130504.309000', '130504.312000', '130504.315000', '130504.318000', '130524.194000', '130524.197000', '130524.200000', '130524.203000', '130524.205000', '130524.208000', '130524.211000', '130524.214000', '130524.217000', '130524.220000', '130524.223000', '130524.233000', '130524.236000', '130524.239000', '130524.242000', '130524.245000', '130524.248000', '130524.250000', '130524.253000', '130524.256000', '130524.259000', '130524.262000', '130524.265000', '130524.268000', '130524.271000', '130524.274000', '130524.276000', '130524.279000', '130524.282000', '130524.285000', '130524.288000', '130524.291000', '130524.294000', '130524.297000', '130524.299000', '130524.313000', '130524.316000', '130524.318000', '130524.321000', '130524.324000', '130524.327000', '130524.330000', '130524.333000', '130524.336000', '130544.194000', '130544.198000', '130544.201000', '130544.204000', '130544.207000', '130544.210000', '130544.213000', '130544.216000', '130544.219000', '130544.222000', '130544.224000', '130544.227000', '130544.230000', '130544.233000', '130544.236000', '130544.245000', '130544.248000', '130544.252000', '130544.255000', '130544.258000', '130544.261000', '130544.264000', '130544.267000', '130544.270000', '130544.273000', '130544.275000', '130544.278000', '130544.281000', '130544.284000', '130544.287000', '130544.290000', '130544.293000', '130544.296000', '130544.299000', '130544.301000', '130544.304000', '130544.307000', '130544.310000', '130544.313000', '130544.316000', '130544.319000', '130544.322000', '130544.324000', '130604.194000', '130604.197000', '130604.200000', '130604.212000', '130604.215000', '130604.218000', '130604.221000', '130604.224000', '130604.227000', '130604.229000', '130604.232000', '130604.235000', '130604.238000', '130604.241000', '130604.244000', '130604.247000', '130604.250000', '130604.253000', '130604.256000', '130604.259000', '130604.262000', '130604.264000', '130604.268000', '130604.270000', '130604.273000', '130604.276000', '130604.279000', '130604.282000', '130604.285000', '130604.288000', '130604.291000', '130604.294000', '130604.297000', '130604.299000', '130604.302000', '130604.305000', '130604.317000', '130604.320000', '130604.323000', '130604.326000', '130604.328000', '130604.331000', '130604.334000', '130604.337000', '130624.194000', '130624.197000', '130624.200000', '130624.203000', '130624.206000', '130624.209000', '130624.212000', '130624.214000', '130624.217000', '130624.220000', '130624.223000', '130624.226000', '130624.229000', '130624.232000', '130624.235000', '130624.238000', '130624.241000', '130624.244000', '130624.246000', '130624.249000', '130624.252000', '130624.255000', '130624.258000', '130624.261000', '130624.264000', '130624.267000', '130624.272000', '130624.276000', '130624.279000', '130624.281000', '130624.284000', '130624.287000', '130624.290000', '130624.293000', '130624.296000', '130624.299000', '130624.302000', '130624.305000', '130624.308000', '130624.311000', '130624.313000', '130624.316000', '130624.319000', '130644.193000', '130644.196000', '130644.199000', '130644.202000', '130644.205000', '130644.208000', '130644.211000', '130644.213000', '130644.216000', '130644.219000', '130644.222000', '130644.225000', '130644.228000', '130644.231000', '130644.234000', '130644.237000', '130644.240000', '130644.243000', '130644.246000', '130644.248000', '130644.251000', '130644.254000', '130644.257000', '130644.260000', '130644.263000', '130644.266000', '130644.269000', '130644.271000', '130644.274000', '130644.277000', '130644.280000', '130644.283000', '130644.286000', '130644.289000', '130644.292000', '130644.295000', '130644.297000', '130644.300000', '130644.303000', '130644.306000', '130644.309000', '130644.312000', '130644.315000', '130644.318000', '130704.193000', '130704.196000', '130704.199000', '130704.202000', '130704.205000', '130704.208000', '130704.210000', '130704.214000', '130704.216000', '130704.219000', '130704.222000', '130704.225000', '130704.228000', '130704.231000', '130704.235000', '130704.238000', '130704.241000', '130704.244000', '130704.247000', '130704.250000', '130704.253000', '130704.256000', '130704.258000', '130704.261000', '130704.264000', '130704.267000', '130704.270000', '130704.273000', '130704.276000', '130704.279000', '130704.281000', '130704.289000', '130704.292000', '130704.295000', '130704.298000', '130704.301000', '130704.304000', '130704.308000', '130704.311000', '130704.315000', '130704.318000', '130704.321000', '130704.324000', '130724.193000', '130724.196000', '130724.199000', '130724.202000', '130724.205000', '130724.208000', '130724.210000', '130724.213000', '130724.216000', '130724.219000', '130724.222000', '130724.225000', '130724.228000', '130724.231000', '130724.234000', '130724.237000', '130724.240000', '130724.243000', '130724.245000', '130724.248000', '130724.251000', '130724.254000', '130724.257000', '130724.260000', '130724.263000', '130724.266000', '130724.269000', '130724.271000', '130724.275000', '130724.277000', '130724.280000', '130724.283000', '130724.286000', '130724.289000', '130724.292000', '130724.295000', '130724.298000', '130724.301000', '130724.304000', '130724.306000', '130724.309000', '130724.312000', '130724.328000', '130724.331000', '130744.194000', '130744.197000', '130744.200000', '130744.203000', '130744.206000', '130744.209000', '130744.212000', '130744.215000', '130744.217000', '130744.220000', '130744.223000', '130744.226000', '130744.229000', '130744.232000', '130744.235000', '130744.238000', '130744.241000', '130744.244000', '130744.247000', '130744.250000', '130744.253000', '130744.255000', '130744.259000', '130744.261000', '130744.264000', '130744.267000', '130744.270000', '130744.273000', '130744.276000', '130744.279000', '130744.282000', '130744.285000', '130744.288000', '130744.290000', '130744.293000', '130744.296000', '130744.299000', '130744.302000', '130744.305000', '130744.308000', '130744.311000', '130744.314000', '130744.317000', '130804.194000', '130804.197000', '130804.200000', '130804.203000', '130804.206000', '130804.208000', '130804.211000', '130804.214000', '130804.217000', '130804.220000', '130804.223000', '130804.226000', '130804.229000', '130804.232000', '130804.235000', '130804.238000', '130804.241000', '130804.244000', '130804.247000', '130804.250000', '130804.252000', '130804.255000', '130804.258000', '130804.261000', '130804.264000', '130804.267000', '130804.270000', '130804.273000', '130804.276000', '130804.279000', '130804.282000', '130804.285000', '130804.288000', '130804.291000', '130804.293000', '130804.296000', '130804.299000', '130804.302000', '130804.305000', '130804.308000', '130804.311000', '130804.314000', '130804.316000', '130804.319000', '130824.194000', '130824.197000', '130824.200000', '130824.203000', '130824.206000', '130824.209000', '130824.212000', '130824.215000', '130824.217000', '130824.220000', '130824.223000', '130824.226000', '130824.229000', '130824.232000', '130824.235000', '130824.238000', '130824.241000', '130824.244000', '130824.247000', '130824.250000', '130824.253000', '130824.256000', '130824.259000', '130824.261000', '130824.264000', '130824.267000', '130824.270000', '130824.274000', '130824.277000', '130824.280000', '130824.283000', '130824.286000', '130824.289000', '130824.292000', '130824.295000', '130824.298000', '130824.300000', '130824.303000', '130824.306000', '130824.309000', '130824.312000', '130824.315000', '130824.318000', '130844.194000', '130844.197000', '130844.200000', '130844.203000', '130844.206000', '130844.209000', '130844.212000', '130844.214000', '130844.217000', '130844.220000', '130844.223000', '130844.226000', '130844.229000', '130844.232000', '130844.235000', '130844.238000', '130844.241000', '130844.244000', '130844.247000', '130844.250000', '130844.252000', '130844.255000', '130844.258000', '130844.261000', '130844.264000', '130844.267000', '130844.270000', '130844.273000', '130844.276000', '130844.279000', '130844.282000', '130844.284000', '130844.287000', '130844.290000', '130844.293000', '130844.296000', '130844.299000', '130844.302000', '130844.305000', '130844.308000', '130844.311000', '130844.313000', '130844.316000', '130844.319000', '130904.193000', '130904.196000', '130904.199000', '130904.202000', '130904.205000', '130904.208000', '130904.210000', '130904.213000', '130904.216000', '130904.229000', '130904.232000', '130904.235000', '130904.238000', '130904.241000', '130904.244000', '130904.247000', '130904.250000', '130904.253000', '130904.256000', '130904.258000', '130904.261000', '130904.264000', '130904.267000', '130904.270000', '130904.273000', '130904.276000', '130904.279000', '130904.282000', '130904.285000', '130904.288000', '130904.290000', '130904.293000', '130904.296000', '130904.299000', '130904.302000', '130904.305000', '130904.308000', '130904.311000', '130904.314000', '130904.317000', '130904.319000', '130904.322000', '130904.325000', '130924.193000', '130924.196000', '130924.199000', '130924.202000', '130924.205000', '130924.208000', '130924.210000', '130924.213000', '130924.216000', '130924.219000', '130924.222000', '130924.225000', '130924.228000', '130924.231000', '130924.234000', '130924.237000', '130924.240000', '130924.243000', '130924.246000', '130924.249000', '130924.252000', '130924.255000', '130924.257000', '130924.260000', '130924.263000', '130924.266000', '130924.269000', '130924.272000', '130924.275000', '130924.278000', '130924.281000', '130924.284000', '130924.286000', '130924.289000', '130924.292000', '130924.295000', '130924.298000', '130924.301000', '130924.304000', '130924.307000', '130924.310000', '130924.313000', '130924.315000', '130924.318000', '130944.193000', '130944.196000', '130944.199000', '130944.202000', '130944.205000', '130944.208000', '130944.211000', '130944.214000', '130944.217000', '130944.220000', '130944.223000', '130944.226000', '130944.229000', '130944.231000', '130944.234000', '130944.237000', '130944.240000', '130944.243000', '130944.246000', '130944.249000', '130944.252000', '130944.255000', '130944.258000', '130944.261000', '130944.264000', '130944.267000', '130944.269000', '130944.273000', '130944.275000', '130944.278000', '130944.281000', '130944.284000', '130944.287000', '130944.290000', '130944.293000', '130944.296000', '130944.299000', '130944.302000', '130944.305000', '130944.308000', '130944.311000', '130944.322000', '130944.325000', '131004.194000', '131004.197000', '131004.200000', '131004.203000', '131004.206000', '131004.212000', '131004.215000', '131004.218000', '131004.221000', '131004.224000', '131004.227000', '131004.230000', '131004.233000', '131004.236000', '131004.239000', '131004.242000', '131004.245000', '131004.248000', '131004.251000', '131004.253000', '131004.256000', '131004.259000', '131004.262000', '131004.265000', '131004.268000', '131004.271000', '131004.274000', '131004.277000', '131004.280000', '131004.283000', '131004.286000', '131004.290000', '131004.294000', '131004.296000', '131004.299000', '131004.302000', '131004.305000', '131004.308000', '131004.311000', '131004.314000', '131004.317000', '131004.320000', '131004.322000', '131024.194000', '131024.197000', '131024.200000', '131024.203000', '131024.206000', '131024.209000', '131024.212000', '131024.215000', '131024.218000', '131024.220000', '131024.223000', '131024.226000', '131024.229000', '131024.232000', '131024.235000', '131024.238000', '131024.241000', '131024.244000', '131024.247000', '131024.250000', '131024.252000', '131024.255000', '131024.258000', '131024.261000', '131024.264000', '131024.267000', '131024.270000', '131024.273000', '131024.276000', '131024.279000', '131024.282000', '131024.285000', '131024.288000', '131024.290000', '131024.293000', '131024.305000', '131024.308000', '131024.311000', '131024.314000', '131024.317000', '131024.319000', '131024.322000', '131024.325000', '131024.328000', '131044.194000', '131044.197000', '131044.200000', '131044.203000', '131044.206000', '131044.209000', '131044.211000', '131044.214000', '131044.217000', '131044.220000', '131044.223000', '131044.226000', '131044.229000', '131044.232000', '131044.235000', '131044.238000', '131044.241000', '131044.244000', '131044.247000', '131044.250000', '131044.253000', '131044.255000', '131044.258000', '131044.261000', '131044.264000', '131044.267000', '131044.270000', '131044.273000', '131044.276000', '131044.279000', '131044.282000', '131044.285000', '131044.288000', '131044.290000', '131044.293000', '131044.296000', '131044.299000', '131044.302000', '131044.305000', '131044.308000', '131044.311000', '131044.314000', '131044.316000', '131044.319000', '131104.194000', '131104.197000', '131104.200000', '131104.203000', '131104.206000', '131104.209000', '131104.212000', '131104.215000', '131104.217000', '131104.221000', '131104.223000', '131104.226000', '131104.229000', '131104.232000', '131104.235000', '131104.238000', '131104.241000', '131104.244000', '131104.247000', '131104.250000', '131104.252000', '131104.255000', '131104.258000', '131104.261000', '131104.264000', '131104.267000', '131104.270000', '131104.273000', '131104.276000', '131104.278000', '131104.281000', '131104.284000', '131104.287000', '131104.290000', '131104.293000', '131104.296000', '131104.299000', '131104.302000', '131104.305000', '131104.308000', '131104.310000', '131104.313000', '131104.316000', '131121.502000', '131121.505000', '131121.515000', '131121.518000', '131121.522000', '131121.525000', '131121.528000', '131121.531000', '131121.534000', '131121.537000', '131121.540000', '131121.543000', '131121.545000', '131121.548000', '131121.552000', '131121.555000', '131121.558000', '131121.561000', '131121.564000', '131121.567000', '131121.570000', '131121.573000', '131121.576000', '131121.579000', '131121.582000', '131121.585000', '131121.588000', '131121.591000', '131121.594000', '131121.596000', '131121.599000', '131121.602000', '131121.605000', '131121.608000', '131121.611000', '131121.614000', '131121.618000', '131121.621000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914], 'LargestImagePixelValue': [7421, 10530, 9445, 8838, 6872, 9872, 7858, 6643, 10447, 9771, 7535, 9445, 8201, 6759, 7753, 7466, 6819, 9238, 8031, 6667, 7304, 7148, 6737, 10743, 8349, 7226, 9348, 7419, 6603, 8097, 7385, 8787, 8783, 7215, 6748, 8669, 7813, 9562, 9815, 7832, 10206, 8076, 7039, 10007, 8296, 7408, 11642, 8536, 6800, 8423, 6853, 6744, 8902, 7568, 6800, 8907, 7376, 6732, 9245, 8140, 10762, 8955, 6920, 7957, 7937, 6948, 10487, 8878, 7508, 9374, 7095, 6779, 8220, 7614, 6602, 10567, 7459, 6912, 8780, 8107, 6697, 10882, 8828, 8083, 9769, 7695, 7148, 8276, 7489, 10139, 8405, 6900, 6756, 7325, 6815, 9636, 8462, 6967, 8903, 8341, 7013, 11464, 9996, 8619, 11152, 7718, 6691, 8661, 8155, 7389, 10165, 7209, 6966, 8414, 7364, 7021, 10621, 7726, 6753, 8269, 6931, 7934, 8783, 7544, 9173, 8520, 6830, 7755, 7776, 6987, 8383, 8713, 6980, 6606, 7546, 6726, 7658, 8269, 7432, 8731, 8130, 6756, 8515, 9052, 7067, 12296, 8446, 7194, 9508, 7739, 6598, 10634, 8021, 7109, 8708, 7372, 6790, 8815, 8331, 7773, 9737, 7352, 6642, 9648, 8339, 8130, 12061, 7867, 6816, 8998, 6987, 6848, 8977, 8706, 7744, 9506, 7883, 6711, 9160, 7893, 7238, 11567, 7971, 6950, 8456, 7081, 6747, 8678, 8358, 7219, 8808, 8383, 6832, 6525, 8208, 7713, 8221, 9155, 6827, 6815, 8646, 8031, 6774, 12013, 8575, 7423, 8163, 7473, 6914, 8974, 8329, 7465, 7652, 8466, 6968, 6725, 8901, 8222, 6822, 9145, 6981, 6741, 8079, 7786, 7449, 10504, 8242, 6591, 8776, 7985, 6803, 10127, 9140, 7702, 9342, 6982, 6984, 8047, 7555, 6657, 9723, 7836, 6949, 8423, 6905, 6812, 10282, 8257, 7330, 8017, 7664, 6853, 7483, 9397, 9025, 7578, 11223, 8812, 7057, 6670, 8263, 7555, 6707, 7381, 8324, 7219, 6689, 10901, 9874, 11814, 10936, 7991, 6924, 8738, 7003, 6749, 9284, 8470, 7020, 8064, 7159, 6656, 7215, 7632, 7500, 8616, 9043, 7012, 6754, 9311, 9337, 7558, 10723, 7642, 6812, 8799, 8276, 6714, 10087, 8492, 6927, 6681, 7773, 7505, 6554, 11382, 7534, 6665, 7872, 7136, 6835, 8533, 9515, 7145, 6681, 8639, 7668, 7796, 10526, 7924, 7574, 9430, 7515, 6562, 10251, 8904, 7570, 8540, 7457, 6850, 7865, 7769, 7073, 8868, 10393, 6968, 6533, 9589, 7861, 6878, 11169, 8468, 7078, 7565, 7232, 6766, 6756, 8677, 7060, 6854, 8789, 6964, 6665, 9197, 8678, 8226, 9783, 7507, 6921, 8437, 8482, 6907, 11300, 8335, 7015, 9243, 8497, 6935, 11395, 8762, 7557, 9592, 8253, 6817, 10182, 9397, 8247, 9192, 7404, 6573, 8510, 7966, 6759, 7578, 8371, 6654, 6715, 8534, 8449, 7049, 11517, 8177, 6909, 8337, 7750, 7160, 9484, 11303, 8784, 6990, 11122, 8698, 7249, 12026, 8512, 6920, 9118, 7579, 6894, 8913, 8114, 6802, 7283, 7873, 7032, 6707, 8792, 8788, 7295, 11153, 7420, 6717, 8174, 7203, 6672, 8142, 8685, 7104, 6862, 8664, 6892, 6837, 7543, 10512, 6985, 6768, 8762, 10871, 8704, 7886, 6412, 7813, 7976, 6771, 11852, 9334, 6655, 6776, 8521, 7994, 6657, 11164, 8413, 6871, 6733, 7327, 7309, 6660, 8666, 7700, 6719, 6542, 8651, 7881, 10741, 11088, 8406, 9968, 10432, 7966, 6594, 10737, 10891, 8575, 11743, 8002, 6533, 9197, 8372, 6796, 9958, 8742, 6581, 6540, 8412, 8797, 6787, 9289, 7747, 6737, 8793, 8358, 6761, 9719, 8238, 6740, 6687, 7670, 7110, 7422, 10147, 7870, 6745, 9274, 7949, 7048, 11036, 8572, 6885, 7468, 7351, 6795, 6793, 8090, 8322, 6973, 8738, 7216, 6960, 7512, 8850, 9170, 7518, 10633, 7918, 6698, 8205, 8261, 8397, 10317, 11055, 7872, 6771, 9453, 7975, 6878, 10904, 8798, 7120, 7152, 7908, 8154, 6528, 11204, 8099, 6722, 8610, 7492, 6794, 7319, 7666, 7076, 7256, 9481, 6868, 6747, 8451, 7325, 6819, 9785, 8177, 7364, 9336, 7800, 6682, 10514, 9245, 7444, 9146, 8017, 6780, 7399, 8031, 7018, 9639, 8524, 6961, 6687, 7409, 7205, 6819, 9910, 7266, 6652, 8532, 7259, 6692, 8698, 7173, 8486, 8659, 6655, 7144, 7818, 7988, 6914, 9322, 8204, 7372, 7050, 9540, 7487, 6781, 7376, 8490, 6914, 11580, 9569, 8119, 10224, 8021, 6983, 9939, 10007, 7308, 9620, 7906, 6724, 6870, 7752, 7210, 6912, 10524, 8001, 6701, 9043, 7482, 6821, 9024, 9567, 7097, 11382, 9027, 7224, 10979, 8305, 7570, 9956, 7617, 6764, 8541, 6664, 6562, 7883, 7895, 6838, 8641, 7325, 6653, 7126, 7822, 6902, 10412, 8988, 7024, 10196, 9014, 7143, 10401, 8535, 8693, 9369, 6809, 6796, 7282, 6816, 8258, 8087, 6885, 6735, 7260, 6742, 6765, 7857, 8140, 6790, 10218, 7660, 6679, 9821, 10053, 6884, 12612, 9184, 7548, 10088, 7596, 6698, 10000, 8822, 7161, 9295, 6781, 6608, 7333, 6922, 8386, 8982, 6876, 6827, 7768, 6992, 8728, 9597, 7098, 6737, 8127, 7313, 6729, 7301, 9081, 8778, 7097, 11895, 9730, 7913, 10005, 8135, 6921, 8658, 8520, 6989, 10482, 9887, 8211, 7907, 8351, 6836, 6771, 7762, 6934, 8940, 9054, 7119, 8843, 7748, 6845, 8630, 8396, 6903, 10835, 9877, 7883, 9947, 7475, 6874, 8338, 7979, 6812, 10493, 8740, 7870, 9577, 8411, 6718, 9581, 8299, 8827, 10076, 6885, 7288, 7601, 6710, 7781, 7879, 6788, 6858, 7783, 6825, 6797, 8385, 7682, 7583, 9488, 6940, 6816, 8920, 7697, 7616, 9255, 7530, 10766, 9124, 6806, 7199, 7637, 6990, 8605, 9094, 7195, 6808, 8037, 7232, 6743, 9334, 7483, 6659, 9005, 7324, 6808, 9599, 9489, 7594, 11534, 7236, 6788, 7462, 7515, 7637, 8361, 11077, 7505, 6733, 8496, 7389, 6976, 9281, 8109, 7117, 8371, 8072, 6641, 7438, 8559, 8240, 8262, 9538, 7358, 6903, 8419, 7651, 6755, 7429, 9639, 7946, 6779, 9786, 8227, 7009, 11785, 9450, 8198, 9131, 7644, 6622, 8726, 8045, 6799, 8939, 9319, 6820, 6576, 8508, 7629, 6837, 9494, 8100, 6709, 6652, 8182, 7076, 6771, 9806, 7886, 6990, 7320, 7535, 6768, 6926, 9588, 8505, 11325, 10008, 7330, 9420, 8402, 6968, 11686, 10032, 7984, 10320, 7515, 6704, 8548, 7140, 6747, 7775, 7844, 6989, 7199, 7416, 6677, 9385, 8550, 6974, 7275, 7448, 6938, 6764, 9491, 9187, 7247, 9873, 7678, 6621, 7025, 7692, 7339, 8980, 8975, 6911, 6701, 8915, 7033], 'WindowCenter': [4112.0, 4130.0, 4101.0, 4090.0, 4053.0, 4083.0, 4061.0, 4038.0, 4080.0, 4069.0, 4047.0, 4058.0, 4046.0, 4025.0, 4034.0, 4046.0, 4046.0, 4057.0, 4043.0, 4032.0, 4034.0, 4036.0, 4050.0, 4078.0, 4059.0, 4047.0, 4057.0, 4033.0, 4022.0, 4043.0, 4049.0, 4057.0, 4058.0, 4048.0, 4036.0, 4054.0, 4045.0, 4068.0, 4068.0, 4048.0, 4065.0, 4033.0, 4023.0, 4050.0, 4043.0, 4045.0, 4064.0, 4044.0, 4022.0, 4039.0, 4023.0, 4034.0, 4045.0, 4035.0, 4021.0, 4042.0, 4033.0, 4023.0, 4056.0, 4043.0, 4064.0, 4042.0, 4020.0, 4029.0, 4029.0, 4021.0, 4051.0, 4041.0, 4031.0, 4040.0, 4020.0, 4018.0, 4040.0, 4045.0, 4034.0, 4064.0, 4034.0, 4033.0, 4040.0, 4044.0, 4036.0, 4066.0, 4055.0, 4041.0, 4052.0, 4032.0, 4021.0, 4045.0, 4034.0, 4053.0, 4031.0, 4019.0, 4020.0, 4031.0, 4037.0, 4055.0, 4046.0, 4033.0, 4043.0, 4044.0, 4032.0, 4076.0, 4054.0, 4055.0, 4062.0, 4032.0, 4020.0, 4041.0, 4042.0, 4030.0, 4051.0, 4030.0, 4020.0, 4041.0, 4034.0, 4033.0, 4063.0, 4034.0, 4023.0, 4041.0, 4033.0, 4045.0, 4053.0, 4044.0, 4054.0, 4043.0, 4020.0, 4032.0, 4030.0, 4032.0, 4044.0, 4041.0, 4031.0, 4021.0, 4032.0, 4034.0, 4045.0, 4052.0, 4033.0, 4043.0, 4032.0, 4019.0, 4042.0, 4054.0, 4034.0, 4075.0, 4040.0, 4021.0, 4041.0, 4031.0, 4021.0, 4051.0, 4042.0, 4019.0, 4040.0, 4033.0, 4020.0, 4053.0, 4043.0, 4030.0, 4050.0, 4031.0, 4021.0, 4055.0, 4045.0, 4044.0, 4072.0, 4032.0, 4020.0, 4041.0, 4019.0, 4020.0, 4041.0, 4043.0, 4033.0, 4052.0, 4032.0, 4021.0, 4041.0, 4042.0, 4033.0, 4064.0, 4034.0, 4030.0, 4041.0, 4020.0, 4021.0, 4041.0, 4045.0, 4034.0, 4042.0, 4040.0, 4020.0, 4022.0, 4055.0, 4045.0, 4044.0, 4053.0, 4023.0, 4032.0, 4041.0, 4045.0, 4034.0, 4077.0, 4045.0, 4033.0, 4042.0, 4032.0, 4033.0, 4056.0, 4044.0, 4033.0, 4032.0, 4040.0, 4031.0, 4021.0, 4067.0, 4056.0, 4033.0, 4051.0, 4034.0, 4021.0, 4042.0, 4043.0, 4035.0, 4067.0, 4043.0, 4021.0, 4044.0, 4042.0, 4022.0, 4052.0, 4053.0, 4032.0, 4042.0, 4020.0, 4021.0, 4040.0, 4045.0, 4033.0, 4053.0, 4046.0, 4034.0, 4045.0, 4034.0, 4050.0, 4065.0, 4056.0, 4046.0, 4044.0, 4044.0, 4034.0, 4046.0, 4057.0, 4067.0, 4044.0, 4074.0, 4057.0, 4046.0, 4047.0, 4067.0, 4060.0, 4047.0, 4060.0, 4059.0, 4048.0, 4037.0, 4079.0, 4068.0, 4078.0, 4067.0, 4045.0, 4034.0, 4044.0, 4033.0, 4022.0, 4053.0, 4046.0, 4035.0, 4046.0, 4035.0, 4036.0, 4047.0, 4059.0, 4043.0, 4056.0, 4056.0, 4034.0, 4032.0, 4068.0, 4068.0, 4046.0, 4075.0, 4042.0, 4032.0, 4055.0, 4057.0, 4037.0, 4068.0, 4055.0, 4035.0, 4036.0, 4046.0, 4048.0, 4035.0, 4075.0, 4046.0, 4036.0, 4044.0, 4035.0, 4036.0, 4057.0, 4069.0, 4046.0, 4034.0, 4054.0, 4045.0, 4047.0, 4065.0, 4045.0, 4045.0, 4054.0, 4034.0, 4022.0, 4067.0, 4054.0, 4045.0, 4043.0, 4031.0, 4034.0, 4042.0, 4045.0, 4037.0, 4056.0, 4065.0, 4035.0, 4024.0, 4053.0, 4043.0, 4033.0, 4065.0, 4043.0, 4033.0, 4033.0, 4034.0, 4034.0, 4034.0, 4054.0, 4035.0, 4035.0, 4056.0, 4035.0, 4035.0, 4065.0, 4057.0, 4056.0, 4065.0, 4032.0, 4034.0, 4045.0, 4057.0, 4047.0, 4076.0, 4045.0, 4035.0, 4053.0, 4054.0, 4035.0, 4076.0, 4055.0, 4043.0, 4054.0, 4042.0, 4032.0, 4066.0, 4053.0, 4044.0, 4053.0, 4032.0, 4033.0, 4054.0, 4055.0, 4033.0, 4043.0, 4042.0, 4036.0, 4036.0, 4054.0, 4055.0, 4047.0, 4079.0, 4057.0, 4035.0, 4057.0, 4047.0, 4049.0, 4067.0, 4078.0, 4055.0, 4033.0, 4066.0, 4046.0, 4044.0, 4076.0, 4044.0, 4032.0, 4053.0, 4032.0, 4033.0, 4053.0, 4044.0, 4033.0, 4032.0, 4044.0, 4034.0, 4032.0, 4053.0, 4041.0, 4035.0, 4064.0, 4032.0, 4034.0, 4043.0, 4046.0, 4036.0, 4044.0, 4056.0, 4033.0, 4034.0, 4056.0, 4047.0, 4047.0, 4045.0, 4066.0, 4046.0, 4035.0, 4056.0, 4078.0, 4058.0, 4057.0, 4036.0, 4044.0, 4045.0, 4035.0, 4076.0, 4066.0, 4037.0, 4035.0, 4054.0, 4047.0, 4045.0, 4076.0, 4045.0, 4034.0, 4034.0, 4034.0, 4046.0, 4049.0, 4067.0, 4056.0, 4048.0, 4036.0, 4059.0, 4059.0, 4092.0, 4080.0, 4059.0, 4067.0, 4068.0, 4045.0, 4033.0, 4075.0, 4064.0, 4045.0, 4062.0, 4031.0, 4022.0, 4043.0, 4044.0, 4021.0, 4054.0, 4040.0, 4020.0, 4019.0, 4043.0, 4053.0, 4032.0, 4054.0, 4030.0, 4021.0, 4041.0, 4043.0, 4033.0, 4055.0, 4045.0, 4033.0, 4032.0, 4045.0, 4034.0, 4044.0, 4064.0, 4044.0, 4033.0, 4054.0, 4044.0, 4033.0, 4064.0, 4043.0, 4032.0, 4033.0, 4032.0, 4033.0, 4037.0, 4057.0, 4057.0, 4046.0, 4056.0, 4046.0, 4047.0, 4048.0, 4055.0, 4056.0, 4048.0, 4066.0, 4043.0, 4035.0, 4042.0, 4044.0, 4042.0, 4053.0, 4064.0, 4033.0, 4022.0, 4051.0, 4045.0, 4022.0, 4062.0, 4041.0, 4021.0, 4022.0, 4031.0, 4040.0, 4024.0, 4063.0, 4033.0, 4022.0, 4041.0, 4020.0, 4021.0, 4022.0, 4032.0, 4034.0, 4033.0, 4053.0, 4022.0, 4033.0, 4042.0, 4035.0, 4035.0, 4065.0, 4054.0, 4045.0, 4054.0, 4043.0, 4034.0, 4064.0, 4057.0, 4034.0, 4043.0, 4031.0, 4022.0, 4030.0, 4045.0, 4033.0, 4055.0, 4042.0, 4022.0, 4022.0, 4032.0, 4046.0, 4033.0, 4066.0, 4034.0, 4033.0, 4042.0, 4033.0, 4035.0, 4054.0, 4034.0, 4044.0, 4042.0, 4022.0, 4046.0, 4058.0, 4053.0, 4032.0, 4056.0, 4055.0, 4061.0, 4047.0, 4068.0, 4048.0, 4037.0, 4048.0, 4055.0, 4046.0, 4078.0, 4068.0, 4047.0, 4066.0, 4044.0, 4033.0, 4062.0, 4063.0, 4034.0, 4052.0, 4041.0, 4022.0, 4020.0, 4032.0, 4045.0, 4037.0, 4066.0, 4043.0, 4033.0, 4054.0, 4035.0, 4032.0, 4054.0, 4067.0, 4035.0, 4076.0, 4053.0, 4032.0, 4063.0, 4043.0, 4045.0, 4053.0, 4030.0, 4020.0, 4039.0, 4019.0, 4021.0, 4040.0, 4046.0, 4036.0, 4055.0, 4044.0, 4036.0, 4034.0, 4045.0, 4048.0, 4066.0, 4055.0, 4035.0, 4064.0, 4044.0, 4032.0, 4066.0, 4043.0, 4045.0, 4041.0, 4020.0, 4020.0, 4032.0, 4022.0, 4043.0, 4041.0, 4033.0, 4031.0, 4033.0, 4033.0, 4035.0, 4057.0, 4059.0, 4048.0, 4080.0, 4046.0, 4038.0, 4066.0, 4068.0, 4049.0, 4088.0, 4055.0, 4033.0, 4062.0, 4035.0, 4034.0, 4062.0, 4053.0, 4031.0, 4043.0, 4021.0, 4019.0, 4032.0, 4033.0, 4043.0, 4053.0, 4035.0, 4033.0, 4045.0, 4046.0, 4056.0, 4065.0, 4034.0, 4038.0, 4061.0, 4043.0, 4032.0, 4044.0, 4067.0, 4069.0, 4048.0, 4091.0, 4069.0, 4057.0, 4067.0, 4044.0, 4035.0, 4045.0, 4043.0, 4034.0, 4069.0, 4054.0, 4045.0, 4043.0, 4042.0, 4022.0, 4022.0, 4034.0, 4034.0, 4055.0, 4054.0, 4035.0, 4054.0, 4032.0, 4034.0, 4044.0, 4045.0, 4035.0, 4066.0, 4064.0, 4044.0, 4052.0, 4032.0, 4034.0, 4045.0, 4044.0, 4036.0, 4064.0, 4057.0, 4047.0, 4055.0, 4056.0, 4032.0, 4065.0, 4057.0, 4056.0, 4054.0, 4032.0, 4030.0, 4030.0, 4023.0, 4045.0, 4045.0, 4033.0, 4033.0, 4044.0, 4036.0, 4032.0, 4059.0, 4048.0, 4046.0, 4064.0, 4037.0, 4035.0, 4059.0, 4043.0, 4046.0, 4067.0, 4044.0, 4066.0, 4053.0, 4033.0, 4033.0, 4045.0, 4044.0, 4056.0, 4056.0, 4036.0, 4034.0, 4042.0, 4045.0, 4036.0, 4056.0, 4044.0, 4033.0, 4055.0, 4044.0, 4035.0, 4067.0, 4068.0, 4086.0, 4104.0, 4047.0, 4036.0, 4047.0, 4044.0, 4046.0, 4057.0, 4081.0, 4047.0, 4037.0, 4057.0, 4035.0, 4034.0, 4055.0, 4045.0, 4034.0, 4044.0, 4047.0, 4033.0, 4035.0, 4056.0, 4046.0, 4044.0, 4056.0, 4032.0, 4033.0, 4042.0, 4034.0, 4032.0, 4034.0, 4055.0, 4045.0, 4033.0, 4065.0, 4045.0, 4046.0, 4075.0, 4055.0, 4042.0, 4042.0, 4032.0, 4019.0, 4043.0, 4044.0, 4024.0, 4041.0, 4054.0, 4020.0, 4021.0, 4041.0, 4032.0, 4033.0, 4054.0, 4043.0, 4034.0, 4033.0, 4042.0, 4034.0, 4035.0, 4064.0, 4048.0, 4035.0, 4047.0, 4045.0, 4038.0, 4035.0, 4067.0, 4058.0, 4079.0, 4067.0, 4033.0, 4055.0, 4044.0, 4031.0, 4063.0, 4052.0, 4032.0, 4051.0, 4031.0, 4019.0, 4045.0, 4032.0, 4021.0, 4032.0, 4043.0, 4034.0, 4031.0, 4035.0, 4035.0, 4055.0, 4056.0, 4035.0, 4036.0, 4031.0, 4034.0, 4034.0, 4066.0, 4066.0, 4047.0, 4067.0, 4043.0, 4035.0, 4034.0, 4048.0, 4049.0, 4057.0, 4055.0, 4032.0, 4035.0, 4055.0, 4034.0], 'WindowWidth': [9183.0, 9197.0, 9141.0, 9123.0, 9060.0, 9102.0, 9068.0, 9030.0, 9087.0, 9070.0, 9037.0, 9053.0, 9031.0, 9004.0, 9013.0, 9036.0, 9040.0, 9049.0, 9029.0, 9013.0, 9016.0, 9021.0, 9046.0, 9083.0, 9059.0, 9038.0, 9050.0, 9015.0, 8999.0, 9029.0, 9044.0, 9051.0, 9053.0, 9042.0, 9022.0, 9046.0, 9033.0, 9067.0, 9068.0, 9040.0, 9057.0, 9011.0, 8996.0, 9033.0, 9027.0, 9034.0, 9058.0, 9029.0, 8996.0, 9017.0, 8999.0, 9015.0, 9030.0, 9017.0, 8994.0, 9023.0, 9012.0, 9000.0, 9049.0, 9028.0, 9056.0, 9023.0, 8992.0, 9001.0, 8999.0, 8992.0, 9033.0, 9021.0, 9006.0, 9016.0, 8991.0, 8987.0, 9019.0, 9031.0, 9017.0, 9058.0, 9014.0, 9012.0, 9021.0, 9028.0, 9021.0, 9062.0, 9047.0, 9023.0, 9037.0, 9010.0, 8993.0, 9031.0, 9015.0, 9038.0, 9007.0, 8989.0, 8992.0, 9011.0, 9025.0, 9044.0, 9033.0, 9013.0, 9026.0, 9027.0, 9012.0, 9076.0, 9045.0, 9045.0, 9051.0, 9009.0, 8990.0, 9022.0, 9024.0, 9005.0, 9034.0, 9005.0, 8991.0, 9020.0, 9017.0, 9014.0, 9057.0, 9016.0, 8998.0, 9023.0, 9016.0, 9034.0, 9043.0, 9030.0, 9041.0, 9027.0, 8992.0, 9008.0, 9004.0, 9010.0, 9029.0, 9023.0, 9009.0, 8994.0, 9010.0, 9015.0, 9036.0, 9042.0, 9013.0, 9026.0, 9010.0, 8990.0, 9025.0, 9044.0, 9015.0, 9073.0, 9018.0, 8991.0, 9018.0, 9005.0, 8995.0, 9034.0, 9025.0, 8990.0, 9017.0, 9010.0, 8993.0, 9040.0, 9027.0, 9006.0, 9032.0, 9008.0, 8995.0, 9042.0, 9031.0, 9029.0, 9066.0, 9010.0, 8991.0, 9018.0, 8989.0, 8990.0, 9022.0, 9026.0, 9012.0, 9036.0, 9009.0, 8994.0, 9021.0, 9025.0, 9013.0, 9056.0, 9013.0, 9006.0, 9020.0, 8992.0, 8995.0, 9023.0, 9031.0, 9015.0, 9025.0, 9019.0, 8993.0, 8997.0, 9046.0, 9033.0, 9030.0, 9040.0, 9000.0, 9011.0, 9021.0, 9031.0, 9017.0, 9077.0, 9031.0, 9013.0, 9024.0, 9010.0, 9012.0, 9047.0, 9031.0, 9014.0, 9010.0, 9020.0, 9009.0, 8995.0, 9072.0, 9051.0, 9013.0, 9036.0, 9017.0, 8995.0, 9024.0, 9027.0, 9017.0, 9063.0, 9026.0, 8995.0, 9027.0, 9022.0, 8999.0, 9039.0, 9040.0, 9009.0, 9023.0, 8992.0, 8994.0, 9021.0, 9032.0, 9014.0, 9043.0, 9034.0, 9017.0, 9031.0, 9017.0, 9046.0, 9063.0, 9051.0, 9035.0, 9030.0, 9028.0, 9017.0, 9038.0, 9052.0, 9070.0, 9030.0, 9072.0, 9050.0, 9037.0, 9039.0, 9071.0, 9064.0, 9041.0, 9062.0, 9058.0, 9040.0, 9025.0, 9088.0, 9069.0, 9083.0, 9066.0, 9036.0, 9016.0, 9028.0, 9012.0, 8997.0, 9043.0, 9034.0, 9019.0, 9034.0, 9019.0, 9022.0, 9038.0, 9057.0, 9031.0, 9049.0, 9049.0, 9017.0, 9013.0, 9068.0, 9068.0, 9035.0, 9074.0, 9026.0, 9012.0, 9045.0, 9050.0, 9023.0, 9068.0, 9046.0, 9018.0, 9020.0, 9035.0, 9040.0, 9019.0, 9076.0, 9034.0, 9023.0, 9031.0, 9021.0, 9024.0, 9052.0, 9070.0, 9037.0, 9018.0, 9044.0, 9034.0, 9039.0, 9061.0, 9034.0, 9031.0, 9042.0, 9016.0, 8998.0, 9063.0, 9043.0, 9032.0, 9028.0, 9010.0, 9016.0, 9026.0, 9033.0, 9025.0, 9049.0, 9060.0, 9018.0, 9002.0, 9040.0, 9025.0, 9013.0, 9059.0, 9029.0, 9012.0, 9014.0, 9014.0, 9016.0, 9020.0, 9047.0, 9021.0, 9019.0, 9048.0, 9020.0, 9018.0, 9063.0, 9051.0, 9048.0, 9060.0, 9014.0, 9016.0, 9032.0, 9050.0, 9042.0, 9077.0, 9033.0, 9018.0, 9041.0, 9042.0, 9021.0, 9076.0, 9047.0, 9027.0, 9041.0, 9025.0, 9012.0, 9062.0, 9043.0, 9030.0, 9041.0, 9010.0, 9014.0, 9043.0, 9049.0, 9015.0, 9028.0, 9027.0, 9023.0, 9021.0, 9044.0, 9048.0, 9039.0, 9085.0, 9052.0, 9021.0, 9051.0, 9039.0, 9044.0, 9067.0, 9081.0, 9047.0, 9014.0, 9060.0, 9032.0, 9031.0, 9075.0, 9028.0, 9011.0, 9038.0, 9010.0, 9012.0, 9041.0, 9031.0, 9014.0, 9012.0, 9030.0, 9017.0, 9012.0, 9041.0, 9025.0, 9018.0, 9057.0, 9012.0, 9017.0, 9027.0, 9036.0, 9022.0, 9031.0, 9048.0, 9016.0, 9017.0, 9049.0, 9043.0, 9042.0, 9034.0, 9064.0, 9039.0, 9020.0, 9051.0, 9084.0, 9057.0, 9052.0, 9023.0, 9030.0, 9032.0, 9021.0, 9076.0, 9064.0, 9023.0, 9018.0, 9043.0, 9038.0, 9036.0, 9076.0, 9033.0, 9018.0, 9016.0, 9018.0, 9038.0, 9047.0, 9069.0, 9053.0, 9042.0, 9027.0, 9059.0, 9059.0, 9107.0, 9089.0, 9059.0, 9066.0, 9066.0, 9032.0, 9014.0, 9076.0, 9059.0, 9031.0, 9054.0, 9008.0, 8996.0, 9024.0, 9028.0, 8994.0, 9041.0, 9018.0, 8991.0, 8989.0, 9028.0, 9040.0, 9013.0, 9042.0, 9005.0, 8994.0, 9022.0, 9026.0, 9014.0, 9046.0, 9030.0, 9013.0, 9012.0, 9032.0, 9019.0, 9029.0, 9058.0, 9029.0, 9012.0, 9041.0, 9030.0, 9015.0, 9056.0, 9028.0, 9011.0, 9013.0, 9011.0, 9013.0, 9027.0, 9056.0, 9052.0, 9036.0, 9047.0, 9034.0, 9040.0, 9041.0, 9046.0, 9050.0, 9039.0, 9061.0, 9026.0, 9016.0, 9022.0, 9028.0, 9025.0, 9039.0, 9055.0, 9012.0, 8994.0, 9033.0, 9032.0, 8997.0, 9051.0, 9020.0, 8993.0, 8995.0, 9006.0, 9019.0, 9003.0, 9051.0, 9011.0, 8993.0, 9017.0, 8989.0, 8990.0, 8993.0, 9009.0, 9014.0, 9010.0, 9038.0, 8996.0, 9013.0, 9026.0, 9018.0, 9018.0, 9060.0, 9045.0, 9031.0, 9043.0, 9027.0, 9016.0, 9059.0, 9049.0, 9014.0, 9025.0, 9006.0, 8995.0, 9004.0, 9029.0, 9011.0, 9043.0, 9021.0, 8996.0, 8997.0, 9009.0, 9035.0, 9014.0, 9060.0, 9015.0, 9013.0, 9024.0, 9013.0, 9020.0, 9045.0, 9015.0, 9027.0, 9023.0, 8998.0, 9037.0, 9057.0, 9043.0, 9014.0, 9050.0, 9050.0, 9066.0, 9042.0, 9071.0, 9042.0, 9025.0, 9039.0, 9048.0, 9037.0, 9081.0, 9068.0, 9036.0, 9061.0, 9028.0, 9011.0, 9055.0, 9056.0, 9014.0, 9038.0, 9020.0, 8998.0, 8993.0, 9011.0, 9032.0, 9024.0, 9062.0, 9028.0, 9014.0, 9043.0, 9017.0, 9013.0, 9047.0, 9065.0, 9020.0, 9076.0, 9041.0, 9011.0, 9052.0, 9024.0, 9030.0, 9039.0, 9007.0, 8991.0, 9015.0, 8989.0, 8992.0, 9020.0, 9035.0, 9020.0, 9046.0, 9030.0, 9022.0, 9018.0, 9036.0, 9041.0, 9064.0, 9047.0, 9019.0, 9055.0, 9027.0, 9009.0, 9061.0, 9027.0, 9030.0, 9019.0, 8991.0, 8991.0, 9007.0, 8998.0, 9026.0, 9024.0, 9013.0, 9009.0, 9015.0, 9014.0, 9021.0, 9054.0, 9060.0, 9042.0, 9086.0, 9038.0, 9026.0, 9064.0, 9069.0, 9045.0, 9095.0, 9048.0, 9014.0, 9052.0, 9017.0, 9016.0, 9053.0, 9040.0, 9009.0, 9025.0, 8993.0, 8990.0, 9011.0, 9015.0, 9029.0, 9041.0, 9018.0, 9015.0, 9033.0, 9037.0, 9049.0, 9060.0, 9018.0, 9027.0, 9063.0, 9030.0, 9014.0, 9033.0, 9067.0, 9072.0, 9043.0, 9109.0, 9074.0, 9052.0, 9066.0, 9032.0, 9018.0, 9031.0, 9027.0, 9017.0, 9069.0, 9045.0, 9031.0, 9025.0, 9024.0, 8998.0, 8996.0, 9014.0, 9014.0, 9046.0, 9044.0, 9018.0, 9043.0, 9011.0, 9016.0, 9029.0, 9032.0, 9020.0, 9063.0, 9057.0, 9030.0, 9039.0, 9011.0, 9014.0, 9030.0, 9030.0, 9024.0, 9059.0, 9054.0, 9037.0, 9047.0, 9048.0, 9013.0, 9061.0, 9053.0, 9047.0, 9045.0, 9012.0, 9007.0, 9007.0, 8999.0, 9033.0, 9033.0, 9015.0, 9015.0, 9029.0, 9020.0, 9014.0, 9058.0, 9041.0, 9037.0, 9060.0, 9024.0, 9019.0, 9053.0, 9029.0, 9036.0, 9069.0, 9031.0, 9062.0, 9040.0, 9014.0, 9013.0, 9030.0, 9033.0, 9049.0, 9049.0, 9022.0, 9018.0, 9025.0, 9033.0, 9024.0, 9049.0, 9031.0, 9015.0, 9047.0, 9032.0, 9018.0, 9066.0, 9068.0, 9109.0, 9131.0, 9037.0, 9021.0, 9038.0, 9032.0, 9036.0, 9052.0, 9089.0, 9036.0, 9026.0, 9051.0, 9019.0, 9016.0, 9046.0, 9033.0, 9017.0, 9030.0, 9034.0, 9013.0, 9017.0, 9050.0, 9034.0, 9028.0, 9045.0, 9009.0, 9011.0, 9024.0, 9015.0, 9012.0, 9015.0, 9045.0, 9032.0, 9015.0, 9059.0, 9032.0, 9037.0, 9074.0, 9045.0, 9022.0, 9022.0, 9007.0, 8988.0, 9022.0, 9028.0, 9002.0, 9022.0, 9041.0, 8992.0, 8993.0, 9020.0, 9010.0, 9013.0, 9043.0, 9027.0, 9014.0, 9013.0, 9025.0, 9016.0, 9021.0, 9060.0, 9038.0, 9020.0, 9036.0, 9032.0, 9027.0, 9020.0, 9066.0, 9054.0, 9081.0, 9064.0, 9012.0, 9042.0, 9026.0, 9008.0, 9054.0, 9036.0, 9009.0, 9032.0, 9005.0, 8988.0, 9029.0, 9010.0, 8993.0, 9010.0, 9025.0, 9014.0, 9009.0, 9017.0, 9021.0, 9045.0, 9047.0, 9017.0, 9018.0, 9008.0, 9014.0, 9015.0, 9063.0, 9064.0, 9038.0, 9063.0, 9028.0, 9018.0, 9017.0, 9041.0, 9044.0, 9051.0, 9046.0, 9012.0, 9017.0, 9043.0, 9016.0]}, 'slices': {}}</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-2">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-2-collapse" aria-controls="about-metadata-2-collapse">
        Extracted Image quality metrics (IQMs)
      </button>
    </h2>
    <div id="about-metadata-2-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-2-heading" data-bs-parent="#about-metadata-2">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-2" class="table table-sm table-striped">
<tr><td colspan=3>aor</td><td>0.0006</td></tr>
<tr><td colspan=3>aqi</td><td>0.018275443784378436</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.35228859893173</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1894572677973574</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0077771160242293</td></tr>
<tr><td colspan=3>efc</td><td>0.4888</td></tr>
<tr><td colspan=3>fber</td><td>6410.2705</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08446194502495696</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>18</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.9801980198019802</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.364241950559787</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.276126127551106</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5437293938982197</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.272870330230036</td></tr>
<tr><td colspan=3>gcor</td><td>0.00818809</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.005840087775141001</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0400332547724247</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>909</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9091581598187317</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>14.3276</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.566</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>181.71</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296223.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>977.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>358.6043</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5426</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>495.145</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3236.3524</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3417.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80321.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1103.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4252.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>874.0958</td></tr>
<tr><td colspan=3>tsnr</td><td>42.922842636471614</td></tr>
</table>

      </div>
    </div>
  </div>

</div>
        </div>
    </div>

<div id="qcrating-menu" class="card position-fixed d-none" style="width: 30%; top: 100px; left: 65%; max-height: 85%; overflow-y: auto;">
<div class="card-header m-0">
    Rating widget
    <button type="button" class="btn-close position-absolute top-0 end-0" aria-label="Close" id="close-qcrating-menu" onclick="toggle_rating()" style="margin: 10px 10px 0 0"></button>
</div>
<div class="card-body">
<div class="accordion">
  <div class="accordion-item">
    <h2 class="accordion-header" id="qcslider-head">
      <button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#qcslider-collapse" aria-expanded="true" aria-controls="qcslider-collapse">Overall Quality Rating</button>
    </h2>
    <div id="qcslider-collapse" class="accordion-collapse collapse show" aria-labelledby="qcslider-head">
      <div class="accordion-body">
        <input type="range" min="1.0" max="4.0" step="0.05" value="2.5" id="qcslider" class="slider">
        <ul class="list-group list-group-horizontal slider-labels" style="width: 100%">
            <li class="list-group-item list-group-item-danger small" style="font-size: 0.7em; width: 25%; text-align:center">Exclude</li>
            <li class="list-group-item list-group-item-warning small" style="font-size: 0.7em; width: 25%; text-align:center">Poor</li>
            <li class="list-group-item list-group-item-primary small" style="font-size: 0.7em; width: 25%; text-align:center">Acceptable</li>
            <li class="list-group-item list-group-item-success small" style="font-size: 0.7em; width: 25%; text-align:center">Excellent</li>
        </ul>
      </div>
    </div>
  </div>

  <div class="accordion-item">
    <h2 class="accordion-header" id="qcartifacts-head">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#qcartifacts-collapse" aria-expanded="false" aria-controls="qcartifacts-collapse">
        Record specific artifacts
      </button>
    </h2>
    <div id="qcartifacts-collapse" class="accordion-collapse collapse" aria-labelledby="qcartifacts-head">
      <div class="accordion-body">
        <fieldset id="qcartifacts-group" class="form-group">
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="head-motion" id="qcartifacts-item-0" />
                <label class="form-check-label" for="qcartifacts-item-0">Head motion artifacts</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="eye-spillover" id="qcartifacts-item-1" />
                <label class="form-check-label" for="qcartifacts-item-1">Eye spillover through <abbr title="phase-encoding">PE</abbr> axis</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="noneye-spillover" id="qcartifacts-item-2" />
                <label class="form-check-label" for="qcartifacts-item-2">Non-eye spillover through <abbr title="phase-encoding">PE</abbr> axis</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="coil-failure" id="qcartifacts-item-3" />
                <label class="form-check-label" for="qcartifacts-item-3">Coil failure</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="noise-global" id="qcartifacts-item-4" />
                <label class="form-check-label" for="qcartifacts-item-4">Global noise</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="noise-local" id="qcartifacts-item-5" />
                <label class="form-check-label" for="qcartifacts-item-5">Local noise</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="em-perturbation" id="qcartifacts-item-6" />
                <label class="form-check-label" for="qcartifacts-item-6"><abbr title="electromagnetic">EM</abbr> interference/perturbation</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="wrap-around" id="qcartifacts-item-7" />
                <label class="form-check-label" for="qcartifacts-item-7">Problematic <abbr title="field-of-view">FoV</abbr> prescription / wrap-around</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="ghost-aliasing" id="qcartifacts-item-8" />
                <label class="form-check-label" for="qcartifacts-item-8">Aliasing ghosts</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="ghost-other" id="qcartifacts-item-9" />
                <label class="form-check-label" for="qcartifacts-item-9">Other ghosts (for example, <abbr title="radiofrequency">RF</abbr> spoiling)</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="inu" id="qcartifacts-item-10" />
                <label class="form-check-label" for="qcartifacts-item-10">Intensity non-uniformity (B<sub>1</sub> bias)</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="field-variation" id="qcartifacts-item-11" />
                <label class="form-check-label" for="qcartifacts-item-11">Temporal B<sub>1</sub> field non-uniformity variation</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="processing" id="qcartifacts-item-12" />
                <label class="form-check-label" for="qcartifacts-item-12">Processing such as denoising, defacing or resamplings happened</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="uncategorized" id="qcartifacts-item-13" />
                <label class="form-check-label" for="qcartifacts-item-13">Other uncategorized artifact(s)</label>
            </div>
        </fieldset>
      </div> <!-- accordion-body -->
    </div> <!-- accordion-collapse -->
  </div> <!-- accordion-item -->
  <div class="accordion-item">
    <h2 class="accordion-header" id="qcextra-head">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#qcextra-collapse" aria-expanded="false" aria-controls="qcextra-collapse">
        Extra details
      </button>
    </h2>
    <div id="qcextra-collapse" class="accordion-collapse collapse" aria-labelledby="qcextra-head">
      <div class="accordion-body">
        <div class="input-group">
          <span class="input-group-text">Comments</span>
          <textarea class="form-control" aria-label="Comments" id="qcextra-comments"></textarea>
        </div>

        <p style="margin-top: 20px; font-weight: bold">Rater confidence</p>
        <input type="range" min="0.0" max="4.0" step="0.05" value="3.5" id="qcextra-confidence" class="slider" style="margin-left: 22%;width: 56%;">
        <ul class="list-group list-group-horizontal slider-labels" style="width: 100%">
            <li class="list-group-item list-group-item-warning small" style="width: 50%; text-align:center">Doubtful</li>
            <li class="list-group-item list-group-item-success bg-success text-white small" style="width: 50%; text-align:center">Confident</li>
        </ul>
       </div> <!-- accordion-body -->
    </div> <!-- accordion-collapse -->
  </div> <!-- accordion-item -->
</div>
<div style="margin-top: 10px">
<a class="btn btn-primary disabled" id="btn-download" href="">Download</a>
<button class="btn btn-primary" id="btn-post" value="8sSYVI0XjFqacEMZ8wF4" disabled>Share publicly</button>
</div>
<script type="text/javascript">
var MINIMUM_RATING_TIME = 10
$('#qcslider').on('input', function() {

    if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
        $('#btn-download').removeClass('disabled');
        $('#btn-download').removeAttr('aria-disabled');
        $('#btn-post').removeAttr('disabled');
    };

    $('#qcslider-collapse .list-group-item').removeClass(function(index, classname) {
        return (classname.match(/(^|\s)bg-\S+/g) || []).join(' ');
    });
    $('#qcslider-collapse .list-group-item').removeClass(function(index, classname) {
        return (classname.match(/(^|\s)text-\S+/g) || []).join(' ');
    });

    if ( $(this).val() < 1.5 ) {
        $('#qcslider-collapse .list-group-item-danger').addClass('bg-danger text-white');
    } else if ( $(this).val() > 3.5 ) {
        $('#qcslider-collapse .list-group-item-success').addClass('bg-success text-white');
    } else if ( $(this).val() < 2.5 ) {
        $('#qcslider-collapse .list-group-item-warning').addClass('bg-warning text-dark');
    } else {
        $('#qcslider-collapse .list-group-item-primary').addClass('bg-primary text-white');
    };

    var payload = read_form();
});

$('#qcextra-confidence').on('input', function() {
    if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
        $('#btn-download').removeClass('disabled');
        $('#btn-download').removeAttr('aria-disabled');
        $('#btn-post').removeAttr('disabled');
    };

    $('#qcextra-collapse .list-group-item').removeClass(function(index, classname) {
        return (classname.match(/(^|\s)bg-\S+/g) || []).join(' ');
    });
    $('#qcextra-collapse .list-group-item').removeClass(function(index, classname) {
        return (classname.match(/(^|\s)text-\S+/g) || []).join(' ');
    });

    if ( $(this).val() < 2.0 ) {
        $('#qcextra-collapse .list-group-item-warning').addClass('bg-warning text-dark');
    } else {
        $('#qcextra-collapse .list-group-item-success').addClass('bg-success text-white');
    };

    var payload = read_form();
});


$('#qcextra-comments').bind('input propertychange', function() {
    if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
        $('#btn-download').removeClass('disabled');
        $('#btn-download').removeAttr('aria-disabled');
        $('#btn-post').removeAttr('disabled');
    };
});

$( '#btn-post' ).click( function() {
    var payload = read_form();
    var md5sum = "unspecified";
    var params = {
        'rating': payload['rating'],
        'md5sum': md5sum,
        'name': "",
        'comment': JSON.stringify(payload['artifacts'])
    };

    // disable development releases
    var authorization = $(this).val();
    var ratingReq = new XMLHttpRequest();
    ratingReq.open("POST", "https://mriqc.nimh.nih.gov:443/api/v1/rating");
    ratingReq.setRequestHeader("Content-Type", "application/json;charset=UTF-8");
    ratingReq.setRequestHeader("Authorization", authorization);
    ratingReq.onload = function () {
        status = ratingReq.status;
        $('#btn-post').removeClass('btn-primary');
        $('#btn-post').attr('disabled', true);
        $('#btn-post').attr('aria-disabled', true);
        $('#btn-post').prop('disabled');
        $('#btn-post').addClass('disabled');
        $('#btn-post').removeClass('active');
        if (status === "201") {
            $('#btn-post').addClass('btn-success');
            $('#btn-post').html('Posted!');
        } else {
            $('#btn-post').addClass('btn-danger');
            $('#btn-post').html('Failed');
        };
    };
    ratingReq.send(JSON.stringify(params));
});

$( 'body' ).on( 'click', '#qcartifacts-group input', function(e) {
    if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
        $('#btn-download').removeClass('disabled');
        $('#btn-download').removeAttr('aria-disabled');
        $('#btn-post').removeAttr('disabled');
    };
    
    var payload = read_form();
});

$( 'body' ).on( 'click', '#qcrating-toggler', function(e) {
    toggle_rating();
});
</script>
</div>

<script type="text/javascript">
function toggle(id) {
    var element = document.getElementById(id);
    if(element.style.display == 'block')
        element.style.display = 'none';
    else
        element.style.display = 'block';
}
</script>
</body>
</html><script>{let postHeight = () => {window.parent.postMessage({frameHeight: document.documentElement.offsetHeight || document.documentElement.scrollHeight}, '*')}; window.addEventListener('load', postHeight); window.addEventListener('message', (event) => {if (event.source === window.parent && event.data.requestOffsetHeight) postHeight()});}</script>