<?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-01_task-social_acq-mb8_run-03_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-01_task-social_acq-mb8_run-03_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-03_session-01_subject-0003_suffix-bold_task-social" 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-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0003/figures/sub-0003_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-01_subject-0003_suffix-bold_task-social" 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-01_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0003/figures/sub-0003_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-01_subject-0003_suffix-bold_task-social" 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-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0003/figures/sub-0003_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-01_subject-0003_suffix-bold_task-social" 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-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0003/figures/sub-0003_ses-01_task-social_acq-mb8_run-03_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-03_session-01_subject-0003_suffix-bold_task-social" 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-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0003/figures/sub-0003_ses-01_task-social_acq-mb8_run-03_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-03_session-01_subject-0003_suffix-bold_task-social" 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-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0003/figures/sub-0003_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-01_subject-0003_suffix-bold_task-social" 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-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0003/figures/sub-0003_ses-01_task-social_acq-mb8_run-03_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-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0003/figures/sub-0003_ses-01_task-social_acq-mb8_run-03_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-01/func/sub-0003_ses-01_task-social_acq-mb8_run-03_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>1bd2dc404bf71946e7971477ae970954</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:11:39.870000</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.999621, -0.0060338, 0.0268665, 0.00226813, 0.990424, 0.138044]</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-03_task-social_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.103517</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4157, -7755, -7277, 568, -7, -32, 47, 83]</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 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>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>242.849</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ae4e5a2b-a8d1-482c-82bc-7025d56f9353||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.6819095611572266, 0.006085225380957127, 0.074093759059906, 114.19893646240234], [0.016188250854611397, 2.657233953475952, 0.37241220474243164, -101.742919921875], [0.0720808282494545, -0.37036120891571045, 2.673166513442993, -50.72848892211914], [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, 872]</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], 'AcquisitionTime': ['131139.870000', '131140.330000', '131140.790000', '131141.250000', '131141.710000', '131142.170000', '131142.630000', '131143.090000', '131143.550000', '131144.010000', '131144.470000', '131144.930000', '131145.390000', '131145.850000', '131146.310000', '131146.770000', '131147.230000', '131147.690000', '131148.150000', '131148.610000', '131149.070000', '131149.530000', '131149.990000', '131150.450000', '131150.910000', '131151.370000', '131151.830000', '131152.290000', '131152.750000', '131153.210000', '131153.670000', '131154.130000', '131154.590000', '131155.050000', '131155.510000', '131155.970000', '131156.430000', '131156.890000', '131157.350000', '131157.810000', '131158.270000', '131158.730000', '131159.190000', '131159.650000', '131200.110000', '131200.570000', '131201.030000', '131201.490000', '131201.950000', '131202.410000', '131202.870000', '131203.330000', '131203.790000', '131204.250000', '131204.710000', '131205.170000', '131205.630000', '131206.090000', '131206.550000', '131207.010000', '131207.470000', '131207.930000', '131208.390000', '131208.850000', '131209.310000', '131209.770000', '131210.230000', '131210.690000', '131211.150000', '131211.610000', '131212.070000', '131212.530000', '131212.990000', '131213.450000', '131213.910000', '131214.370000', '131214.830000', '131215.290000', '131215.750000', '131216.210000', '131216.670000', '131217.130000', '131217.590000', '131218.050000', '131218.510000', '131218.970000', '131219.430000', '131219.890000', '131220.350000', '131220.810000', '131221.270000', '131221.730000', '131222.190000', '131222.650000', '131223.110000', '131223.570000', '131224.030000', '131224.490000', '131224.950000', '131225.410000', '131225.870000', '131226.330000', '131226.790000', '131227.250000', '131227.710000', '131228.170000', '131228.630000', '131229.090000', '131229.550000', '131230.010000', '131230.470000', '131230.930000', '131231.390000', '131231.850000', '131232.310000', '131232.770000', '131233.230000', '131233.690000', '131234.150000', '131234.610000', '131235.070000', '131235.530000', '131235.990000', '131236.450000', '131236.910000', '131237.370000', '131237.830000', '131238.290000', '131238.750000', '131239.210000', '131239.670000', '131240.130000', '131240.590000', '131241.050000', '131241.510000', '131241.970000', '131242.430000', '131242.890000', '131243.350000', '131243.810000', '131244.270000', '131244.730000', '131245.190000', '131245.650000', '131246.110000', '131246.570000', '131247.030000', '131247.490000', '131247.950000', '131248.410000', '131248.870000', '131249.330000', '131249.790000', '131250.250000', '131250.710000', '131251.170000', '131251.630000', '131252.090000', '131252.550000', '131253.010000', '131253.470000', '131253.930000', '131254.390000', '131254.850000', '131255.310000', '131255.770000', '131256.230000', '131256.690000', '131257.150000', '131257.610000', '131258.070000', '131258.530000', '131258.990000', '131259.450000', '131259.910000', '131300.370000', '131300.830000', '131301.290000', '131301.750000', '131302.210000', '131302.670000', '131303.130000', '131303.590000', '131304.050000', '131304.510000', '131304.970000', '131305.430000', '131305.890000', '131306.350000', '131306.810000', '131307.270000', '131307.730000', '131308.190000', '131308.650000', '131309.110000', '131309.570000', '131310.030000', '131310.490000', '131310.950000', '131311.410000', '131311.870000', '131312.330000', '131312.790000', '131313.250000', '131313.710000', '131314.170000', '131314.630000', '131315.090000', '131315.550000', '131316.010000', '131316.470000', '131316.930000', '131317.390000', '131317.850000', '131318.310000', '131318.770000', '131319.230000', '131319.690000', '131320.150000', '131320.610000', '131321.070000', '131321.530000', '131321.990000', '131322.450000', '131322.910000', '131323.370000', '131323.830000', '131324.290000', '131324.750000', '131325.210000', '131325.670000', '131326.130000', '131326.590000', '131327.050000', '131327.510000', '131327.970000', '131328.430000', '131328.890000', '131329.350000', '131329.810000', '131330.270000', '131330.730000', '131331.190000', '131331.650000', '131332.110000', '131332.570000', '131333.030000', '131333.490000', '131333.950000', '131334.410000', '131334.870000', '131335.330000', '131335.790000', '131336.250000', '131336.710000', '131337.170000', '131337.630000', '131338.090000', '131338.550000', '131339.010000', '131339.470000', '131339.930000', '131340.390000', '131340.850000', '131341.310000', '131341.770000', '131342.230000', '131342.690000', '131343.150000', '131343.610000', '131344.070000', '131344.530000', '131344.990000', '131345.450000', '131345.910000', '131346.370000', '131346.830000', '131347.290000', '131347.750000', '131348.210000', '131348.670000', '131349.130000', '131349.590000', '131350.050000', '131350.510000', '131350.970000', '131351.430000', '131351.890000', '131352.350000', '131352.810000', '131353.270000', '131353.730000', '131354.190000', '131354.650000', '131355.110000', '131355.570000', '131356.030000', '131356.490000', '131356.950000', '131357.410000', '131357.870000', '131358.330000', '131358.790000', '131359.250000', '131359.710000', '131400.170000', '131400.630000', '131401.090000', '131401.550000', '131402.010000', '131402.470000', '131402.930000', '131403.390000', '131403.850000', '131404.310000', '131404.770000', '131405.230000', '131405.690000', '131406.150000', '131406.610000', '131407.070000', '131407.530000', '131407.990000', '131408.450000', '131408.910000', '131409.370000', '131409.830000', '131410.290000', '131410.750000', '131411.210000', '131411.670000', '131412.130000', '131412.590000', '131413.050000', '131413.510000', '131413.970000', '131414.430000', '131414.890000', '131415.350000', '131415.810000', '131416.270000', '131416.730000', '131417.190000', '131417.650000', '131418.110000', '131418.570000', '131419.030000', '131419.490000', '131419.950000', '131420.410000', '131420.870000', '131421.330000', '131421.790000', '131422.250000', '131422.710000', '131423.170000', '131423.630000', '131424.090000', '131424.550000', '131425.010000', '131425.470000', '131425.930000', '131426.390000', '131426.850000', '131427.310000', '131427.770000', '131428.230000', '131428.690000', '131429.150000', '131429.610000', '131430.070000', '131430.530000', '131430.990000', '131431.450000', '131431.910000', '131432.370000', '131432.830000', '131433.290000', '131433.750000', '131434.210000', '131434.670000', '131435.130000', '131435.590000', '131436.050000', '131436.510000', '131436.970000', '131437.430000', '131437.890000', '131438.350000', '131438.810000', '131439.270000', '131439.730000', '131440.190000', '131440.650000', '131441.110000', '131441.570000', '131442.030000', '131442.490000', '131442.950000', '131443.410000', '131443.870000', '131444.330000', '131444.790000', '131445.250000', '131445.710000', '131446.170000', '131446.630000', '131447.090000', '131447.550000', '131448.010000', '131448.470000', '131448.930000', '131449.390000', '131449.850000', '131450.310000', '131450.770000', '131451.230000', '131451.690000', '131452.150000', '131452.610000', '131453.070000', '131453.530000', '131453.990000', '131454.450000', '131454.910000', '131455.370000', '131455.830000', '131456.290000', '131456.750000', '131457.210000', '131457.670000', '131458.130000', '131458.590000', '131459.050000', '131459.510000', '131459.970000', '131500.430000', '131500.890000', '131501.350000', '131501.810000', '131502.270000', '131502.730000', '131503.190000', '131503.650000', '131504.110000', '131504.570000', '131505.030000', '131505.490000', '131505.950000', '131506.410000', '131506.870000', '131507.330000', '131507.790000', '131508.250000', '131508.710000', '131509.170000', '131509.630000', '131510.090000', '131510.550000', '131511.010000', '131511.470000', '131511.930000', '131512.390000', '131512.850000', '131513.310000', '131513.770000', '131514.230000', '131514.690000', '131515.150000', '131515.610000', '131516.070000', '131516.530000', '131516.990000', '131517.450000', '131517.910000', '131518.370000', '131518.830000', '131519.290000', '131519.750000', '131520.210000', '131520.670000', '131521.130000', '131521.590000', '131522.050000', '131522.510000', '131522.970000', '131523.430000', '131523.890000', '131524.350000', '131524.810000', '131525.270000', '131525.730000', '131526.190000', '131526.650000', '131527.110000', '131527.570000', '131528.030000', '131528.490000', '131528.950000', '131529.410000', '131529.870000', '131530.330000', '131530.790000', '131531.250000', '131531.710000', '131532.170000', '131532.630000', '131533.090000', '131533.550000', '131534.010000', '131534.470000', '131534.930000', '131535.390000', '131535.850000', '131536.310000', '131536.770000', '131537.230000', '131537.690000', '131538.150000', '131538.610000', '131539.070000', '131539.530000', '131539.990000', '131540.450000', '131540.910000', '131541.370000', '131541.830000', '131542.290000', '131542.750000', '131543.210000', '131543.670000', '131544.130000', '131544.590000', '131545.050000', '131545.510000', '131545.970000', '131546.430000', '131546.890000', '131547.350000', '131547.810000', '131548.270000', '131548.730000', '131549.190000', '131549.650000', '131550.110000', '131550.570000', '131551.030000', '131551.490000', '131551.950000', '131552.410000', '131552.870000', '131553.330000', '131553.790000', '131554.250000', '131554.710000', '131555.170000', '131555.630000', '131556.090000', '131556.550000', '131557.010000', '131557.470000', '131557.930000', '131558.390000', '131558.850000', '131559.310000', '131559.770000', '131600.230000', '131600.690000', '131601.150000', '131601.610000', '131602.070000', '131602.530000', '131602.990000', '131603.450000', '131603.910000', '131604.370000', '131604.830000', '131605.290000', '131605.750000', '131606.210000', '131606.670000', '131607.130000', '131607.590000', '131608.050000', '131608.510000', '131608.970000', '131609.430000', '131609.890000', '131610.350000', '131610.810000', '131611.270000', '131611.730000', '131612.190000', '131612.650000', '131613.110000', '131613.570000', '131614.030000', '131614.490000', '131614.950000', '131615.410000', '131615.870000', '131616.330000', '131616.790000', '131617.250000', '131617.710000', '131618.170000', '131618.630000', '131619.090000', '131619.550000', '131620.010000', '131620.470000', '131620.930000', '131621.390000', '131621.850000', '131622.310000', '131622.770000', '131623.230000', '131623.690000', '131624.150000', '131624.610000', '131625.070000', '131625.530000', '131625.990000', '131626.450000', '131626.910000', '131627.370000', '131627.830000', '131628.290000', '131628.750000', '131629.210000', '131629.670000', '131630.130000', '131630.590000', '131631.050000', '131631.510000', '131631.970000', '131632.430000', '131632.890000', '131633.350000', '131633.810000', '131634.270000', '131634.730000', '131635.190000', '131635.650000', '131636.110000', '131636.570000', '131637.030000', '131637.490000', '131637.950000', '131638.410000', '131638.870000', '131639.330000', '131639.790000', '131640.250000', '131640.710000', '131641.170000', '131641.630000', '131642.090000', '131642.550000', '131643.010000', '131643.470000', '131643.930000', '131644.390000', '131644.850000', '131645.310000', '131645.770000', '131646.230000', '131646.690000', '131647.150000', '131647.610000', '131648.070000', '131648.530000', '131648.990000', '131649.450000', '131649.910000', '131650.370000', '131650.830000', '131651.290000', '131651.750000', '131652.210000', '131652.670000', '131653.130000', '131653.590000', '131654.050000', '131654.510000', '131654.970000', '131655.430000', '131655.890000', '131656.350000', '131656.810000', '131657.270000', '131657.730000', '131658.190000', '131658.650000', '131659.110000', '131659.570000', '131700.030000', '131700.490000', '131700.950000', '131701.410000', '131701.870000', '131702.330000', '131702.790000', '131703.250000', '131703.710000', '131704.170000', '131704.630000', '131705.090000', '131705.550000', '131706.010000', '131706.470000', '131706.930000', '131707.390000', '131707.850000', '131708.310000', '131708.770000', '131709.230000', '131709.690000', '131710.150000', '131710.610000', '131711.070000', '131711.530000', '131711.990000', '131712.450000', '131712.910000', '131713.370000', '131713.830000', '131714.290000', '131714.750000', '131715.210000', '131715.670000', '131716.130000', '131716.590000', '131717.050000', '131717.510000', '131717.970000', '131718.430000', '131718.890000', '131719.350000', '131719.810000', '131720.270000', '131720.730000', '131721.190000', '131721.650000', '131722.110000', '131722.570000', '131723.030000', '131723.490000', '131723.950000', '131724.410000', '131724.870000', '131725.330000', '131725.790000', '131726.250000', '131726.710000', '131727.170000', '131727.630000', '131728.090000', '131728.550000', '131729.010000', '131729.470000', '131729.930000', '131730.390000', '131730.850000', '131731.310000', '131731.770000', '131732.230000', '131732.690000', '131733.150000', '131733.610000', '131734.070000', '131734.530000', '131734.990000', '131735.450000', '131735.910000', '131736.370000', '131736.830000', '131737.290000', '131737.750000', '131738.210000', '131738.670000', '131739.130000', '131739.590000', '131740.050000', '131740.510000', '131740.970000', '131741.430000', '131741.890000', '131742.350000', '131742.810000', '131743.270000', '131743.730000', '131744.190000', '131744.650000', '131745.110000', '131745.570000', '131746.030000', '131746.490000', '131746.950000', '131747.410000', '131747.870000', '131748.330000', '131748.790000', '131749.250000', '131749.710000', '131750.170000', '131750.630000', '131751.090000', '131751.550000', '131752.010000', '131752.470000', '131752.930000', '131753.390000', '131753.850000', '131754.310000', '131754.770000', '131755.230000', '131755.690000', '131756.150000', '131756.610000', '131757.070000', '131757.530000', '131757.990000', '131758.450000', '131758.910000', '131759.370000', '131759.830000', '131800.290000', '131800.750000', '131801.210000', '131801.670000', '131802.130000', '131802.590000', '131803.050000', '131803.510000', '131803.970000', '131804.430000', '131804.890000', '131805.350000', '131805.810000', '131806.270000', '131806.730000', '131807.190000', '131807.650000', '131808.110000', '131808.570000', '131809.030000', '131809.490000', '131809.950000', '131810.410000', '131810.870000', '131811.330000', '131811.790000', '131812.250000', '131812.710000', '131813.170000', '131813.630000', '131814.090000', '131814.550000', '131815.010000', '131815.470000', '131815.930000', '131816.390000', '131816.850000', '131817.310000', '131817.770000', '131818.230000', '131818.690000', '131819.150000', '131819.610000', '131820.070000', '131820.530000'], 'ContentTime': ['131151.814000', '131151.817000', '131151.820000', '131151.823000', '131151.826000', '131151.829000', '131151.832000', '131151.835000', '131151.838000', '131151.849000', '131151.852000', '131151.854000', '131151.857000', '131151.860000', '131151.864000', '131151.867000', '131151.870000', '131151.873000', '131151.876000', '131151.879000', '131151.882000', '131151.885000', '131151.888000', '131151.891000', '131211.748000', '131211.751000', '131211.753000', '131211.756000', '131211.759000', '131211.762000', '131211.765000', '131211.768000', '131211.770000', '131211.773000', '131211.776000', '131211.779000', '131211.782000', '131211.784000', '131211.787000', '131211.798000', '131211.801000', '131211.804000', '131211.806000', '131211.809000', '131211.812000', '131211.815000', '131211.818000', '131211.820000', '131211.823000', '131211.826000', '131211.829000', '131211.832000', '131211.834000', '131211.837000', '131211.840000', '131211.843000', '131211.846000', '131211.848000', '131211.851000', '131211.854000', '131211.857000', '131211.860000', '131211.863000', '131211.865000', '131211.868000', '131211.871000', '131211.874000', '131211.877000', '131231.749000', '131231.752000', '131231.755000', '131231.758000', '131231.760000', '131231.763000', '131231.766000', '131231.769000', '131231.773000', '131231.777000', '131231.780000', '131231.783000', '131231.786000', '131231.789000', '131231.792000', '131231.795000', '131231.797000', '131231.800000', '131231.803000', '131231.806000', '131231.809000', '131231.811000', '131231.814000', '131231.817000', '131231.820000', '131231.823000', '131231.825000', '131231.828000', '131231.831000', '131231.834000', '131231.845000', '131231.848000', '131231.851000', '131231.853000', '131231.856000', '131231.859000', '131231.862000', '131231.865000', '131231.867000', '131231.870000', '131231.873000', '131231.876000', '131231.879000', '131251.749000', '131251.752000', '131251.755000', '131251.758000', '131251.760000', '131251.763000', '131251.766000', '131251.769000', '131251.772000', '131251.774000', '131251.777000', '131251.780000', '131251.783000', '131251.786000', '131251.789000', '131251.791000', '131251.794000', '131251.797000', '131251.800000', '131251.803000', '131251.806000', '131251.808000', '131251.811000', '131251.814000', '131251.817000', '131251.820000', '131251.823000', '131251.825000', '131251.828000', '131251.831000', '131251.834000', '131251.837000', '131251.839000', '131251.842000', '131251.845000', '131251.848000', '131251.851000', '131251.853000', '131251.856000', '131251.859000', '131251.862000', '131251.865000', '131251.868000', '131251.870000', '131311.749000', '131311.752000', '131311.755000', '131311.757000', '131311.760000', '131311.763000', '131311.766000', '131311.769000', '131311.772000', '131311.775000', '131311.777000', '131311.780000', '131311.783000', '131311.786000', '131311.789000', '131311.792000', '131311.802000', '131311.805000', '131311.809000', '131311.813000', '131311.816000', '131311.818000', '131311.821000', '131311.824000', '131311.827000', '131311.830000', '131311.833000', '131311.835000', '131311.838000', '131311.841000', '131311.844000', '131311.847000', '131311.850000', '131311.852000', '131311.855000', '131311.858000', '131311.861000', '131311.864000', '131311.867000', '131311.869000', '131311.872000', '131311.875000', '131311.888000', '131331.748000', '131331.751000', '131331.754000', '131331.757000', '131331.759000', '131331.762000', '131331.765000', '131331.768000', '131331.771000', '131331.774000', '131331.776000', '131331.779000', '131331.782000', '131331.785000', '131331.788000', '131331.791000', '131331.793000', '131331.796000', '131331.799000', '131331.802000', '131331.805000', '131331.808000', '131331.810000', '131331.813000', '131331.816000', '131331.819000', '131331.822000', '131331.825000', '131331.827000', '131331.830000', '131331.833000', '131331.836000', '131331.839000', '131331.842000', '131331.844000', '131331.847000', '131331.850000', '131331.853000', '131331.856000', '131331.859000', '131331.861000', '131331.864000', '131331.867000', '131331.870000', '131351.748000', '131351.751000', '131351.754000', '131351.757000', '131351.760000', '131351.762000', '131351.765000', '131351.768000', '131351.771000', '131351.774000', '131351.776000', '131351.779000', '131351.782000', '131351.785000', '131351.788000', '131351.791000', '131351.794000', '131351.796000', '131351.799000', '131351.802000', '131351.805000', '131351.808000', '131351.810000', '131351.813000', '131351.816000', '131351.819000', '131351.823000', '131351.826000', '131351.829000', '131351.832000', '131351.835000', '131351.838000', '131351.841000', '131351.844000', '131351.847000', '131351.849000', '131351.852000', '131351.855000', '131351.858000', '131351.861000', '131351.864000', '131351.866000', '131351.869000', '131411.748000', '131411.751000', '131411.754000', '131411.756000', '131411.759000', '131411.762000', '131411.765000', '131411.768000', '131411.771000', '131411.773000', '131411.776000', '131411.779000', '131411.782000', '131411.785000', '131411.788000', '131411.790000', '131411.793000', '131411.796000', '131411.799000', '131411.802000', '131411.805000', '131411.808000', '131411.811000', '131411.813000', '131411.816000', '131411.819000', '131411.822000', '131411.825000', '131411.828000', '131411.831000', '131411.833000', '131411.836000', '131411.839000', '131411.842000', '131411.845000', '131411.847000', '131411.850000', '131411.853000', '131411.856000', '131411.859000', '131411.862000', '131411.865000', '131411.867000', '131411.870000', '131431.748000', '131431.751000', '131431.754000', '131431.757000', '131431.760000', '131431.762000', '131431.765000', '131431.768000', '131431.771000', '131431.775000', '131431.778000', '131431.781000', '131431.784000', '131431.786000', '131431.789000', '131431.792000', '131431.795000', '131431.798000', '131431.801000', '131431.804000', '131431.806000', '131431.809000', '131431.812000', '131431.815000', '131431.818000', '131431.821000', '131431.824000', '131431.826000', '131431.829000', '131431.832000', '131431.840000', '131431.843000', '131431.847000', '131431.850000', '131431.853000', '131431.855000', '131431.858000', '131431.861000', '131431.864000', '131431.867000', '131431.870000', '131431.872000', '131431.875000', '131451.749000', '131451.752000', '131451.755000', '131451.758000', '131451.761000', '131451.763000', '131451.766000', '131451.769000', '131451.772000', '131451.775000', '131451.777000', '131451.780000', '131451.783000', '131451.786000', '131451.789000', '131451.792000', '131451.794000', '131451.797000', '131451.800000', '131451.803000', '131451.806000', '131451.809000', '131451.811000', '131451.814000', '131451.831000', '131451.834000', '131451.836000', '131451.839000', '131451.842000', '131451.845000', '131451.848000', '131451.851000', '131451.854000', '131451.857000', '131451.859000', '131451.862000', '131451.865000', '131451.868000', '131451.871000', '131451.874000', '131451.876000', '131451.879000', '131451.882000', '131451.885000', '131511.749000', '131511.752000', '131511.755000', '131511.758000', '131511.761000', '131511.764000', '131511.766000', '131511.769000', '131511.772000', '131511.775000', '131511.778000', '131511.781000', '131511.783000', '131511.786000', '131511.789000', '131511.792000', '131511.795000', '131511.804000', '131511.807000', '131511.809000', '131511.812000', '131511.815000', '131511.818000', '131511.821000', '131511.824000', '131511.827000', '131511.829000', '131511.832000', '131511.835000', '131511.838000', '131511.841000', '131511.844000', '131511.846000', '131511.850000', '131511.853000', '131511.855000', '131511.858000', '131511.861000', '131511.864000', '131511.867000', '131511.870000', '131511.873000', '131511.875000', '131531.749000', '131531.752000', '131531.755000', '131531.758000', '131531.760000', '131531.763000', '131531.766000', '131531.769000', '131531.772000', '131531.775000', '131531.778000', '131531.780000', '131531.783000', '131531.786000', '131531.789000', '131531.792000', '131531.794000', '131531.797000', '131531.800000', '131531.803000', '131531.806000', '131531.809000', '131531.812000', '131531.815000', '131531.817000', '131531.820000', '131531.823000', '131531.826000', '131531.829000', '131531.832000', '131531.834000', '131531.837000', '131531.840000', '131531.843000', '131531.846000', '131531.849000', '131531.851000', '131531.854000', '131531.857000', '131531.860000', '131531.863000', '131531.866000', '131531.868000', '131531.871000', '131551.748000', '131551.751000', '131551.754000', '131551.757000', '131551.760000', '131551.762000', '131551.765000', '131551.768000', '131551.771000', '131551.774000', '131551.776000', '131551.779000', '131551.782000', '131551.785000', '131551.788000', '131551.791000', '131551.794000', '131551.796000', '131551.799000', '131551.802000', '131551.805000', '131551.808000', '131551.811000', '131551.815000', '131551.818000', '131551.821000', '131551.824000', '131551.827000', '131551.829000', '131551.832000', '131551.835000', '131551.838000', '131551.841000', '131551.844000', '131551.847000', '131551.850000', '131551.852000', '131551.855000', '131551.858000', '131551.861000', '131551.864000', '131551.867000', '131551.870000', '131611.748000', '131611.751000', '131611.753000', '131611.756000', '131611.759000', '131611.762000', '131611.765000', '131611.768000', '131611.771000', '131611.774000', '131611.776000', '131611.779000', '131611.782000', '131611.785000', '131611.788000', '131611.791000', '131611.794000', '131611.801000', '131611.804000', '131611.807000', '131611.810000', '131611.812000', '131611.815000', '131611.818000', '131611.821000', '131611.824000', '131611.827000', '131611.829000', '131611.832000', '131611.835000', '131611.838000', '131611.841000', '131611.844000', '131611.846000', '131611.849000', '131611.852000', '131611.855000', '131611.858000', '131611.861000', '131611.863000', '131611.866000', '131611.869000', '131611.872000', '131611.875000', '131631.748000', '131631.751000', '131631.754000', '131631.757000', '131631.759000', '131631.776000', '131631.779000', '131631.782000', '131631.785000', '131631.788000', '131631.791000', '131631.794000', '131631.796000', '131631.799000', '131631.802000', '131631.805000', '131631.808000', '131631.810000', '131631.813000', '131631.816000', '131631.819000', '131631.822000', '131631.825000', '131631.828000', '131631.831000', '131631.833000', '131631.836000', '131631.839000', '131631.842000', '131631.845000', '131631.848000', '131631.851000', '131631.853000', '131631.856000', '131631.859000', '131631.862000', '131631.865000', '131631.868000', '131631.874000', '131631.876000', '131631.879000', '131631.882000', '131631.885000', '131651.748000', '131651.751000', '131651.753000', '131651.757000', '131651.759000', '131651.762000', '131651.765000', '131651.768000', '131651.771000', '131651.774000', '131651.776000', '131651.779000', '131651.782000', '131651.785000', '131651.788000', '131651.791000', '131651.793000', '131651.796000', '131651.799000', '131651.802000', '131651.805000', '131651.808000', '131651.811000', '131651.813000', '131651.816000', '131651.819000', '131651.822000', '131651.825000', '131651.828000', '131651.830000', '131651.833000', '131651.836000', '131651.839000', '131651.842000', '131651.845000', '131651.848000', '131651.850000', '131651.853000', '131651.856000', '131651.859000', '131651.862000', '131651.864000', '131651.867000', '131651.870000', '131711.749000', '131711.752000', '131711.755000', '131711.758000', '131711.761000', '131711.764000', '131711.766000', '131711.769000', '131711.772000', '131711.775000', '131711.778000', '131711.781000', '131711.783000', '131711.786000', '131711.789000', '131711.792000', '131711.795000', '131711.798000', '131711.801000', '131711.803000', '131711.806000', '131711.809000', '131711.812000', '131711.815000', '131711.817000', '131711.820000', '131711.823000', '131711.826000', '131711.829000', '131711.832000', '131711.835000', '131711.838000', '131711.840000', '131711.843000', '131711.846000', '131711.849000', '131711.853000', '131711.856000', '131711.859000', '131711.862000', '131711.864000', '131711.867000', '131711.870000', '131731.749000', '131731.752000', '131731.755000', '131731.758000', '131731.761000', '131731.763000', '131731.766000', '131731.769000', '131731.772000', '131731.775000', '131731.778000', '131731.780000', '131731.783000', '131731.786000', '131731.789000', '131731.792000', '131731.794000', '131731.797000', '131731.800000', '131731.803000', '131731.806000', '131731.809000', '131731.812000', '131731.814000', '131731.817000', '131731.820000', '131731.823000', '131731.826000', '131731.829000', '131731.832000', '131731.835000', '131731.838000', '131731.840000', '131731.843000', '131731.846000', '131731.849000', '131731.852000', '131731.854000', '131731.857000', '131731.860000', '131731.863000', '131731.866000', '131731.874000', '131731.876000', '131751.749000', '131751.752000', '131751.755000', '131751.757000', '131751.761000', '131751.763000', '131751.766000', '131751.769000', '131751.772000', '131751.775000', '131751.778000', '131751.780000', '131751.783000', '131751.786000', '131751.789000', '131751.792000', '131751.808000', '131751.811000', '131751.814000', '131751.816000', '131751.819000', '131751.822000', '131751.825000', '131751.828000', '131751.831000', '131751.834000', '131751.836000', '131751.839000', '131751.842000', '131751.845000', '131751.848000', '131751.851000', '131751.854000', '131751.857000', '131751.859000', '131751.862000', '131751.865000', '131751.868000', '131751.871000', '131751.874000', '131751.877000', '131751.879000', '131751.882000', '131811.748000', '131811.751000', '131811.754000', '131811.757000', '131811.760000', '131811.763000', '131811.765000', '131811.768000', '131811.771000', '131811.774000', '131811.777000', '131811.779000', '131811.782000', '131811.785000', '131811.788000', '131811.791000', '131811.794000', '131811.797000', '131811.799000', '131811.802000', '131811.805000', '131811.808000', '131811.811000', '131811.813000', '131811.816000', '131811.819000', '131811.822000', '131811.825000', '131811.828000', '131811.831000', '131811.833000', '131811.836000', '131811.847000', '131811.850000', '131811.853000', '131811.856000', '131811.859000', '131811.862000', '131811.865000', '131811.867000', '131811.870000', '131811.873000', '131811.876000', '131811.879000', '131821.416000', '131821.420000', '131821.423000', '131821.426000', '131821.429000', '131821.433000', '131821.436000', '131821.439000', '131821.442000', '131821.446000', '131821.449000', '131821.452000', '131821.455000', '131821.458000', '131821.460000', '131821.464000', '131821.466000', '131821.469000', '131821.472000', '131821.475000', '131821.478000'], 'InstanceCreationTime': ['131151.814000', '131151.817000', '131151.820000', '131151.823000', '131151.826000', '131151.829000', '131151.832000', '131151.835000', '131151.838000', '131151.849000', '131151.852000', '131151.854000', '131151.857000', '131151.860000', '131151.864000', '131151.867000', '131151.870000', '131151.873000', '131151.876000', '131151.879000', '131151.882000', '131151.885000', '131151.888000', '131151.891000', '131211.748000', '131211.751000', '131211.753000', '131211.756000', '131211.759000', '131211.762000', '131211.765000', '131211.768000', '131211.770000', '131211.773000', '131211.776000', '131211.779000', '131211.782000', '131211.784000', '131211.787000', '131211.798000', '131211.801000', '131211.804000', '131211.806000', '131211.809000', '131211.812000', '131211.815000', '131211.818000', '131211.820000', '131211.823000', '131211.826000', '131211.829000', '131211.832000', '131211.834000', '131211.837000', '131211.840000', '131211.843000', '131211.846000', '131211.848000', '131211.851000', '131211.854000', '131211.857000', '131211.860000', '131211.863000', '131211.865000', '131211.868000', '131211.871000', '131211.874000', '131211.877000', '131231.749000', '131231.752000', '131231.755000', '131231.758000', '131231.760000', '131231.763000', '131231.766000', '131231.769000', '131231.773000', '131231.777000', '131231.780000', '131231.783000', '131231.786000', '131231.789000', '131231.792000', '131231.795000', '131231.797000', '131231.800000', '131231.803000', '131231.806000', '131231.809000', '131231.811000', '131231.814000', '131231.817000', '131231.820000', '131231.823000', '131231.825000', '131231.828000', '131231.831000', '131231.834000', '131231.845000', '131231.848000', '131231.851000', '131231.853000', '131231.856000', '131231.859000', '131231.862000', '131231.865000', '131231.867000', '131231.870000', '131231.873000', '131231.876000', '131231.879000', '131251.749000', '131251.752000', '131251.755000', '131251.758000', '131251.760000', '131251.763000', '131251.766000', '131251.769000', '131251.772000', '131251.774000', '131251.777000', '131251.780000', '131251.783000', '131251.786000', '131251.789000', '131251.791000', '131251.794000', '131251.797000', '131251.800000', '131251.803000', '131251.806000', '131251.808000', '131251.811000', '131251.814000', '131251.817000', '131251.820000', '131251.823000', '131251.825000', '131251.828000', '131251.831000', '131251.834000', '131251.837000', '131251.839000', '131251.842000', '131251.845000', '131251.848000', '131251.851000', '131251.853000', '131251.856000', '131251.859000', '131251.862000', '131251.865000', '131251.868000', '131251.870000', '131311.749000', '131311.752000', '131311.755000', '131311.757000', '131311.760000', '131311.763000', '131311.766000', '131311.769000', '131311.772000', '131311.775000', '131311.777000', '131311.780000', '131311.783000', '131311.786000', '131311.789000', '131311.792000', '131311.802000', '131311.805000', '131311.809000', '131311.813000', '131311.816000', '131311.818000', '131311.821000', '131311.824000', '131311.827000', '131311.830000', '131311.833000', '131311.835000', '131311.838000', '131311.841000', '131311.844000', '131311.847000', '131311.850000', '131311.852000', '131311.855000', '131311.858000', '131311.861000', '131311.864000', '131311.867000', '131311.869000', '131311.872000', '131311.875000', '131311.888000', '131331.748000', '131331.751000', '131331.754000', '131331.757000', '131331.759000', '131331.762000', '131331.765000', '131331.768000', '131331.771000', '131331.774000', '131331.776000', '131331.779000', '131331.782000', '131331.785000', '131331.788000', '131331.791000', '131331.793000', '131331.796000', '131331.799000', '131331.802000', '131331.805000', '131331.808000', '131331.810000', '131331.813000', '131331.816000', '131331.819000', '131331.822000', '131331.825000', '131331.827000', '131331.830000', '131331.833000', '131331.836000', '131331.839000', '131331.842000', '131331.844000', '131331.847000', '131331.850000', '131331.853000', '131331.856000', '131331.859000', '131331.861000', '131331.864000', '131331.867000', '131331.870000', '131351.748000', '131351.751000', '131351.754000', '131351.757000', '131351.760000', '131351.762000', '131351.765000', '131351.768000', '131351.771000', '131351.774000', '131351.776000', '131351.779000', '131351.782000', '131351.785000', '131351.788000', '131351.791000', '131351.794000', '131351.796000', '131351.799000', '131351.802000', '131351.805000', '131351.808000', '131351.810000', '131351.813000', '131351.816000', '131351.819000', '131351.823000', '131351.826000', '131351.829000', '131351.832000', '131351.835000', '131351.838000', '131351.841000', '131351.844000', '131351.847000', '131351.849000', '131351.852000', '131351.855000', '131351.858000', '131351.861000', '131351.864000', '131351.866000', '131351.869000', '131411.748000', '131411.751000', '131411.754000', '131411.756000', '131411.759000', '131411.762000', '131411.765000', '131411.768000', '131411.771000', '131411.773000', '131411.776000', '131411.779000', '131411.782000', '131411.785000', '131411.788000', '131411.790000', '131411.793000', '131411.796000', '131411.799000', '131411.802000', '131411.805000', '131411.808000', '131411.811000', '131411.813000', '131411.816000', '131411.819000', '131411.822000', '131411.825000', '131411.828000', '131411.831000', '131411.833000', '131411.836000', '131411.839000', '131411.842000', '131411.845000', '131411.847000', '131411.850000', '131411.853000', '131411.856000', '131411.859000', '131411.862000', '131411.865000', '131411.867000', '131411.870000', '131431.748000', '131431.751000', '131431.754000', '131431.757000', '131431.760000', '131431.762000', '131431.765000', '131431.768000', '131431.771000', '131431.775000', '131431.778000', '131431.781000', '131431.784000', '131431.786000', '131431.789000', '131431.792000', '131431.795000', '131431.798000', '131431.801000', '131431.804000', '131431.806000', '131431.809000', '131431.812000', '131431.815000', '131431.818000', '131431.821000', '131431.824000', '131431.826000', '131431.829000', '131431.832000', '131431.840000', '131431.843000', '131431.847000', '131431.850000', '131431.853000', '131431.855000', '131431.858000', '131431.861000', '131431.864000', '131431.867000', '131431.870000', '131431.872000', '131431.875000', '131451.749000', '131451.752000', '131451.755000', '131451.758000', '131451.761000', '131451.763000', '131451.766000', '131451.769000', '131451.772000', '131451.775000', '131451.777000', '131451.780000', '131451.783000', '131451.786000', '131451.789000', '131451.792000', '131451.794000', '131451.797000', '131451.800000', '131451.803000', '131451.806000', '131451.809000', '131451.811000', '131451.814000', '131451.831000', '131451.834000', '131451.836000', '131451.839000', '131451.842000', '131451.845000', '131451.848000', '131451.851000', '131451.854000', '131451.857000', '131451.859000', '131451.862000', '131451.865000', '131451.868000', '131451.871000', '131451.874000', '131451.876000', '131451.879000', '131451.882000', '131451.885000', '131511.749000', '131511.752000', '131511.755000', '131511.758000', '131511.761000', '131511.764000', '131511.766000', '131511.769000', '131511.772000', '131511.775000', '131511.778000', '131511.781000', '131511.783000', '131511.786000', '131511.789000', '131511.792000', '131511.795000', '131511.804000', '131511.807000', '131511.809000', '131511.812000', '131511.815000', '131511.818000', '131511.821000', '131511.824000', '131511.827000', '131511.829000', '131511.832000', '131511.835000', '131511.838000', '131511.841000', '131511.844000', '131511.846000', '131511.850000', '131511.853000', '131511.855000', '131511.858000', '131511.861000', '131511.864000', '131511.867000', '131511.870000', '131511.873000', '131511.875000', '131531.749000', '131531.752000', '131531.755000', '131531.758000', '131531.760000', '131531.763000', '131531.766000', '131531.769000', '131531.772000', '131531.775000', '131531.778000', '131531.780000', '131531.783000', '131531.786000', '131531.789000', '131531.792000', '131531.794000', '131531.797000', '131531.800000', '131531.803000', '131531.806000', '131531.809000', '131531.812000', '131531.815000', '131531.817000', '131531.820000', '131531.823000', '131531.826000', '131531.829000', '131531.832000', '131531.834000', '131531.837000', '131531.840000', '131531.843000', '131531.846000', '131531.849000', '131531.851000', '131531.854000', '131531.857000', '131531.860000', '131531.863000', '131531.866000', '131531.868000', '131531.871000', '131551.748000', '131551.751000', '131551.754000', '131551.757000', '131551.760000', '131551.762000', '131551.765000', '131551.768000', '131551.771000', '131551.774000', '131551.776000', '131551.779000', '131551.782000', '131551.785000', '131551.788000', '131551.791000', '131551.794000', '131551.796000', '131551.799000', '131551.802000', '131551.805000', '131551.808000', '131551.811000', '131551.815000', '131551.818000', '131551.821000', '131551.824000', '131551.827000', '131551.829000', '131551.832000', '131551.835000', '131551.838000', '131551.841000', '131551.844000', '131551.847000', '131551.850000', '131551.852000', '131551.855000', '131551.858000', '131551.861000', '131551.864000', '131551.867000', '131551.870000', '131611.748000', '131611.751000', '131611.753000', '131611.756000', '131611.759000', '131611.762000', '131611.765000', '131611.768000', '131611.771000', '131611.774000', '131611.776000', '131611.779000', '131611.782000', '131611.785000', '131611.788000', '131611.791000', '131611.794000', '131611.801000', '131611.804000', '131611.807000', '131611.810000', '131611.812000', '131611.815000', '131611.818000', '131611.821000', '131611.824000', '131611.827000', '131611.829000', '131611.832000', '131611.835000', '131611.838000', '131611.841000', '131611.844000', '131611.846000', '131611.849000', '131611.852000', '131611.855000', '131611.858000', '131611.861000', '131611.863000', '131611.866000', '131611.869000', '131611.872000', '131611.875000', '131631.748000', '131631.751000', '131631.754000', '131631.757000', '131631.759000', '131631.776000', '131631.779000', '131631.782000', '131631.785000', '131631.788000', '131631.791000', '131631.794000', '131631.796000', '131631.799000', '131631.802000', '131631.805000', '131631.808000', '131631.810000', '131631.813000', '131631.816000', '131631.819000', '131631.822000', '131631.825000', '131631.828000', '131631.831000', '131631.833000', '131631.836000', '131631.839000', '131631.842000', '131631.845000', '131631.848000', '131631.851000', '131631.853000', '131631.856000', '131631.859000', '131631.862000', '131631.865000', '131631.868000', '131631.874000', '131631.876000', '131631.879000', '131631.882000', '131631.885000', '131651.748000', '131651.751000', '131651.753000', '131651.757000', '131651.759000', '131651.762000', '131651.765000', '131651.768000', '131651.771000', '131651.774000', '131651.776000', '131651.779000', '131651.782000', '131651.785000', '131651.788000', '131651.791000', '131651.793000', '131651.796000', '131651.799000', '131651.802000', '131651.805000', '131651.808000', '131651.811000', '131651.813000', '131651.816000', '131651.819000', '131651.822000', '131651.825000', '131651.828000', '131651.830000', '131651.833000', '131651.836000', '131651.839000', '131651.842000', '131651.845000', '131651.848000', '131651.850000', '131651.853000', '131651.856000', '131651.859000', '131651.862000', '131651.864000', '131651.867000', '131651.870000', '131711.749000', '131711.752000', '131711.755000', '131711.758000', '131711.761000', '131711.764000', '131711.766000', '131711.769000', '131711.772000', '131711.775000', '131711.778000', '131711.781000', '131711.783000', '131711.786000', '131711.789000', '131711.792000', '131711.795000', '131711.798000', '131711.801000', '131711.803000', '131711.806000', '131711.809000', '131711.812000', '131711.815000', '131711.817000', '131711.820000', '131711.823000', '131711.826000', '131711.829000', '131711.832000', '131711.835000', '131711.838000', '131711.840000', '131711.843000', '131711.846000', '131711.849000', '131711.853000', '131711.856000', '131711.859000', '131711.862000', '131711.864000', '131711.867000', '131711.870000', '131731.749000', '131731.752000', '131731.755000', '131731.758000', '131731.761000', '131731.763000', '131731.766000', '131731.769000', '131731.772000', '131731.775000', '131731.778000', '131731.780000', '131731.783000', '131731.786000', '131731.789000', '131731.792000', '131731.794000', '131731.797000', '131731.800000', '131731.803000', '131731.806000', '131731.809000', '131731.812000', '131731.814000', '131731.817000', '131731.820000', '131731.823000', '131731.826000', '131731.829000', '131731.832000', '131731.835000', '131731.838000', '131731.840000', '131731.843000', '131731.846000', '131731.849000', '131731.852000', '131731.854000', '131731.857000', '131731.860000', '131731.863000', '131731.866000', '131731.874000', '131731.876000', '131751.749000', '131751.752000', '131751.755000', '131751.757000', '131751.761000', '131751.763000', '131751.766000', '131751.769000', '131751.772000', '131751.775000', '131751.778000', '131751.780000', '131751.783000', '131751.786000', '131751.789000', '131751.792000', '131751.808000', '131751.811000', '131751.814000', '131751.816000', '131751.819000', '131751.822000', '131751.825000', '131751.828000', '131751.831000', '131751.834000', '131751.836000', '131751.839000', '131751.842000', '131751.845000', '131751.848000', '131751.851000', '131751.854000', '131751.857000', '131751.859000', '131751.862000', '131751.865000', '131751.868000', '131751.871000', '131751.874000', '131751.877000', '131751.879000', '131751.882000', '131811.748000', '131811.751000', '131811.754000', '131811.757000', '131811.760000', '131811.763000', '131811.765000', '131811.768000', '131811.771000', '131811.774000', '131811.777000', '131811.779000', '131811.782000', '131811.785000', '131811.788000', '131811.791000', '131811.794000', '131811.797000', '131811.799000', '131811.802000', '131811.805000', '131811.808000', '131811.811000', '131811.813000', '131811.816000', '131811.819000', '131811.822000', '131811.825000', '131811.828000', '131811.831000', '131811.833000', '131811.836000', '131811.847000', '131811.850000', '131811.853000', '131811.856000', '131811.859000', '131811.862000', '131811.865000', '131811.867000', '131811.870000', '131811.873000', '131811.876000', '131811.879000', '131821.416000', '131821.420000', '131821.423000', '131821.426000', '131821.429000', '131821.433000', '131821.436000', '131821.439000', '131821.442000', '131821.446000', '131821.449000', '131821.452000', '131821.455000', '131821.458000', '131821.460000', '131821.464000', '131821.466000', '131821.469000', '131821.472000', '131821.475000', '131821.478000'], '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], 'LargestImagePixelValue': [8064, 7917, 10588, 11657, 8722, 10296, 14730, 8673, 7447, 7367, 10943, 7864, 8333, 14257, 11340, 7119, 7459, 11062, 7596, 7664, 10806, 8347, 7555, 7508, 8669, 7264, 7672, 8081, 9996, 7297, 7192, 8201, 9252, 7320, 7419, 13952, 11018, 7450, 8252, 13597, 8761, 8180, 14210, 12373, 7276, 7473, 11131, 8372, 7480, 9266, 9755, 7332, 7765, 9345, 7519, 7475, 9079, 9971, 7167, 7509, 12342, 9762, 7909, 11965, 11656, 7351, 7481, 13056, 8225, 7591, 9391, 8496, 7288, 7358, 11541, 8023, 7604, 14366, 9793, 7648, 8008, 9754, 7171, 7765, 12607, 8192, 7250, 7375, 9815, 7055, 7418, 12343, 9256, 7405, 7385, 9301, 7148, 7371, 10252, 9443, 7802, 8917, 10744, 7248, 7325, 12610, 8189, 7473, 12109, 7656, 7748, 9556, 11032, 8121, 13884, 14607, 7768, 7612, 12701, 7550, 7502, 14347, 8269, 7379, 8420, 7184, 7332, 9761, 8726, 7401, 8332, 7612, 7382, 11289, 9093, 7442, 11955, 7386, 7259, 10312, 7294, 7526, 10847, 7736, 7451, 9018, 7585, 7580, 12317, 9728, 7576, 9861, 7408, 7699, 12408, 10224, 7637, 11065, 7710, 7648, 11541, 9297, 7675, 11022, 7669, 7161, 7316, 9679, 7193, 7555, 11930, 7745, 7578, 12445, 8688, 8586, 14248, 7551, 7227, 9383, 7456, 7593, 10451, 7560, 7534, 10392, 7741, 7532, 12120, 8488, 9067, 14146, 7589, 7205, 12780, 7755, 7205, 13837, 9382, 7618, 11883, 7585, 7597, 11193, 9121, 7632, 8520, 7523, 7062, 8590, 8932, 7066, 7456, 8863, 7345, 7442, 10351, 8581, 7673, 12416, 7728, 7524, 12062, 7527, 8009, 13827, 8276, 7542, 10767, 7386, 7669, 10811, 8913, 7440, 11098, 8002, 7716, 14147, 8892, 8383, 9141, 7511, 7995, 9083, 7427, 9034, 11637, 7392, 7555, 10797, 7624, 7678, 13590, 10649, 7644, 12229, 7605, 7273, 10389, 8572, 7432, 8870, 9824, 7169, 7394, 10261, 7878, 7272, 8867, 8286, 7330, 7418, 11491, 7650, 7376, 11055, 8311, 7559, 7487, 11098, 8136, 7692, 12086, 8009, 7062, 7297, 11226, 7802, 7847, 12504, 8745, 7542, 7102, 8530, 7370, 7687, 11805, 7974, 7583, 9563, 7232, 7552, 8773, 9797, 7304, 7564, 11028, 7391, 7858, 10887, 8660, 7538, 10918, 9772, 7664, 7976, 10587, 7352, 7578, 8719, 7480, 7711, 10636, 7812, 7451, 11783, 7237, 7568, 10989, 8884, 8267, 14579, 11065, 7373, 9208, 9699, 7599, 13030, 13537, 7413, 7569, 10435, 7010, 7505, 12555, 7637, 7485, 9732, 7176, 7643, 9757, 8408, 7493, 7494, 9972, 7354, 7621, 12690, 9328, 7545, 14006, 7560, 7589, 12420, 8970, 7559, 12308, 7213, 7664, 7690, 7695, 7545, 9736, 8774, 7378, 7620, 10752, 7679, 12138, 12206, 7722, 8665, 10312, 7392, 8574, 10519, 7557, 10546, 9165, 7406, 7808, 8674, 7449, 9994, 9894, 7206, 7596, 9894, 7380, 7181, 10179, 7366, 7132, 9554, 9076, 8182, 12536, 11501, 7236, 12338, 11132, 7851, 15492, 12264, 8800, 14807, 9060, 7468, 11492, 7875, 7247, 11679, 9001, 7048, 7368, 7312, 7063, 8161, 8724, 7182, 10575, 9518, 7143, 10148, 8940, 7354, 13995, 8804, 7963, 10206, 6883, 8116, 7451, 7076, 10256, 8831, 7095, 7582, 8061, 7167, 7502, 10909, 7408, 7387, 9204, 8136, 7075, 9835, 12041, 9005, 11215, 13513, 7456, 7463, 12037, 8095, 7149, 15201, 9968, 7182, 10301, 7921, 7259, 10693, 9323, 7044, 8738, 8765, 7233, 7420, 10026, 7752, 7345, 12652, 7336, 7246, 10345, 7324, 7330, 12014, 9036, 7226, 7895, 7726, 6926, 8575, 10464, 7356, 7954, 11236, 7049, 7466, 11424, 7451, 7093, 10046, 7297, 7120, 7501, 10193, 7209, 7481, 10977, 8320, 7110, 7316, 11507, 7496, 7118, 12679, 7384, 7321, 8542, 7687, 7041, 9268, 10667, 7101, 7441, 11898, 7672, 7195, 12800, 9646, 7197, 7849, 9006, 7186, 7205, 11736, 7125, 7250, 11116, 7450, 7192, 12890, 9725, 7127, 10840, 7860, 7159, 10276, 10651, 7373, 7327, 9773, 7092, 7101, 9403, 8649, 7135, 7400, 9630, 7242, 7324, 13214, 9992, 7184, 8800, 8467, 7417, 9421, 11390, 7499, 8055, 9518, 7118, 7494, 11043, 8115, 7352, 9041, 8088, 7174, 7418, 11372, 8261, 7319, 7606, 9288, 7182, 7111, 12191, 8180, 7242, 11944, 8009, 7188, 7236, 11492, 7796, 7286, 12872, 8311, 7206, 9547, 7728, 7189, 7442, 11955, 7209, 7498, 8140, 7799, 7263, 8476, 12557, 7647, 7371, 7829, 9486, 8177, 7233, 11913, 7335, 7398, 7185, 11381, 7824, 7390, 9044, 7586, 7196, 7426, 12414, 7974, 7370, 12635, 7596, 7198, 7626, 7535, 7321, 7810, 12046, 7499, 7353, 8600, 7973, 7112, 10382, 11799, 7925, 7351, 7600, 7375, 7368, 8156, 10146, 7267, 7930, 12272, 7709, 7625, 8987, 7157, 7300, 7778, 9566, 7542, 9073, 13470, 8363, 7209, 9321, 7526, 7439, 7435, 12020, 8410, 7039, 7364, 8809, 6937, 7041, 7071, 7221, 8457, 7096, 7311, 8984, 8484, 7098, 7285, 7176, 11031, 7680, 7374, 12756, 9850, 7074, 7294, 8322, 7014, 7191, 7684, 11277, 7609, 7080, 10992, 8164, 7477, 14255, 11302, 9568, 14255, 8091, 7107, 11783, 8537, 7258, 10953, 7340, 7341, 8794, 7567, 7156, 11693, 9434, 7090, 7387, 8901, 7093, 8017, 12194, 7707, 7164, 10317, 7274, 7361, 9357, 8266, 7001, 10595, 8487, 7331, 7847, 8169, 7222, 9966, 11184, 7315, 7264, 10020, 7370, 7448, 10331, 8738, 7272, 7063, 11217, 7181, 7117, 12292, 9218, 7252, 7784, 8186, 7297, 7189, 11847, 7982, 7542, 13078, 8045, 7218, 11207, 7792, 7396, 9029, 7415, 7034, 7253, 8509, 7180, 7530, 10796, 9364, 7212, 10835, 8674, 7312, 11191, 10333, 8617, 9630, 11334, 7198, 7305, 8904, 8103, 7379, 8228, 9284, 7289, 7147, 11057, 8270, 9457, 12283, 7173, 7305, 9592, 7274, 7144, 9154, 8964, 7334, 7079, 9540, 7193, 7258, 11712, 7049, 7507, 9659, 7612, 7404, 10336, 10183, 7169, 7309, 11233, 7402, 7457, 11502, 9134, 7181, 9478, 7853, 7325, 10726, 9053, 7336, 12086, 8104, 7214, 7363, 7533, 7217, 7392, 9663, 6959, 7569, 9035, 7580, 7277, 11372, 10508, 7430, 8137, 10900, 7490, 8875, 14810, 7997, 7253, 9996, 7481, 7060, 9388, 11709], 'WindowCenter': [4349.0, 4333.0, 4349.0, 4347.0, 4301.0, 4321.0, 4340.0, 4284.0, 4273.0, 4263.0, 4304.0, 4273.0, 4274.0, 4324.0, 4292.0, 4263.0, 4260.0, 4301.0, 4272.0, 4269.0, 4291.0, 4282.0, 4272.0, 4273.0, 4283.0, 4273.0, 4285.0, 4296.0, 4306.0, 4276.0, 4278.0, 4286.0, 4307.0, 4287.0, 4277.0, 4338.0, 4306.0, 4274.0, 4284.0, 4323.0, 4284.0, 4273.0, 4323.0, 4302.0, 4258.0, 4261.0, 4304.0, 4283.0, 4274.0, 4281.0, 4292.0, 4272.0, 4272.0, 4295.0, 4274.0, 4273.0, 4295.0, 4304.0, 4274.0, 4274.0, 4326.0, 4295.0, 4274.0, 4314.0, 4302.0, 4262.0, 4273.0, 4326.0, 4284.0, 4274.0, 4292.0, 4283.0, 4271.0, 4271.0, 4303.0, 4273.0, 4274.0, 4323.0, 4293.0, 4274.0, 4271.0, 4294.0, 4261.0, 4273.0, 4313.0, 4281.0, 4273.0, 4275.0, 4293.0, 4262.0, 4272.0, 4314.0, 4294.0, 4273.0, 4274.0, 4295.0, 4276.0, 4287.0, 4307.0, 4307.0, 4289.0, 4296.0, 4316.0, 4274.0, 4275.0, 4327.0, 4285.0, 4275.0, 4313.0, 4286.0, 4274.0, 4293.0, 4305.0, 4283.0, 4324.0, 4323.0, 4272.0, 4273.0, 4311.0, 4271.0, 4261.0, 4321.0, 4268.0, 4272.0, 4281.0, 4272.0, 4272.0, 4302.0, 4295.0, 4275.0, 4283.0, 4275.0, 4275.0, 4316.0, 4295.0, 4275.0, 4314.0, 4272.0, 4272.0, 4304.0, 4274.0, 4286.0, 4317.0, 4285.0, 4274.0, 4296.0, 4287.0, 4288.0, 4315.0, 4306.0, 4286.0, 4304.0, 4275.0, 4287.0, 4325.0, 4306.0, 4287.0, 4317.0, 4274.0, 4274.0, 4302.0, 4284.0, 4274.0, 4303.0, 4274.0, 4262.0, 4275.0, 4294.0, 4275.0, 4285.0, 4316.0, 4274.0, 4286.0, 4324.0, 4283.0, 4285.0, 4326.0, 4272.0, 4274.0, 4294.0, 4274.0, 4274.0, 4304.0, 4286.0, 4273.0, 4303.0, 4273.0, 4285.0, 4327.0, 4284.0, 4296.0, 4326.0, 4274.0, 4261.0, 4312.0, 4270.0, 4263.0, 4323.0, 4280.0, 4271.0, 4312.0, 4273.0, 4282.0, 4302.0, 4282.0, 4272.0, 4283.0, 4272.0, 4262.0, 4281.0, 4294.0, 4262.0, 4274.0, 4294.0, 4274.0, 4277.0, 4306.0, 4296.0, 4284.0, 4326.0, 4275.0, 4287.0, 4317.0, 4286.0, 4273.0, 4324.0, 4282.0, 4275.0, 4318.0, 4272.0, 4284.0, 4305.0, 4294.0, 4275.0, 4316.0, 4286.0, 4274.0, 4338.0, 4294.0, 4285.0, 4308.0, 4274.0, 4282.0, 4294.0, 4274.0, 4295.0, 4315.0, 4273.0, 4301.0, 4315.0, 4274.0, 4273.0, 4326.0, 4305.0, 4275.0, 4313.0, 4271.0, 4273.0, 4293.0, 4284.0, 4260.0, 4281.0, 4294.0, 4261.0, 4262.0, 4302.0, 4272.0, 4274.0, 4283.0, 4283.0, 4274.0, 4262.0, 4303.0, 4273.0, 4262.0, 4301.0, 4284.0, 4285.0, 4275.0, 4305.0, 4286.0, 4285.0, 4315.0, 4272.0, 4260.0, 4260.0, 4292.0, 4259.0, 4273.0, 4312.0, 4269.0, 4271.0, 4262.0, 4281.0, 4273.0, 4273.0, 4313.0, 4273.0, 4274.0, 4293.0, 4263.0, 4272.0, 4282.0, 4295.0, 4274.0, 4275.0, 4304.0, 4262.0, 4274.0, 4302.0, 4284.0, 4275.0, 4305.0, 4294.0, 4273.0, 4273.0, 4293.0, 4261.0, 4272.0, 4283.0, 4274.0, 4285.0, 4306.0, 4287.0, 4275.0, 4315.0, 4273.0, 4274.0, 4304.0, 4295.0, 4283.0, 4325.0, 4303.0, 4273.0, 4291.0, 4295.0, 4273.0, 4313.0, 4312.0, 4260.0, 4271.0, 4290.0, 4260.0, 4260.0, 4312.0, 4270.0, 4261.0, 4294.0, 4263.0, 4284.0, 4293.0, 4285.0, 4274.0, 4274.0, 4304.0, 4275.0, 4288.0, 4325.0, 4294.0, 4273.0, 4324.0, 4273.0, 4273.0, 4312.0, 4281.0, 4272.0, 4313.0, 4260.0, 4271.0, 4271.0, 4272.0, 4273.0, 4295.0, 4283.0, 4273.0, 4273.0, 4306.0, 4275.0, 4315.0, 4316.0, 4273.0, 4272.0, 4293.0, 4261.0, 4271.0, 4291.0, 4260.0, 4289.0, 4280.0, 4261.0, 4270.0, 4282.0, 4261.0, 4291.0, 4292.0, 4260.0, 4271.0, 4280.0, 4291.0, 4278.0, 4316.0, 4286.0, 4275.0, 4308.0, 4308.0, 4296.0, 4330.0, 4330.0, 4300.0, 4328.0, 4316.0, 4286.0, 4333.0, 4302.0, 4283.0, 4320.0, 4279.0, 4262.0, 4301.0, 4269.0, 4261.0, 4302.0, 4282.0, 4262.0, 4274.0, 4286.0, 4275.0, 4297.0, 4295.0, 4276.0, 4305.0, 4295.0, 4278.0, 4305.0, 4294.0, 4273.0, 4324.0, 4284.0, 4272.0, 4292.0, 4263.0, 4271.0, 4259.0, 4261.0, 4291.0, 4295.0, 4273.0, 4273.0, 4283.0, 4275.0, 4287.0, 4315.0, 4287.0, 4288.0, 4307.0, 4299.0, 4277.0, 4307.0, 4328.0, 4297.0, 4316.0, 4326.0, 4275.0, 4276.0, 4314.0, 4299.0, 4275.0, 4337.0, 4292.0, 4263.0, 4292.0, 4271.0, 4271.0, 4301.0, 4293.0, 4261.0, 4283.0, 4281.0, 4271.0, 4273.0, 4293.0, 4274.0, 4274.0, 4314.0, 4271.0, 4273.0, 4303.0, 4273.0, 4272.0, 4314.0, 4296.0, 4273.0, 4284.0, 4274.0, 4274.0, 4283.0, 4307.0, 4274.0, 4283.0, 4303.0, 4276.0, 4275.0, 4328.0, 4301.0, 4277.0, 4307.0, 4286.0, 4274.0, 4286.0, 4307.0, 4276.0, 4287.0, 4316.0, 4285.0, 4275.0, 4286.0, 4315.0, 4274.0, 4275.0, 4328.0, 4275.0, 4273.0, 4283.0, 4282.0, 4277.0, 4308.0, 4319.0, 4276.0, 4275.0, 4317.0, 4285.0, 4276.0, 4328.0, 4306.0, 4274.0, 4284.0, 4295.0, 4263.0, 4272.0, 4316.0, 4273.0, 4288.0, 4314.0, 4274.0, 4275.0, 4326.0, 4294.0, 4275.0, 4305.0, 4285.0, 4273.0, 4294.0, 4303.0, 4271.0, 4263.0, 4292.0, 4261.0, 4273.0, 4294.0, 4296.0, 4274.0, 4274.0, 4295.0, 4274.0, 4274.0, 4324.0, 4294.0, 4273.0, 4294.0, 4283.0, 4274.0, 4291.0, 4314.0, 4274.0, 4270.0, 4290.0, 4260.0, 4272.0, 4301.0, 4272.0, 4274.0, 4282.0, 4283.0, 4274.0, 4274.0, 4315.0, 4283.0, 4273.0, 4273.0, 4294.0, 4273.0, 4274.0, 4314.0, 4281.0, 4274.0, 4314.0, 4272.0, 4264.0, 4273.0, 4303.0, 4273.0, 4273.0, 4312.0, 4282.0, 4274.0, 4294.0, 4275.0, 4273.0, 4274.0, 4314.0, 4273.0, 4274.0, 4281.0, 4284.0, 4273.0, 4283.0, 4327.0, 4272.0, 4273.0, 4273.0, 4293.0, 4281.0, 4271.0, 4312.0, 4271.0, 4260.0, 4261.0, 4304.0, 4274.0, 4271.0, 4294.0, 4274.0, 4262.0, 4262.0, 4313.0, 4272.0, 4273.0, 4313.0, 4271.0, 4261.0, 4271.0, 4271.0, 4272.0, 4274.0, 4314.0, 4273.0, 4272.0, 4282.0, 4284.0, 4275.0, 4305.0, 4331.0, 4286.0, 4275.0, 4273.0, 4272.0, 4271.0, 4271.0, 4291.0, 4261.0, 4269.0, 4302.0, 4272.0, 4273.0, 4295.0, 4264.0, 4262.0, 4270.0, 4281.0, 4272.0, 4283.0, 4314.0, 4271.0, 4271.0, 4282.0, 4269.0, 4260.0, 4260.0, 4314.0, 4282.0, 4259.0, 4260.0, 4279.0, 4260.0, 4274.0, 4284.0, 4272.0, 4283.0, 4272.0, 4273.0, 4294.0, 4284.0, 4274.0, 4276.0, 4272.0, 4304.0, 4275.0, 4276.0, 4326.0, 4291.0, 4262.0, 4275.0, 4284.0, 4273.0, 4273.0, 4286.0, 4318.0, 4286.0, 4275.0, 4318.0, 4286.0, 4276.0, 4337.0, 4307.0, 4293.0, 4324.0, 4273.0, 4271.0, 4316.0, 4283.0, 4271.0, 4290.0, 4259.0, 4273.0, 4281.0, 4272.0, 4262.0, 4315.0, 4292.0, 4273.0, 4271.0, 4283.0, 4262.0, 4283.0, 4312.0, 4273.0, 4262.0, 4291.0, 4271.0, 4271.0, 4292.0, 4282.0, 4262.0, 4303.0, 4282.0, 4268.0, 4273.0, 4285.0, 4274.0, 4305.0, 4316.0, 4273.0, 4272.0, 4293.0, 4275.0, 4288.0, 4319.0, 4297.0, 4285.0, 4273.0, 4304.0, 4262.0, 4272.0, 4315.0, 4295.0, 4274.0, 4273.0, 4284.0, 4272.0, 4261.0, 4312.0, 4273.0, 4273.0, 4312.0, 4271.0, 4274.0, 4300.0, 4272.0, 4271.0, 4293.0, 4271.0, 4273.0, 4285.0, 4294.0, 4286.0, 4298.0, 4317.0, 4307.0, 4274.0, 4304.0, 4283.0, 4272.0, 4303.0, 4293.0, 4282.0, 4291.0, 4302.0, 4259.0, 4273.0, 4296.0, 4284.0, 4273.0, 4282.0, 4293.0, 4272.0, 4263.0, 4304.0, 4283.0, 4293.0, 4314.0, 4262.0, 4274.0, 4290.0, 4271.0, 4260.0, 4295.0, 4282.0, 4273.0, 4273.0, 4304.0, 4275.0, 4274.0, 4314.0, 4274.0, 4274.0, 4292.0, 4282.0, 4273.0, 4307.0, 4307.0, 4275.0, 4275.0, 4317.0, 4273.0, 4276.0, 4314.0, 4295.0, 4274.0, 4293.0, 4282.0, 4270.0, 4302.0, 4282.0, 4272.0, 4313.0, 4273.0, 4273.0, 4273.0, 4272.0, 4272.0, 4274.0, 4306.0, 4275.0, 4288.0, 4306.0, 4288.0, 4288.0, 4331.0, 4319.0, 4277.0, 4287.0, 4303.0, 4273.0, 4295.0, 4336.0, 4271.0, 4273.0, 4303.0, 4273.0, 4273.0, 4292.0, 4315.0], 'WindowWidth': [9640.0, 9602.0, 9614.0, 9606.0, 9533.0, 9559.0, 9579.0, 9496.0, 9480.0, 9463.0, 9520.0, 9476.0, 9478.0, 9546.0, 9500.0, 9467.0, 9458.0, 9511.0, 9474.0, 9466.0, 9497.0, 9490.0, 9474.0, 9478.0, 9491.0, 9480.0, 9498.0, 9516.0, 9527.0, 9488.0, 9490.0, 9501.0, 9531.0, 9504.0, 9489.0, 9573.0, 9527.0, 9481.0, 9492.0, 9548.0, 9493.0, 9474.0, 9544.0, 9514.0, 9452.0, 9459.0, 9521.0, 9493.0, 9480.0, 9486.0, 9502.0, 9475.0, 9476.0, 9512.0, 9483.0, 9479.0, 9510.0, 9521.0, 9482.0, 9482.0, 9554.0, 9510.0, 9479.0, 9531.0, 9516.0, 9460.0, 9478.0, 9554.0, 9492.0, 9479.0, 9501.0, 9492.0, 9474.0, 9474.0, 9519.0, 9479.0, 9479.0, 9547.0, 9504.0, 9478.0, 9472.0, 9506.0, 9459.0, 9476.0, 9531.0, 9487.0, 9477.0, 9483.0, 9506.0, 9461.0, 9476.0, 9536.0, 9506.0, 9481.0, 9484.0, 9512.0, 9486.0, 9502.0, 9529.0, 9528.0, 9509.0, 9516.0, 9542.0, 9484.0, 9485.0, 9558.0, 9500.0, 9485.0, 9535.0, 9500.0, 9482.0, 9506.0, 9522.0, 9493.0, 9548.0, 9546.0, 9475.0, 9477.0, 9528.0, 9471.0, 9458.0, 9540.0, 9466.0, 9475.0, 9487.0, 9476.0, 9477.0, 9516.0, 9511.0, 9483.0, 9493.0, 9482.0, 9485.0, 9541.0, 9511.0, 9483.0, 9534.0, 9475.0, 9476.0, 9520.0, 9483.0, 9501.0, 9543.0, 9498.0, 9484.0, 9514.0, 9505.0, 9507.0, 9539.0, 9527.0, 9499.0, 9522.0, 9484.0, 9503.0, 9553.0, 9527.0, 9502.0, 9543.0, 9482.0, 9481.0, 9515.0, 9492.0, 9481.0, 9519.0, 9480.0, 9464.0, 9481.0, 9509.0, 9483.0, 9498.0, 9542.0, 9481.0, 9501.0, 9549.0, 9492.0, 9498.0, 9552.0, 9476.0, 9480.0, 9509.0, 9483.0, 9480.0, 9521.0, 9500.0, 9479.0, 9519.0, 9478.0, 9496.0, 9558.0, 9495.0, 9513.0, 9556.0, 9477.0, 9459.0, 9527.0, 9467.0, 9461.0, 9545.0, 9484.0, 9473.0, 9531.0, 9478.0, 9492.0, 9516.0, 9488.0, 9474.0, 9490.0, 9473.0, 9461.0, 9485.0, 9507.0, 9463.0, 9481.0, 9510.0, 9484.0, 9488.0, 9526.0, 9514.0, 9497.0, 9553.0, 9484.0, 9505.0, 9541.0, 9499.0, 9478.0, 9550.0, 9488.0, 9482.0, 9544.0, 9478.0, 9496.0, 9524.0, 9508.0, 9482.0, 9540.0, 9499.0, 9480.0, 9575.0, 9509.0, 9496.0, 9534.0, 9483.0, 9489.0, 9507.0, 9482.0, 9509.0, 9539.0, 9481.0, 9531.0, 9539.0, 9480.0, 9478.0, 9555.0, 9522.0, 9482.0, 9531.0, 9471.0, 9477.0, 9502.0, 9493.0, 9457.0, 9483.0, 9505.0, 9459.0, 9460.0, 9515.0, 9475.0, 9480.0, 9489.0, 9490.0, 9479.0, 9459.0, 9517.0, 9477.0, 9460.0, 9510.0, 9492.0, 9503.0, 9487.0, 9523.0, 9501.0, 9498.0, 9534.0, 9472.0, 9455.0, 9453.0, 9498.0, 9451.0, 9474.0, 9528.0, 9466.0, 9470.0, 9462.0, 9486.0, 9480.0, 9477.0, 9531.0, 9475.0, 9476.0, 9503.0, 9461.0, 9474.0, 9485.0, 9508.0, 9479.0, 9480.0, 9518.0, 9461.0, 9478.0, 9515.0, 9491.0, 9481.0, 9519.0, 9505.0, 9478.0, 9477.0, 9503.0, 9456.0, 9472.0, 9490.0, 9479.0, 9495.0, 9525.0, 9501.0, 9484.0, 9536.0, 9478.0, 9479.0, 9521.0, 9510.0, 9490.0, 9550.0, 9515.0, 9476.0, 9499.0, 9509.0, 9477.0, 9527.0, 9527.0, 9454.0, 9470.0, 9495.0, 9454.0, 9456.0, 9528.0, 9468.0, 9459.0, 9505.0, 9464.0, 9494.0, 9505.0, 9495.0, 9480.0, 9480.0, 9521.0, 9483.0, 9506.0, 9551.0, 9506.0, 9476.0, 9546.0, 9474.0, 9473.0, 9529.0, 9484.0, 9473.0, 9529.0, 9457.0, 9472.0, 9469.0, 9475.0, 9476.0, 9509.0, 9491.0, 9478.0, 9477.0, 9524.0, 9483.0, 9536.0, 9537.0, 9476.0, 9473.0, 9502.0, 9457.0, 9467.0, 9497.0, 9453.0, 9492.0, 9481.0, 9457.0, 9468.0, 9485.0, 9456.0, 9498.0, 9500.0, 9456.0, 9471.0, 9483.0, 9520.0, 9492.0, 9542.0, 9501.0, 9486.0, 9532.0, 9532.0, 9518.0, 9562.0, 9568.0, 9529.0, 9560.0, 9540.0, 9498.0, 9560.0, 9514.0, 9491.0, 9536.0, 9480.0, 9459.0, 9512.0, 9467.0, 9457.0, 9512.0, 9486.0, 9462.0, 9482.0, 9502.0, 9486.0, 9516.0, 9511.0, 9485.0, 9522.0, 9510.0, 9493.0, 9523.0, 9506.0, 9476.0, 9547.0, 9492.0, 9474.0, 9501.0, 9463.0, 9474.0, 9455.0, 9458.0, 9500.0, 9509.0, 9479.0, 9479.0, 9493.0, 9483.0, 9504.0, 9539.0, 9503.0, 9504.0, 9530.0, 9521.0, 9491.0, 9529.0, 9559.0, 9516.0, 9538.0, 9556.0, 9485.0, 9483.0, 9536.0, 9523.0, 9483.0, 9570.0, 9501.0, 9464.0, 9501.0, 9473.0, 9473.0, 9513.0, 9505.0, 9460.0, 9489.0, 9487.0, 9474.0, 9477.0, 9504.0, 9480.0, 9479.0, 9533.0, 9473.0, 9477.0, 9518.0, 9477.0, 9477.0, 9535.0, 9515.0, 9480.0, 9494.0, 9480.0, 9480.0, 9492.0, 9528.0, 9482.0, 9492.0, 9519.0, 9485.0, 9482.0, 9563.0, 9532.0, 9491.0, 9529.0, 9501.0, 9484.0, 9502.0, 9528.0, 9486.0, 9503.0, 9541.0, 9499.0, 9486.0, 9501.0, 9540.0, 9483.0, 9484.0, 9560.0, 9484.0, 9479.0, 9492.0, 9492.0, 9491.0, 9534.0, 9552.0, 9489.0, 9485.0, 9543.0, 9499.0, 9487.0, 9561.0, 9527.0, 9482.0, 9495.0, 9510.0, 9466.0, 9476.0, 9542.0, 9481.0, 9507.0, 9538.0, 9483.0, 9484.0, 9556.0, 9508.0, 9486.0, 9524.0, 9495.0, 9480.0, 9506.0, 9521.0, 9474.0, 9462.0, 9502.0, 9459.0, 9478.0, 9506.0, 9513.0, 9480.0, 9481.0, 9510.0, 9481.0, 9482.0, 9549.0, 9509.0, 9480.0, 9506.0, 9491.0, 9480.0, 9503.0, 9535.0, 9481.0, 9470.0, 9496.0, 9457.0, 9474.0, 9512.0, 9473.0, 9478.0, 9490.0, 9493.0, 9480.0, 9479.0, 9536.0, 9492.0, 9478.0, 9479.0, 9506.0, 9479.0, 9480.0, 9535.0, 9488.0, 9481.0, 9536.0, 9475.0, 9467.0, 9476.0, 9519.0, 9477.0, 9478.0, 9532.0, 9490.0, 9479.0, 9507.0, 9482.0, 9479.0, 9480.0, 9536.0, 9477.0, 9480.0, 9489.0, 9496.0, 9481.0, 9493.0, 9556.0, 9478.0, 9478.0, 9478.0, 9504.0, 9488.0, 9474.0, 9530.0, 9472.0, 9457.0, 9458.0, 9519.0, 9480.0, 9474.0, 9507.0, 9479.0, 9463.0, 9461.0, 9531.0, 9476.0, 9478.0, 9532.0, 9473.0, 9459.0, 9472.0, 9472.0, 9476.0, 9479.0, 9535.0, 9479.0, 9476.0, 9489.0, 9494.0, 9481.0, 9524.0, 9571.0, 9501.0, 9483.0, 9478.0, 9476.0, 9474.0, 9472.0, 9497.0, 9457.0, 9467.0, 9514.0, 9474.0, 9476.0, 9509.0, 9465.0, 9460.0, 9468.0, 9484.0, 9473.0, 9489.0, 9534.0, 9471.0, 9472.0, 9488.0, 9466.0, 9455.0, 9455.0, 9534.0, 9487.0, 9455.0, 9454.0, 9478.0, 9455.0, 9481.0, 9500.0, 9475.0, 9493.0, 9475.0, 9479.0, 9510.0, 9494.0, 9481.0, 9486.0, 9478.0, 9521.0, 9482.0, 9485.0, 9553.0, 9500.0, 9461.0, 9482.0, 9497.0, 9482.0, 9481.0, 9499.0, 9547.0, 9500.0, 9484.0, 9545.0, 9501.0, 9485.0, 9571.0, 9528.0, 9504.0, 9550.0, 9478.0, 9476.0, 9541.0, 9492.0, 9472.0, 9497.0, 9454.0, 9477.0, 9487.0, 9475.0, 9461.0, 9536.0, 9504.0, 9477.0, 9473.0, 9491.0, 9461.0, 9492.0, 9531.0, 9478.0, 9462.0, 9499.0, 9473.0, 9474.0, 9503.0, 9491.0, 9462.0, 9520.0, 9489.0, 9467.0, 9477.0, 9497.0, 9482.0, 9523.0, 9538.0, 9479.0, 9477.0, 9505.0, 9482.0, 9506.0, 9550.0, 9517.0, 9501.0, 9479.0, 9520.0, 9462.0, 9476.0, 9536.0, 9511.0, 9481.0, 9478.0, 9494.0, 9476.0, 9459.0, 9530.0, 9477.0, 9478.0, 9530.0, 9471.0, 9478.0, 9510.0, 9474.0, 9473.0, 9506.0, 9474.0, 9477.0, 9497.0, 9513.0, 9502.0, 9520.0, 9543.0, 9531.0, 9483.0, 9522.0, 9491.0, 9474.0, 9517.0, 9505.0, 9490.0, 9498.0, 9515.0, 9456.0, 9477.0, 9516.0, 9494.0, 9477.0, 9489.0, 9504.0, 9476.0, 9463.0, 9521.0, 9492.0, 9505.0, 9535.0, 9462.0, 9479.0, 9498.0, 9472.0, 9457.0, 9510.0, 9489.0, 9478.0, 9478.0, 9523.0, 9486.0, 9483.0, 9537.0, 9483.0, 9482.0, 9504.0, 9492.0, 9480.0, 9529.0, 9529.0, 9485.0, 9485.0, 9543.0, 9481.0, 9487.0, 9534.0, 9511.0, 9479.0, 9505.0, 9489.0, 9471.0, 9518.0, 9488.0, 9474.0, 9531.0, 9476.0, 9478.0, 9476.0, 9476.0, 9477.0, 9480.0, 9529.0, 9486.0, 9507.0, 9530.0, 9506.0, 9507.0, 9569.0, 9549.0, 9490.0, 9503.0, 9519.0, 9479.0, 9508.0, 9569.0, 9475.0, 9478.0, 9519.0, 9476.0, 9478.0, 9501.0, 9536.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.0006035673187571921</td></tr>
<tr><td colspan=3>aqi</td><td>0.034538165592635214</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.52017499773038</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1101938650115217</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9453578364285706</td></tr>
<tr><td colspan=3>efc</td><td>0.4947</td></tr>
<tr><td colspan=3>fber</td><td>5861.2314</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11069348094101854</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>57</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.5592635212888375</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.463373972088481</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.344245762290644</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.641883391558046</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.403992762416752</td></tr>
<tr><td colspan=3>gcor</td><td>0.00479636</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.007119389250874519</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03824836015701294</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</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.913239912612671</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>14.3661</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.1217</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>206.126</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295585.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>1096.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>401.4202</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4819</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>541.0456</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3466.7</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3655.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80959.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1195.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4560.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>934.0029</td></tr>
<tr><td colspan=3>tsnr</td><td>35.00764327822253</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>