<?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-0052_ses-04_task-social_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-04_subject-0052_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-0052/figures/sub-0052_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0052_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-0052/figures/sub-0052_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-04_subject-0052_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-0052/figures/sub-0052_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-04_subject-0052_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-0052/figures/sub-0052_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0052_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-0052/figures/sub-0052_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0052/figures/sub-0052_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg</a></small>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0052/ses-04/func/sub-0052_ses-04_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>c28dfe478684fbb4a12a5bc53864bf5d</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:02:17.365000</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_VE11E_LATEST_20181129</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.99998, -0.00587619, 0.00243509, 0.00523595, 0.977811, 0.209422]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-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.0932892</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4132, -7718, -7312, 768, -32, -29, 54, 86]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>238.843</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>412d1b4b-f102-414a-b92e-aa9269c76f09||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6828725337982178, 0.01404766645282507, 0.009751496836543083, 112.39926147460938], [0.015765387564897537, 2.623396158218384, 0.5653942823410034, -107.45210266113281], [0.006533174309879541, -0.5618646144866943, 2.640120029449463, -42.216590881347656], [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': ['130217.365000', '130217.825000', '130218.285000', '130218.745000', '130219.205000', '130219.665000', '130220.125000', '130220.585000', '130221.045000', '130221.505000', '130221.965000', '130222.425000', '130222.885000', '130223.345000', '130223.805000', '130224.265000', '130224.725000', '130225.185000', '130225.645000', '130226.105000', '130226.565000', '130227.025000', '130227.485000', '130227.945000', '130228.405000', '130228.865000', '130229.325000', '130229.785000', '130230.245000', '130230.705000', '130231.165000', '130231.625000', '130232.085000', '130232.545000', '130233.005000', '130233.465000', '130233.925000', '130234.385000', '130234.845000', '130235.305000', '130235.765000', '130236.225000', '130236.685000', '130237.145000', '130237.605000', '130238.065000', '130238.525000', '130238.985000', '130239.445000', '130239.905000', '130240.365000', '130240.825000', '130241.285000', '130241.745000', '130242.205000', '130242.665000', '130243.125000', '130243.585000', '130244.045000', '130244.505000', '130244.965000', '130245.425000', '130245.885000', '130246.345000', '130246.805000', '130247.265000', '130247.725000', '130248.185000', '130248.645000', '130249.105000', '130249.565000', '130250.025000', '130250.485000', '130250.945000', '130251.405000', '130251.865000', '130252.325000', '130252.785000', '130253.245000', '130253.705000', '130254.165000', '130254.625000', '130255.085000', '130255.545000', '130256.005000', '130256.465000', '130256.925000', '130257.385000', '130257.845000', '130258.305000', '130258.765000', '130259.225000', '130259.685000', '130300.145000', '130300.605000', '130301.065000', '130301.525000', '130301.985000', '130302.445000', '130302.905000', '130303.365000', '130303.825000', '130304.285000', '130304.745000', '130305.205000', '130305.665000', '130306.125000', '130306.585000', '130307.045000', '130307.505000', '130307.965000', '130308.425000', '130308.885000', '130309.345000', '130309.805000', '130310.265000', '130310.725000', '130311.185000', '130311.645000', '130312.105000', '130312.565000', '130313.025000', '130313.485000', '130313.945000', '130314.405000', '130314.865000', '130315.325000', '130315.785000', '130316.245000', '130316.705000', '130317.165000', '130317.625000', '130318.085000', '130318.545000', '130319.005000', '130319.465000', '130319.925000', '130320.385000', '130320.845000', '130321.305000', '130321.765000', '130322.225000', '130322.685000', '130323.145000', '130323.605000', '130324.065000', '130324.525000', '130324.985000', '130325.445000', '130325.905000', '130326.365000', '130326.825000', '130327.285000', '130327.745000', '130328.205000', '130328.665000', '130329.125000', '130329.585000', '130330.045000', '130330.505000', '130330.965000', '130331.425000', '130331.885000', '130332.345000', '130332.805000', '130333.265000', '130333.725000', '130334.185000', '130334.645000', '130335.105000', '130335.565000', '130336.025000', '130336.485000', '130336.945000', '130337.405000', '130337.865000', '130338.325000', '130338.785000', '130339.245000', '130339.705000', '130340.165000', '130340.625000', '130341.085000', '130341.545000', '130342.005000', '130342.465000', '130342.925000', '130343.385000', '130343.845000', '130344.305000', '130344.765000', '130345.225000', '130345.685000', '130346.145000', '130346.605000', '130347.065000', '130347.525000', '130347.985000', '130348.445000', '130348.905000', '130349.365000', '130349.825000', '130350.285000', '130350.745000', '130351.205000', '130351.665000', '130352.125000', '130352.585000', '130353.045000', '130353.505000', '130353.965000', '130354.425000', '130354.885000', '130355.345000', '130355.805000', '130356.265000', '130356.725000', '130357.185000', '130357.645000', '130358.105000', '130358.565000', '130359.025000', '130359.485000', '130359.945000', '130400.405000', '130400.865000', '130401.325000', '130401.785000', '130402.245000', '130402.705000', '130403.165000', '130403.625000', '130404.085000', '130404.545000', '130405.005000', '130405.465000', '130405.925000', '130406.385000', '130406.845000', '130407.305000', '130407.765000', '130408.225000', '130408.685000', '130409.145000', '130409.605000', '130410.065000', '130410.525000', '130410.985000', '130411.445000', '130411.905000', '130412.365000', '130412.825000', '130413.285000', '130413.745000', '130414.205000', '130414.665000', '130415.125000', '130415.585000', '130416.045000', '130416.505000', '130416.965000', '130417.425000', '130417.885000', '130418.345000', '130418.805000', '130419.265000', '130419.725000', '130420.185000', '130420.645000', '130421.105000', '130421.565000', '130422.025000', '130422.485000', '130422.945000', '130423.405000', '130423.865000', '130424.325000', '130424.785000', '130425.245000', '130425.705000', '130426.165000', '130426.625000', '130427.085000', '130427.545000', '130428.005000', '130428.465000', '130428.925000', '130429.385000', '130429.845000', '130430.305000', '130430.765000', '130431.225000', '130431.685000', '130432.145000', '130432.605000', '130433.065000', '130433.525000', '130433.985000', '130434.445000', '130434.905000', '130435.365000', '130435.825000', '130436.285000', '130436.745000', '130437.205000', '130437.665000', '130438.125000', '130438.585000', '130439.045000', '130439.505000', '130439.965000', '130440.425000', '130440.885000', '130441.345000', '130441.805000', '130442.265000', '130442.725000', '130443.185000', '130443.645000', '130444.105000', '130444.565000', '130445.025000', '130445.485000', '130445.945000', '130446.405000', '130446.865000', '130447.325000', '130447.785000', '130448.245000', '130448.705000', '130449.165000', '130449.625000', '130450.085000', '130450.545000', '130451.005000', '130451.465000', '130451.925000', '130452.385000', '130452.845000', '130453.305000', '130453.765000', '130454.225000', '130454.685000', '130455.145000', '130455.605000', '130456.065000', '130456.525000', '130456.985000', '130457.445000', '130457.905000', '130458.365000', '130458.825000', '130459.285000', '130459.745000', '130500.205000', '130500.665000', '130501.125000', '130501.585000', '130502.045000', '130502.505000', '130502.965000', '130503.425000', '130503.885000', '130504.345000', '130504.805000', '130505.265000', '130505.725000', '130506.185000', '130506.645000', '130507.105000', '130507.565000', '130508.025000', '130508.485000', '130508.945000', '130509.405000', '130509.865000', '130510.325000', '130510.785000', '130511.245000', '130511.705000', '130512.165000', '130512.625000', '130513.085000', '130513.545000', '130514.005000', '130514.465000', '130514.925000', '130515.385000', '130515.845000', '130516.305000', '130516.765000', '130517.225000', '130517.685000', '130518.145000', '130518.605000', '130519.065000', '130519.525000', '130519.985000', '130520.445000', '130520.905000', '130521.365000', '130521.825000', '130522.285000', '130522.745000', '130523.205000', '130523.665000', '130524.125000', '130524.585000', '130525.045000', '130525.505000', '130525.965000', '130526.425000', '130526.885000', '130527.345000', '130527.805000', '130528.265000', '130528.725000', '130529.185000', '130529.645000', '130530.105000', '130530.565000', '130531.025000', '130531.485000', '130531.945000', '130532.405000', '130532.865000', '130533.325000', '130533.785000', '130534.245000', '130534.705000', '130535.165000', '130535.625000', '130536.085000', '130536.545000', '130537.005000', '130537.465000', '130537.925000', '130538.385000', '130538.845000', '130539.305000', '130539.765000', '130540.225000', '130540.685000', '130541.145000', '130541.605000', '130542.065000', '130542.525000', '130542.985000', '130543.445000', '130543.905000', '130544.365000', '130544.825000', '130545.285000', '130545.745000', '130546.205000', '130546.665000', '130547.125000', '130547.585000', '130548.045000', '130548.505000', '130548.965000', '130549.425000', '130549.885000', '130550.345000', '130550.805000', '130551.265000', '130551.725000', '130552.185000', '130552.645000', '130553.105000', '130553.565000', '130554.025000', '130554.485000', '130554.945000', '130555.405000', '130555.865000', '130556.325000', '130556.785000', '130557.245000', '130557.705000', '130558.165000', '130558.625000', '130559.085000', '130559.545000', '130600.005000', '130600.465000', '130600.925000', '130601.385000', '130601.845000', '130602.305000', '130602.765000', '130603.225000', '130603.685000', '130604.145000', '130604.605000', '130605.065000', '130605.525000', '130605.985000', '130606.445000', '130606.905000', '130607.365000', '130607.825000', '130608.285000', '130608.745000', '130609.205000', '130609.665000', '130610.125000', '130610.585000', '130611.045000', '130611.505000', '130611.965000', '130612.425000', '130612.885000', '130613.345000', '130613.805000', '130614.265000', '130614.725000', '130615.185000', '130615.645000', '130616.105000', '130616.565000', '130617.025000', '130617.485000', '130617.945000', '130618.405000', '130618.865000', '130619.325000', '130619.785000', '130620.245000', '130620.705000', '130621.165000', '130621.625000', '130622.085000', '130622.545000', '130623.005000', '130623.465000', '130623.925000', '130624.385000', '130624.845000', '130625.305000', '130625.765000', '130626.225000', '130626.685000', '130627.145000', '130627.605000', '130628.065000', '130628.525000', '130628.985000', '130629.445000', '130629.905000', '130630.365000', '130630.825000', '130631.285000', '130631.745000', '130632.205000', '130632.665000', '130633.125000', '130633.585000', '130634.045000', '130634.505000', '130634.965000', '130635.425000', '130635.885000', '130636.345000', '130636.805000', '130637.265000', '130637.725000', '130638.185000', '130638.645000', '130639.105000', '130639.565000', '130640.025000', '130640.485000', '130640.945000', '130641.405000', '130641.865000', '130642.325000', '130642.785000', '130643.245000', '130643.705000', '130644.165000', '130644.625000', '130645.085000', '130645.545000', '130646.005000', '130646.465000', '130646.925000', '130647.385000', '130647.845000', '130648.305000', '130648.765000', '130649.225000', '130649.685000', '130650.145000', '130650.605000', '130651.065000', '130651.525000', '130651.985000', '130652.445000', '130652.905000', '130653.365000', '130653.825000', '130654.285000', '130654.745000', '130655.205000', '130655.665000', '130656.125000', '130656.585000', '130657.045000', '130657.505000', '130657.965000', '130658.425000', '130658.885000', '130659.345000', '130659.805000', '130700.265000', '130700.725000', '130701.185000', '130701.645000', '130702.105000', '130702.565000', '130703.025000', '130703.485000', '130703.945000', '130704.405000', '130704.865000', '130705.325000', '130705.785000', '130706.245000', '130706.705000', '130707.165000', '130707.625000', '130708.085000', '130708.545000', '130709.005000', '130709.465000', '130709.925000', '130710.385000', '130710.845000', '130711.305000', '130711.765000', '130712.225000', '130712.685000', '130713.145000', '130713.605000', '130714.065000', '130714.525000', '130714.985000', '130715.445000', '130715.905000', '130716.365000', '130716.825000', '130717.285000', '130717.745000', '130718.205000', '130718.665000', '130719.125000', '130719.585000', '130720.045000', '130720.505000', '130720.965000', '130721.425000', '130721.885000', '130722.345000', '130722.805000', '130723.265000', '130723.725000', '130724.185000', '130724.645000', '130725.105000', '130725.565000', '130726.025000', '130726.485000', '130726.945000', '130727.405000', '130727.865000', '130728.325000', '130728.785000', '130729.245000', '130729.705000', '130730.165000', '130730.625000', '130731.085000', '130731.545000', '130732.005000', '130732.465000', '130732.925000', '130733.385000', '130733.845000', '130734.305000', '130734.765000', '130735.225000', '130735.685000', '130736.145000', '130736.605000', '130737.065000', '130737.525000', '130737.985000', '130738.445000', '130738.905000', '130739.365000', '130739.825000', '130740.285000', '130740.745000', '130741.205000', '130741.665000', '130742.125000', '130742.585000', '130743.045000', '130743.505000', '130743.965000', '130744.425000', '130744.885000', '130745.345000', '130745.805000', '130746.265000', '130746.725000', '130747.185000', '130747.645000', '130748.105000', '130748.565000', '130749.025000', '130749.485000', '130749.945000', '130750.405000', '130750.865000', '130751.325000', '130751.785000', '130752.245000', '130752.705000', '130753.165000', '130753.625000', '130754.085000', '130754.545000', '130755.005000', '130755.465000', '130755.925000', '130756.385000', '130756.845000', '130757.305000', '130757.765000', '130758.225000', '130758.685000', '130759.145000', '130759.605000', '130800.065000', '130800.525000', '130800.985000', '130801.445000', '130801.905000', '130802.365000', '130802.825000', '130803.285000', '130803.745000', '130804.205000', '130804.665000', '130805.125000', '130805.585000', '130806.045000', '130806.505000', '130806.965000', '130807.425000', '130807.885000', '130808.345000', '130808.805000', '130809.265000', '130809.725000', '130810.185000', '130810.645000', '130811.105000', '130811.565000', '130812.025000', '130812.485000', '130812.945000', '130813.405000', '130813.865000', '130814.325000', '130814.785000', '130815.245000', '130815.705000', '130816.165000', '130816.625000', '130817.085000', '130817.545000', '130818.005000', '130818.465000', '130818.925000', '130819.385000', '130819.845000', '130820.305000', '130820.765000', '130821.225000', '130821.685000', '130822.145000', '130822.605000', '130823.065000', '130823.525000', '130823.985000', '130824.445000', '130824.905000', '130825.365000', '130825.825000', '130826.285000', '130826.745000', '130827.205000', '130827.665000', '130828.125000', '130828.585000', '130829.045000', '130829.505000', '130829.965000', '130830.425000', '130830.885000', '130831.345000', '130831.805000', '130832.265000', '130832.725000', '130833.185000', '130833.645000', '130834.105000', '130834.565000', '130835.025000', '130835.485000', '130835.945000', '130836.405000', '130836.865000', '130837.325000', '130837.785000', '130838.245000', '130838.705000', '130839.165000', '130839.625000', '130840.085000', '130840.545000', '130841.005000', '130841.465000', '130841.925000', '130842.385000', '130842.845000', '130843.305000', '130843.765000', '130844.225000', '130844.685000', '130845.145000', '130845.605000', '130846.065000', '130846.525000', '130846.985000', '130847.445000', '130847.905000', '130848.365000', '130848.825000', '130849.285000', '130849.745000', '130850.205000', '130850.665000', '130851.125000', '130851.585000', '130852.045000', '130852.505000', '130852.965000', '130853.425000', '130853.885000', '130854.345000', '130854.805000', '130855.265000', '130855.725000', '130856.185000', '130856.645000', '130857.105000', '130857.565000', '130858.025000'], 'ContentTime': ['130230.813000', '130230.817000', '130230.819000', '130230.822000', '130230.842000', '130230.856000', '130230.858000', '130230.861000', '130230.863000', '130230.866000', '130230.869000', '130230.871000', '130230.874000', '130230.877000', '130230.879000', '130230.882000', '130230.885000', '130230.887000', '130230.890000', '130230.893000', '130230.895000', '130230.899000', '130230.902000', '130230.905000', '130230.908000', '130230.917000', '130250.781000', '130250.784000', '130250.787000', '130250.790000', '130250.792000', '130250.795000', '130250.798000', '130250.800000', '130250.803000', '130250.805000', '130250.808000', '130250.811000', '130250.813000', '130250.816000', '130250.818000', '130250.821000', '130250.824000', '130250.826000', '130250.829000', '130250.832000', '130250.834000', '130250.837000', '130250.839000', '130250.842000', '130250.844000', '130250.847000', '130250.850000', '130250.852000', '130250.855000', '130250.858000', '130250.860000', '130250.863000', '130250.865000', '130250.868000', '130250.871000', '130250.873000', '130250.876000', '130250.878000', '130250.881000', '130250.887000', '130250.889000', '130250.892000', '130250.894000', '130250.897000', '130310.781000', '130310.784000', '130310.787000', '130310.789000', '130310.792000', '130310.795000', '130310.797000', '130310.800000', '130310.803000', '130310.805000', '130310.808000', '130310.810000', '130310.813000', '130310.815000', '130310.818000', '130310.821000', '130310.823000', '130310.826000', '130310.829000', '130310.831000', '130310.834000', '130310.836000', '130310.839000', '130310.841000', '130310.844000', '130310.847000', '130310.849000', '130310.852000', '130310.855000', '130310.857000', '130310.860000', '130310.862000', '130310.865000', '130310.868000', '130310.870000', '130310.873000', '130310.875000', '130310.878000', '130310.881000', '130310.883000', '130310.886000', '130310.888000', '130310.891000', '130330.781000', '130330.784000', '130330.787000', '130330.789000', '130330.792000', '130330.795000', '130330.797000', '130330.800000', '130330.802000', '130330.805000', '130330.808000', '130330.810000', '130330.813000', '130330.816000', '130330.818000', '130330.821000', '130330.824000', '130330.826000', '130330.829000', '130330.831000', '130330.834000', '130330.837000', '130330.839000', '130330.842000', '130330.844000', '130330.847000', '130330.850000', '130330.852000', '130330.855000', '130330.858000', '130330.860000', '130330.863000', '130330.866000', '130330.868000', '130330.871000', '130330.873000', '130330.876000', '130330.879000', '130330.881000', '130330.884000', '130330.886000', '130330.889000', '130330.901000', '130330.903000', '130350.782000', '130350.784000', '130350.787000', '130350.790000', '130350.792000', '130350.795000', '130350.798000', '130350.800000', '130350.803000', '130350.805000', '130350.808000', '130350.811000', '130350.813000', '130350.816000', '130350.818000', '130350.821000', '130350.824000', '130350.826000', '130350.829000', '130350.832000', '130350.834000', '130350.837000', '130350.839000', '130350.842000', '130350.844000', '130350.847000', '130350.850000', '130350.853000', '130350.855000', '130350.858000', '130350.860000', '130350.863000', '130350.866000', '130350.868000', '130350.871000', '130350.874000', '130350.876000', '130350.879000', '130350.881000', '130350.884000', '130350.887000', '130350.889000', '130350.892000', '130410.781000', '130410.784000', '130410.787000', '130410.789000', '130410.793000', '130410.795000', '130410.798000', '130410.800000', '130410.803000', '130410.806000', '130410.808000', '130410.811000', '130410.814000', '130410.816000', '130410.819000', '130410.821000', '130410.824000', '130410.827000', '130410.829000', '130410.832000', '130410.835000', '130410.837000', '130410.840000', '130410.842000', '130410.845000', '130410.848000', '130410.850000', '130410.853000', '130410.856000', '130410.858000', '130410.861000', '130410.863000', '130410.866000', '130410.869000', '130410.871000', '130410.874000', '130410.877000', '130410.879000', '130410.882000', '130410.884000', '130410.887000', '130410.890000', '130410.892000', '130410.895000', '130430.781000', '130430.784000', '130430.787000', '130430.790000', '130430.792000', '130430.795000', '130430.798000', '130430.800000', '130430.803000', '130430.805000', '130430.808000', '130430.811000', '130430.813000', '130430.816000', '130430.819000', '130430.821000', '130430.824000', '130430.827000', '130430.829000', '130430.832000', '130430.834000', '130430.837000', '130430.840000', '130430.842000', '130430.845000', '130430.848000', '130430.850000', '130430.853000', '130430.855000', '130430.858000', '130430.861000', '130430.863000', '130430.866000', '130430.868000', '130430.871000', '130430.874000', '130430.876000', '130430.879000', '130430.882000', '130430.884000', '130430.887000', '130430.890000', '130430.892000', '130450.782000', '130450.785000', '130450.788000', '130450.791000', '130450.794000', '130450.796000', '130450.799000', '130450.802000', '130450.804000', '130450.807000', '130450.810000', '130450.812000', '130450.815000', '130450.818000', '130450.821000', '130450.823000', '130450.826000', '130450.829000', '130450.831000', '130450.834000', '130450.836000', '130450.839000', '130450.842000', '130450.844000', '130450.847000', '130450.850000', '130450.852000', '130450.855000', '130450.858000', '130450.860000', '130450.863000', '130450.865000', '130450.868000', '130450.871000', '130450.873000', '130450.876000', '130450.878000', '130450.881000', '130450.884000', '130450.886000', '130450.889000', '130450.891000', '130450.894000', '130510.782000', '130510.784000', '130510.787000', '130510.790000', '130510.792000', '130510.795000', '130510.798000', '130510.800000', '130510.803000', '130510.805000', '130510.808000', '130510.811000', '130510.813000', '130510.816000', '130510.819000', '130510.821000', '130510.824000', '130510.827000', '130510.829000', '130510.832000', '130510.835000', '130510.837000', '130510.840000', '130510.843000', '130510.846000', '130510.848000', '130510.851000', '130510.853000', '130510.856000', '130510.859000', '130510.861000', '130510.864000', '130510.866000', '130510.869000', '130510.872000', '130510.874000', '130510.877000', '130510.880000', '130510.896000', '130510.899000', '130510.901000', '130510.904000', '130510.907000', '130510.909000', '130530.782000', '130530.784000', '130530.787000', '130530.790000', '130530.792000', '130530.795000', '130530.798000', '130530.801000', '130530.804000', '130530.806000', '130530.809000', '130530.812000', '130530.815000', '130530.866000', '130530.869000', '130530.871000', '130530.874000', '130530.877000', '130530.879000', '130530.882000', '130530.884000', '130530.887000', '130530.890000', '130530.892000', '130530.895000', '130530.898000', '130530.900000', '130530.903000', '130530.906000', '130530.908000', '130530.911000', '130530.913000', '130530.916000', '130530.919000', '130530.927000', '130530.930000', '130530.933000', '130530.935000', '130530.938000', '130530.941000', '130530.943000', '130530.946000', '130530.949000', '130530.951000', '130550.781000', '130550.784000', '130550.787000', '130550.789000', '130550.792000', '130550.795000', '130550.798000', '130550.800000', '130550.803000', '130550.805000', '130550.808000', '130550.811000', '130550.813000', '130550.871000', '130550.874000', '130550.876000', '130550.879000', '130550.882000', '130550.884000', '130550.887000', '130550.890000', '130550.892000', '130550.895000', '130550.898000', '130550.901000', '130550.903000', '130550.906000', '130550.908000', '130550.911000', '130550.914000', '130550.916000', '130550.919000', '130550.922000', '130550.924000', '130550.927000', '130550.930000', '130550.932000', '130550.935000', '130550.938000', '130550.940000', '130550.943000', '130550.945000', '130550.948000', '130610.782000', '130610.785000', '130610.787000', '130610.790000', '130610.793000', '130610.795000', '130610.798000', '130610.801000', '130610.803000', '130610.806000', '130610.809000', '130610.811000', '130610.814000', '130610.817000', '130610.819000', '130610.822000', '130610.825000', '130610.827000', '130610.830000', '130610.833000', '130610.836000', '130610.838000', '130610.841000', '130610.844000', '130610.846000', '130610.849000', '130610.851000', '130610.854000', '130610.857000', '130610.859000', '130610.862000', '130610.865000', '130610.867000', '130610.870000', '130610.873000', '130610.876000', '130610.878000', '130610.881000', '130610.883000', '130610.886000', '130610.889000', '130610.893000', '130610.896000', '130630.782000', '130630.784000', '130630.787000', '130630.790000', '130630.792000', '130630.795000', '130630.798000', '130630.800000', '130630.803000', '130630.806000', '130630.808000', '130630.811000', '130630.814000', '130630.864000', '130630.866000', '130630.869000', '130630.872000', '130630.874000', '130630.877000', '130630.879000', '130630.882000', '130630.885000', '130630.887000', '130630.890000', '130630.893000', '130630.895000', '130630.898000', '130630.901000', '130630.903000', '130630.906000', '130630.908000', '130630.911000', '130630.914000', '130630.916000', '130630.919000', '130630.922000', '130630.924000', '130630.927000', '130630.930000', '130630.932000', '130630.935000', '130630.937000', '130630.940000', '130630.943000', '130650.781000', '130650.784000', '130650.787000', '130650.790000', '130650.793000', '130650.798000', '130650.800000', '130650.803000', '130650.806000', '130650.808000', '130650.811000', '130650.814000', '130650.855000', '130650.858000', '130650.860000', '130650.863000', '130650.866000', '130650.868000', '130650.871000', '130650.878000', '130650.880000', '130650.883000', '130650.886000', '130650.888000', '130650.891000', '130650.894000', '130650.896000', '130650.899000', '130650.902000', '130650.905000', '130650.907000', '130650.910000', '130650.912000', '130650.915000', '130650.918000', '130650.920000', '130650.923000', '130650.926000', '130650.928000', '130650.931000', '130650.934000', '130650.936000', '130650.939000', '130710.781000', '130710.784000', '130710.787000', '130710.790000', '130710.793000', '130710.795000', '130710.798000', '130710.801000', '130710.803000', '130710.806000', '130710.808000', '130710.811000', '130710.814000', '130710.868000', '130710.871000', '130710.874000', '130710.876000', '130710.879000', '130710.882000', '130710.884000', '130710.887000', '130710.890000', '130710.892000', '130710.895000', '130710.898000', '130710.900000', '130710.903000', '130710.906000', '130710.908000', '130710.911000', '130710.913000', '130710.916000', '130710.919000', '130710.921000', '130710.924000', '130710.927000', '130710.929000', '130710.932000', '130710.935000', '130710.937000', '130710.940000', '130710.942000', '130710.945000', '130710.948000', '130730.781000', '130730.788000', '130730.791000', '130730.794000', '130730.796000', '130730.799000', '130730.802000', '130730.804000', '130730.807000', '130730.810000', '130730.812000', '130730.815000', '130730.818000', '130730.820000', '130730.823000', '130730.826000', '130730.828000', '130730.831000', '130730.833000', '130730.836000', '130730.839000', '130730.842000', '130730.844000', '130730.847000', '130730.850000', '130730.853000', '130730.855000', '130730.858000', '130730.860000', '130730.863000', '130730.866000', '130730.869000', '130730.871000', '130730.874000', '130730.877000', '130730.879000', '130730.882000', '130730.884000', '130730.887000', '130730.890000', '130730.892000', '130730.895000', '130730.898000', '130750.782000', '130750.784000', '130750.787000', '130750.790000', '130750.793000', '130750.795000', '130750.798000', '130750.801000', '130750.803000', '130750.806000', '130750.809000', '130750.811000', '130750.814000', '130750.868000', '130750.871000', '130750.874000', '130750.876000', '130750.879000', '130750.882000', '130750.884000', '130750.887000', '130750.889000', '130750.892000', '130750.895000', '130750.897000', '130750.900000', '130750.903000', '130750.905000', '130750.908000', '130750.910000', '130750.913000', '130750.916000', '130750.919000', '130750.921000', '130750.924000', '130750.926000', '130750.929000', '130750.932000', '130750.934000', '130750.937000', '130750.939000', '130750.942000', '130750.945000', '130750.947000', '130810.782000', '130810.785000', '130810.787000', '130810.790000', '130810.793000', '130810.795000', '130810.798000', '130810.800000', '130810.803000', '130810.806000', '130810.808000', '130810.811000', '130810.814000', '130810.881000', '130810.886000', '130810.889000', '130810.891000', '130810.894000', '130810.897000', '130810.899000', '130810.902000', '130810.904000', '130810.907000', '130810.910000', '130810.912000', '130810.915000', '130810.918000', '130810.920000', '130810.923000', '130810.932000', '130810.934000', '130810.937000', '130810.940000', '130810.942000', '130810.947000', '130810.949000', '130810.952000', '130810.954000', '130810.957000', '130810.960000', '130810.962000', '130810.965000', '130810.968000', '130830.782000', '130830.784000', '130830.787000', '130830.790000', '130830.792000', '130830.795000', '130830.798000', '130830.800000', '130830.803000', '130830.805000', '130830.808000', '130830.811000', '130830.813000', '130830.866000', '130830.868000', '130830.871000', '130830.874000', '130830.876000', '130830.879000', '130830.881000', '130830.884000', '130830.887000', '130830.889000', '130830.892000', '130830.894000', '130830.897000', '130830.900000', '130830.902000', '130830.905000', '130830.908000', '130830.910000', '130830.913000', '130830.915000', '130830.918000', '130830.921000', '130830.923000', '130830.926000', '130830.928000', '130830.931000', '130830.934000', '130830.936000', '130830.939000', '130830.965000', '130830.968000', '130850.782000', '130850.784000', '130850.787000', '130850.790000', '130850.792000', '130850.795000', '130850.798000', '130850.800000', '130850.803000', '130850.806000', '130850.808000', '130850.811000', '130850.814000', '130850.897000', '130850.900000', '130850.903000', '130850.905000', '130850.908000', '130850.911000', '130850.913000', '130850.916000', '130850.919000', '130850.921000', '130850.924000', '130850.926000', '130850.929000', '130850.932000', '130850.934000', '130850.937000', '130850.940000', '130850.942000', '130850.945000', '130850.947000', '130850.950000', '130850.953000', '130850.955000', '130850.958000', '130850.961000', '130850.963000', '130850.966000', '130850.968000', '130850.971000', '130850.974000', '130859.576000', '130859.580000', '130859.582000', '130859.585000', '130859.588000', '130859.591000', '130859.594000', '130859.596000', '130859.599000', '130859.602000', '130859.605000', '130859.607000', '130859.610000', '130859.613000', '130859.616000', '130859.618000', '130859.621000', '130859.624000', '130859.627000', '130859.629000'], 'InstanceCreationTime': ['130230.813000', '130230.817000', '130230.819000', '130230.822000', '130230.842000', '130230.856000', '130230.858000', '130230.861000', '130230.863000', '130230.866000', '130230.869000', '130230.871000', '130230.874000', '130230.877000', '130230.879000', '130230.882000', '130230.885000', '130230.887000', '130230.890000', '130230.893000', '130230.895000', '130230.899000', '130230.902000', '130230.905000', '130230.908000', '130230.917000', '130250.781000', '130250.784000', '130250.787000', '130250.790000', '130250.792000', '130250.795000', '130250.798000', '130250.800000', '130250.803000', '130250.805000', '130250.808000', '130250.811000', '130250.813000', '130250.816000', '130250.818000', '130250.821000', '130250.824000', '130250.826000', '130250.829000', '130250.832000', '130250.834000', '130250.837000', '130250.839000', '130250.842000', '130250.844000', '130250.847000', '130250.850000', '130250.852000', '130250.855000', '130250.858000', '130250.860000', '130250.863000', '130250.865000', '130250.868000', '130250.871000', '130250.873000', '130250.876000', '130250.878000', '130250.881000', '130250.887000', '130250.889000', '130250.892000', '130250.894000', '130250.897000', '130310.781000', '130310.784000', '130310.787000', '130310.789000', '130310.792000', '130310.795000', '130310.797000', '130310.800000', '130310.803000', '130310.805000', '130310.808000', '130310.810000', '130310.813000', '130310.815000', '130310.818000', '130310.821000', '130310.823000', '130310.826000', '130310.829000', '130310.831000', '130310.834000', '130310.836000', '130310.839000', '130310.841000', '130310.844000', '130310.847000', '130310.849000', '130310.852000', '130310.855000', '130310.857000', '130310.860000', '130310.862000', '130310.865000', '130310.868000', '130310.870000', '130310.873000', '130310.875000', '130310.878000', '130310.881000', '130310.883000', '130310.886000', '130310.888000', '130310.891000', '130330.781000', '130330.784000', '130330.787000', '130330.789000', '130330.792000', '130330.795000', '130330.797000', '130330.800000', '130330.802000', '130330.805000', '130330.808000', '130330.810000', '130330.813000', '130330.816000', '130330.818000', '130330.821000', '130330.824000', '130330.826000', '130330.829000', '130330.831000', '130330.834000', '130330.837000', '130330.839000', '130330.842000', '130330.844000', '130330.847000', '130330.850000', '130330.852000', '130330.855000', '130330.858000', '130330.860000', '130330.863000', '130330.866000', '130330.868000', '130330.871000', '130330.873000', '130330.876000', '130330.879000', '130330.881000', '130330.884000', '130330.886000', '130330.889000', '130330.901000', '130330.903000', '130350.782000', '130350.784000', '130350.787000', '130350.790000', '130350.792000', '130350.795000', '130350.798000', '130350.800000', '130350.803000', '130350.805000', '130350.808000', '130350.811000', '130350.813000', '130350.816000', '130350.818000', '130350.821000', '130350.824000', '130350.826000', '130350.829000', '130350.832000', '130350.834000', '130350.837000', '130350.839000', '130350.842000', '130350.844000', '130350.847000', '130350.850000', '130350.853000', '130350.855000', '130350.858000', '130350.860000', '130350.863000', '130350.866000', '130350.868000', '130350.871000', '130350.874000', '130350.876000', '130350.879000', '130350.881000', '130350.884000', '130350.887000', '130350.889000', '130350.892000', '130410.781000', '130410.784000', '130410.787000', '130410.789000', '130410.793000', '130410.795000', '130410.798000', '130410.800000', '130410.803000', '130410.806000', '130410.808000', '130410.811000', '130410.814000', '130410.816000', '130410.819000', '130410.821000', '130410.824000', '130410.827000', '130410.829000', '130410.832000', '130410.835000', '130410.837000', '130410.840000', '130410.842000', '130410.845000', '130410.848000', '130410.850000', '130410.853000', '130410.856000', '130410.858000', '130410.861000', '130410.863000', '130410.866000', '130410.869000', '130410.871000', '130410.874000', '130410.877000', '130410.879000', '130410.882000', '130410.884000', '130410.887000', '130410.890000', '130410.892000', '130410.895000', '130430.781000', '130430.784000', '130430.787000', '130430.790000', '130430.792000', '130430.795000', '130430.798000', '130430.800000', '130430.803000', '130430.805000', '130430.808000', '130430.811000', '130430.813000', '130430.816000', '130430.819000', '130430.821000', '130430.824000', '130430.827000', '130430.829000', '130430.832000', '130430.834000', '130430.837000', '130430.840000', '130430.842000', '130430.845000', '130430.848000', '130430.850000', '130430.853000', '130430.855000', '130430.858000', '130430.861000', '130430.863000', '130430.866000', '130430.868000', '130430.871000', '130430.874000', '130430.876000', '130430.879000', '130430.882000', '130430.884000', '130430.887000', '130430.890000', '130430.892000', '130450.782000', '130450.785000', '130450.788000', '130450.791000', '130450.794000', '130450.796000', '130450.799000', '130450.802000', '130450.804000', '130450.807000', '130450.810000', '130450.812000', '130450.815000', '130450.818000', '130450.821000', '130450.823000', '130450.826000', '130450.829000', '130450.831000', '130450.834000', '130450.836000', '130450.839000', '130450.842000', '130450.844000', '130450.847000', '130450.850000', '130450.852000', '130450.855000', '130450.858000', '130450.860000', '130450.863000', '130450.865000', '130450.868000', '130450.871000', '130450.873000', '130450.876000', '130450.878000', '130450.881000', '130450.884000', '130450.886000', '130450.889000', '130450.891000', '130450.894000', '130510.782000', '130510.784000', '130510.787000', '130510.790000', '130510.792000', '130510.795000', '130510.798000', '130510.800000', '130510.803000', '130510.805000', '130510.808000', '130510.811000', '130510.813000', '130510.816000', '130510.819000', '130510.821000', '130510.824000', '130510.827000', '130510.829000', '130510.832000', '130510.835000', '130510.837000', '130510.840000', '130510.843000', '130510.846000', '130510.848000', '130510.851000', '130510.853000', '130510.856000', '130510.859000', '130510.861000', '130510.864000', '130510.866000', '130510.869000', '130510.872000', '130510.874000', '130510.877000', '130510.880000', '130510.896000', '130510.899000', '130510.901000', '130510.904000', '130510.907000', '130510.909000', '130530.782000', '130530.784000', '130530.787000', '130530.790000', '130530.792000', '130530.795000', '130530.798000', '130530.801000', '130530.804000', '130530.806000', '130530.809000', '130530.812000', '130530.815000', '130530.866000', '130530.869000', '130530.871000', '130530.874000', '130530.877000', '130530.879000', '130530.882000', '130530.884000', '130530.887000', '130530.890000', '130530.892000', '130530.895000', '130530.898000', '130530.900000', '130530.903000', '130530.906000', '130530.908000', '130530.911000', '130530.913000', '130530.916000', '130530.919000', '130530.927000', '130530.930000', '130530.933000', '130530.935000', '130530.938000', '130530.941000', '130530.943000', '130530.946000', '130530.949000', '130530.951000', '130550.781000', '130550.784000', '130550.787000', '130550.789000', '130550.792000', '130550.795000', '130550.798000', '130550.800000', '130550.803000', '130550.805000', '130550.808000', '130550.811000', '130550.813000', '130550.871000', '130550.874000', '130550.876000', '130550.879000', '130550.882000', '130550.884000', '130550.887000', '130550.890000', '130550.892000', '130550.895000', '130550.898000', '130550.901000', '130550.903000', '130550.906000', '130550.908000', '130550.911000', '130550.914000', '130550.916000', '130550.919000', '130550.922000', '130550.924000', '130550.927000', '130550.930000', '130550.932000', '130550.935000', '130550.938000', '130550.940000', '130550.943000', '130550.945000', '130550.948000', '130610.782000', '130610.785000', '130610.787000', '130610.790000', '130610.793000', '130610.795000', '130610.798000', '130610.801000', '130610.803000', '130610.806000', '130610.809000', '130610.811000', '130610.814000', '130610.817000', '130610.819000', '130610.822000', '130610.825000', '130610.827000', '130610.830000', '130610.833000', '130610.836000', '130610.838000', '130610.841000', '130610.844000', '130610.846000', '130610.849000', '130610.851000', '130610.854000', '130610.857000', '130610.859000', '130610.862000', '130610.865000', '130610.867000', '130610.870000', '130610.873000', '130610.876000', '130610.878000', '130610.881000', '130610.883000', '130610.886000', '130610.889000', '130610.893000', '130610.896000', '130630.782000', '130630.784000', '130630.787000', '130630.790000', '130630.792000', '130630.795000', '130630.798000', '130630.800000', '130630.803000', '130630.806000', '130630.808000', '130630.811000', '130630.814000', '130630.864000', '130630.866000', '130630.869000', '130630.872000', '130630.874000', '130630.877000', '130630.879000', '130630.882000', '130630.885000', '130630.887000', '130630.890000', '130630.893000', '130630.895000', '130630.898000', '130630.901000', '130630.903000', '130630.906000', '130630.908000', '130630.911000', '130630.914000', '130630.916000', '130630.919000', '130630.922000', '130630.924000', '130630.927000', '130630.930000', '130630.932000', '130630.935000', '130630.937000', '130630.940000', '130630.943000', '130650.781000', '130650.784000', '130650.787000', '130650.790000', '130650.793000', '130650.798000', '130650.800000', '130650.803000', '130650.806000', '130650.808000', '130650.811000', '130650.814000', '130650.855000', '130650.858000', '130650.860000', '130650.863000', '130650.866000', '130650.868000', '130650.871000', '130650.878000', '130650.880000', '130650.883000', '130650.886000', '130650.888000', '130650.891000', '130650.894000', '130650.896000', '130650.899000', '130650.902000', '130650.905000', '130650.907000', '130650.910000', '130650.912000', '130650.915000', '130650.918000', '130650.920000', '130650.923000', '130650.926000', '130650.928000', '130650.931000', '130650.934000', '130650.936000', '130650.939000', '130710.781000', '130710.784000', '130710.787000', '130710.790000', '130710.793000', '130710.795000', '130710.798000', '130710.801000', '130710.803000', '130710.806000', '130710.808000', '130710.811000', '130710.814000', '130710.868000', '130710.871000', '130710.874000', '130710.876000', '130710.879000', '130710.882000', '130710.884000', '130710.887000', '130710.890000', '130710.892000', '130710.895000', '130710.898000', '130710.900000', '130710.903000', '130710.906000', '130710.908000', '130710.911000', '130710.913000', '130710.916000', '130710.919000', '130710.921000', '130710.924000', '130710.927000', '130710.929000', '130710.932000', '130710.935000', '130710.937000', '130710.940000', '130710.942000', '130710.945000', '130710.948000', '130730.781000', '130730.788000', '130730.791000', '130730.794000', '130730.796000', '130730.799000', '130730.802000', '130730.804000', '130730.807000', '130730.810000', '130730.812000', '130730.815000', '130730.818000', '130730.820000', '130730.823000', '130730.826000', '130730.828000', '130730.831000', '130730.833000', '130730.836000', '130730.839000', '130730.842000', '130730.844000', '130730.847000', '130730.850000', '130730.853000', '130730.855000', '130730.858000', '130730.860000', '130730.863000', '130730.866000', '130730.869000', '130730.871000', '130730.874000', '130730.877000', '130730.879000', '130730.882000', '130730.884000', '130730.887000', '130730.890000', '130730.892000', '130730.895000', '130730.898000', '130750.782000', '130750.784000', '130750.787000', '130750.790000', '130750.793000', '130750.795000', '130750.798000', '130750.801000', '130750.803000', '130750.806000', '130750.809000', '130750.811000', '130750.814000', '130750.868000', '130750.871000', '130750.874000', '130750.876000', '130750.879000', '130750.882000', '130750.884000', '130750.887000', '130750.889000', '130750.892000', '130750.895000', '130750.897000', '130750.900000', '130750.903000', '130750.905000', '130750.908000', '130750.910000', '130750.913000', '130750.916000', '130750.919000', '130750.921000', '130750.924000', '130750.926000', '130750.929000', '130750.932000', '130750.934000', '130750.937000', '130750.939000', '130750.942000', '130750.945000', '130750.947000', '130810.782000', '130810.785000', '130810.787000', '130810.790000', '130810.793000', '130810.795000', '130810.798000', '130810.800000', '130810.803000', '130810.806000', '130810.808000', '130810.811000', '130810.814000', '130810.881000', '130810.886000', '130810.889000', '130810.891000', '130810.894000', '130810.897000', '130810.899000', '130810.902000', '130810.904000', '130810.907000', '130810.910000', '130810.912000', '130810.915000', '130810.918000', '130810.920000', '130810.923000', '130810.932000', '130810.934000', '130810.937000', '130810.940000', '130810.942000', '130810.947000', '130810.949000', '130810.952000', '130810.954000', '130810.957000', '130810.960000', '130810.962000', '130810.965000', '130810.968000', '130830.782000', '130830.784000', '130830.787000', '130830.790000', '130830.792000', '130830.795000', '130830.798000', '130830.800000', '130830.803000', '130830.805000', '130830.808000', '130830.811000', '130830.813000', '130830.866000', '130830.868000', '130830.871000', '130830.874000', '130830.876000', '130830.879000', '130830.881000', '130830.884000', '130830.887000', '130830.889000', '130830.892000', '130830.894000', '130830.897000', '130830.900000', '130830.902000', '130830.905000', '130830.908000', '130830.910000', '130830.913000', '130830.915000', '130830.918000', '130830.921000', '130830.923000', '130830.926000', '130830.928000', '130830.931000', '130830.934000', '130830.936000', '130830.939000', '130830.965000', '130830.968000', '130850.782000', '130850.784000', '130850.787000', '130850.790000', '130850.792000', '130850.795000', '130850.798000', '130850.800000', '130850.803000', '130850.806000', '130850.808000', '130850.811000', '130850.814000', '130850.897000', '130850.900000', '130850.903000', '130850.905000', '130850.908000', '130850.911000', '130850.913000', '130850.916000', '130850.919000', '130850.921000', '130850.924000', '130850.926000', '130850.929000', '130850.932000', '130850.934000', '130850.937000', '130850.940000', '130850.942000', '130850.945000', '130850.947000', '130850.950000', '130850.953000', '130850.955000', '130850.958000', '130850.961000', '130850.963000', '130850.966000', '130850.968000', '130850.971000', '130850.974000', '130859.576000', '130859.580000', '130859.582000', '130859.585000', '130859.588000', '130859.591000', '130859.594000', '130859.596000', '130859.599000', '130859.602000', '130859.605000', '130859.607000', '130859.610000', '130859.613000', '130859.616000', '130859.618000', '130859.621000', '130859.624000', '130859.627000', '130859.629000'], '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': [10635, 17024, 10541, 12491, 15120, 10951, 13395, 9318, 12050, 8757, 11223, 8176, 9913, 8283, 9714, 8053, 10093, 8110, 10286, 8305, 10259, 8413, 7432, 8343, 8094, 7772, 8455, 7939, 11150, 11454, 9659, 11269, 10206, 12454, 9829, 13895, 14244, 14248, 14398, 11872, 13785, 13999, 10937, 14211, 10623, 13329, 14387, 10479, 13325, 9450, 11891, 9728, 8750, 12259, 8418, 9565, 11997, 8525, 10609, 7537, 9155, 11055, 7629, 10572, 8111, 10295, 10827, 8719, 11423, 7936, 10541, 7971, 9862, 12783, 8859, 11894, 8834, 12307, 8889, 9262, 13151, 9357, 11698, 8570, 12522, 8839, 9762, 12060, 9595, 12760, 9718, 12473, 9263, 11813, 10632, 10151, 13547, 11384, 12928, 9595, 12338, 13239, 10572, 12935, 9617, 13201, 12092, 9894, 13082, 9274, 11597, 8977, 9263, 11200, 8717, 11532, 8446, 9241, 12290, 8166, 10904, 8209, 11616, 8403, 9489, 11853, 8893, 11790, 9322, 12395, 8776, 12472, 12320, 10249, 12768, 9810, 12609, 8854, 11211, 8740, 10803, 13554, 10921, 12438, 9812, 12748, 9995, 10166, 13724, 9354, 12323, 9103, 12659, 9237, 9408, 12161, 8448, 11867, 8550, 10427, 12193, 8496, 11574, 8590, 11770, 7725, 9705, 13614, 9149, 12276, 9006, 12777, 9418, 9883, 12747, 9081, 12043, 8717, 9817, 10199, 9060, 11471, 8089, 10422, 10723, 8709, 11394, 7987, 10612, 8392, 8511, 12659, 9066, 12034, 8622, 9106, 13499, 9058, 11672, 9616, 13027, 9353, 9344, 13151, 8965, 12252, 8568, 11063, 9543, 9535, 12980, 9576, 12824, 9719, 12059, 11398, 9689, 13154, 9111, 12416, 8748, 9717, 12815, 9735, 12015, 8330, 10661, 8052, 9856, 13081, 8572, 11380, 8811, 11413, 8317, 9399, 12679, 8097, 10875, 8074, 11846, 8027, 8875, 12652, 8628, 11944, 8446, 11769, 9589, 9215, 12255, 8707, 12269, 10402, 10153, 13283, 9355, 12062, 9757, 9539, 12970, 9361, 12921, 13391, 9079, 11527, 9118, 7959, 10164, 7696, 10464, 7908, 8294, 8138, 8059, 8242, 7896, 7753, 9880, 7936, 11506, 10373, 12501, 9111, 8181, 10840, 9508, 11068, 8363, 10547, 8603, 10272, 11485, 13314, 14154, 10607, 14869, 11611, 13443, 11412, 13011, 9643, 15531, 15722, 10419, 14106, 8861, 11029, 8129, 10786, 10057, 12627, 10873, 11896, 11775, 10010, 10413, 9121, 13967, 10245, 14028, 10892, 11241, 10106, 9230, 10094, 12362, 10712, 8855, 10201, 7842, 10604, 8772, 8284, 9504, 8137, 9518, 7583, 10218, 7844, 10323, 7759, 10667, 8368, 10344, 8451, 11429, 8199, 11298, 8930, 10739, 7995, 11251, 8069, 11929, 9301, 10905, 8056, 10055, 10615, 9278, 12890, 9675, 10338, 8727, 11115, 7856, 10864, 8447, 10860, 8392, 10523, 7879, 11448, 8166, 10875, 8036, 9774, 12162, 8895, 11565, 8167, 10088, 9377, 8976, 12199, 9729, 11518, 7877, 8095, 8808, 12331, 9294, 12127, 10867, 9323, 11533, 8087, 10796, 7657, 10657, 12672, 8843, 10686, 7512, 9709, 7640, 9929, 8357, 7985, 9411, 7976, 8499, 7733, 10011, 7636, 9187, 7814, 8357, 7699, 10830, 10281, 9435, 11007, 9330, 9897, 8854, 12253, 9233, 10897, 12279, 8025, 10318, 7909, 10516, 8212, 8463, 11999, 8519, 11711, 7931, 11150, 10252, 8702, 11032, 7923, 10304, 8110, 10221, 8171, 9247, 8420, 8061, 10615, 8051, 10077, 8351, 10392, 8465, 8545, 11046, 8031, 10309, 7990, 10760, 8405, 9061, 11077, 8345, 10883, 7875, 10240, 8127, 9802, 11226, 8236, 10662, 8402, 10417, 8309, 9792, 8457, 9036, 8497, 8283, 9554, 7831, 9961, 8330, 9752, 8303, 9834, 8142, 8595, 7892, 8275, 10631, 8116, 10403, 8097, 10753, 8217, 9541, 9021, 8409, 12111, 8588, 10339, 8215, 10446, 8038, 10157, 8467, 9411, 7961, 8230, 11230, 8122, 10534, 8159, 10388, 8379, 9963, 11013, 8921, 11181, 9288, 10932, 8077, 10175, 8432, 9628, 12314, 9555, 10601, 8509, 10708, 8318, 10202, 10951, 9383, 11941, 8896, 10678, 8166, 9953, 8386, 9906, 8493, 8995, 9212, 8343, 10776, 7803, 10292, 8305, 10387, 8371, 9706, 8293, 8527, 10907, 8125, 10546, 8119, 10786, 8534, 9568, 8909, 8853, 11252, 8722, 10527, 8135, 10419, 8692, 9139, 8426, 9162, 9228, 8328, 10195, 8173, 10632, 8413, 10546, 8347, 9734, 8882, 9026, 11475, 8977, 10641, 8200, 10411, 8597, 10476, 8501, 10609, 10344, 9023, 11515, 8130, 10567, 8263, 10951, 8554, 10447, 8444, 8548, 11072, 8230, 10845, 8433, 10614, 8496, 8954, 10737, 8163, 10351, 8191, 10077, 8580, 8833, 10063, 8049, 9215, 8524, 9573, 9178, 8893, 10382, 8357, 9852, 8216, 9037, 10963, 8216, 9457, 8192, 8935, 8431, 8625, 9997, 8412, 9707, 8685, 8768, 9522, 8322, 9143, 8569, 9680, 8000, 8089, 10778, 8239, 10234, 8460, 9306, 10745, 8324, 11053, 8758, 10892, 8564, 9098, 11054, 8778, 10956, 9298, 10791, 8256, 10196, 9276, 9380, 12337, 9716, 11670, 8403, 11030, 8355, 10035, 8711, 8929, 9730, 8709, 9950, 8425, 11302, 9362, 11485, 9791, 9003, 8593, 8701, 8620, 11716, 8263, 11017, 11053, 9633, 12273, 8846, 11691, 8400, 11514, 12466, 9686, 11784, 8922, 11507, 8634, 9177, 11391, 8382, 10961, 8191, 9367, 10991, 8878, 10739, 8423, 10101, 7971, 9659, 8317, 9487, 8477, 9297, 8311, 9577, 8702, 8749, 11378, 8506, 10788, 8352, 10687, 8483, 9241, 12590, 9192, 11023, 8189, 10632, 8626, 9313, 12872, 8262, 11000, 8284, 9917, 8493, 9022, 10383, 8521, 10586, 8304, 10243, 8965, 8824, 9759, 8357, 9675, 8432, 9712, 8718, 8829, 10804, 8045, 9703, 8179, 10560, 8613, 8883, 11622, 8190, 10408, 8529, 10572, 8542, 8935, 10421, 8255, 10579, 8333, 10317, 8299, 10130, 8594, 9639, 8560, 9826, 8037, 10360, 12589, 8808, 13016, 8388, 9635, 9801, 8890, 11013, 7996, 10514, 10513, 9140, 10827, 8274, 10586, 8378, 9997, 8514, 9243, 9721, 9022, 11690, 8002, 10879, 7787, 11905, 7827, 10385, 10194, 7967, 10683, 7246, 10657, 8583, 13168, 14077, 9768, 13995, 8663, 10935, 9643, 9961, 12997, 9572, 11901, 7886, 11825, 8255, 10484, 9217, 9320, 11568, 8509, 11393, 7901, 10883, 8389, 9607, 11287, 8754, 11138, 7968, 11181, 8126, 9428, 9066, 9075, 10843, 8455, 10470, 8097, 10378, 8183, 9750, 8505, 9758], 'WindowCenter': [4274.0, 4300.0, 4245.0, 4264.0, 4257.0, 4240.0, 4246.0, 4214.0, 4235.0, 4216.0, 4238.0, 4216.0, 4241.0, 4230.0, 4243.0, 4233.0, 4255.0, 4249.0, 4268.0, 4251.0, 4269.0, 4247.0, 4225.0, 4247.0, 4263.0, 4265.0, 4278.0, 4281.0, 4324.0, 4300.0, 4302.0, 4298.0, 4300.0, 4322.0, 4314.0, 4335.0, 4328.0, 4318.0, 4304.0, 4281.0, 4293.0, 4289.0, 4268.0, 4289.0, 4257.0, 4278.0, 4274.0, 4255.0, 4274.0, 4242.0, 4263.0, 4242.0, 4257.0, 4278.0, 4247.0, 4257.0, 4276.0, 4256.0, 4268.0, 4247.0, 4272.0, 4279.0, 4261.0, 4282.0, 4262.0, 4296.0, 4295.0, 4275.0, 4293.0, 4264.0, 4295.0, 4262.0, 4297.0, 4306.0, 4288.0, 4305.0, 4287.0, 4308.0, 4275.0, 4287.0, 4313.0, 4285.0, 4306.0, 4287.0, 4318.0, 4286.0, 4306.0, 4317.0, 4297.0, 4315.0, 4297.0, 4319.0, 4297.0, 4319.0, 4296.0, 4308.0, 4315.0, 4304.0, 4315.0, 4282.0, 4317.0, 4304.0, 4296.0, 4305.0, 4282.0, 4316.0, 4292.0, 4283.0, 4302.0, 4281.0, 4304.0, 4270.0, 4284.0, 4295.0, 4275.0, 4305.0, 4272.0, 4295.0, 4313.0, 4276.0, 4306.0, 4276.0, 4307.0, 4274.0, 4298.0, 4307.0, 4297.0, 4305.0, 4285.0, 4318.0, 4273.0, 4318.0, 4306.0, 4295.0, 4314.0, 4296.0, 4306.0, 4284.0, 4308.0, 4273.0, 4308.0, 4318.0, 4306.0, 4306.0, 4283.0, 4317.0, 4282.0, 4293.0, 4314.0, 4287.0, 4305.0, 4274.0, 4317.0, 4274.0, 4285.0, 4307.0, 4276.0, 4307.0, 4275.0, 4296.0, 4303.0, 4273.0, 4303.0, 4286.0, 4307.0, 4265.0, 4296.0, 4315.0, 4283.0, 4307.0, 4272.0, 4316.0, 4286.0, 4296.0, 4304.0, 4282.0, 4306.0, 4286.0, 4300.0, 4292.0, 4287.0, 4304.0, 4275.0, 4307.0, 4306.0, 4287.0, 4306.0, 4275.0, 4306.0, 4275.0, 4288.0, 4316.0, 4288.0, 4318.0, 4283.0, 4298.0, 4314.0, 4289.0, 4309.0, 4298.0, 4315.0, 4284.0, 4284.0, 4313.0, 4283.0, 4306.0, 4274.0, 4305.0, 4284.0, 4297.0, 4315.0, 4286.0, 4307.0, 4283.0, 4306.0, 4290.0, 4285.0, 4304.0, 4274.0, 4305.0, 4270.0, 4286.0, 4303.0, 4284.0, 4302.0, 4272.0, 4295.0, 4261.0, 4295.0, 4303.0, 4275.0, 4301.0, 4282.0, 4305.0, 4271.0, 4287.0, 4303.0, 4276.0, 4294.0, 4276.0, 4307.0, 4262.0, 4285.0, 4314.0, 4274.0, 4306.0, 4274.0, 4306.0, 4285.0, 4285.0, 4303.0, 4284.0, 4318.0, 4292.0, 4297.0, 4304.0, 4283.0, 4306.0, 4280.0, 4284.0, 4304.0, 4273.0, 4304.0, 4301.0, 4270.0, 4294.0, 4272.0, 4264.0, 4282.0, 4264.0, 4296.0, 4262.0, 4289.0, 4289.0, 4291.0, 4289.0, 4314.0, 4303.0, 4327.0, 4306.0, 4335.0, 4338.0, 4344.0, 4331.0, 4345.0, 4393.0, 4357.0, 4363.0, 4330.0, 4375.0, 4317.0, 4308.0, 4294.0, 4303.0, 4316.0, 4294.0, 4317.0, 4292.0, 4316.0, 4296.0, 4306.0, 4284.0, 4315.0, 4301.0, 4266.0, 4299.0, 4269.0, 4289.0, 4259.0, 4276.0, 4284.0, 4278.0, 4268.0, 4277.0, 4279.0, 4266.0, 4268.0, 4257.0, 4276.0, 4244.0, 4250.0, 4157.0, 4208.0, 4232.0, 4209.0, 4232.0, 4290.0, 4266.0, 4231.0, 4278.0, 4260.0, 4291.0, 4273.0, 4258.0, 4282.0, 4271.0, 4286.0, 4277.0, 4297.0, 4288.0, 4309.0, 4292.0, 4309.0, 4289.0, 4297.0, 4288.0, 4317.0, 4289.0, 4319.0, 4298.0, 4308.0, 4290.0, 4321.0, 4289.0, 4333.0, 4297.0, 4308.0, 4273.0, 4297.0, 4294.0, 4300.0, 4318.0, 4295.0, 4294.0, 4286.0, 4307.0, 4276.0, 4309.0, 4285.0, 4305.0, 4287.0, 4304.0, 4275.0, 4319.0, 4286.0, 4307.0, 4273.0, 4299.0, 4306.0, 4285.0, 4306.0, 4274.0, 4297.0, 4281.0, 4299.0, 4312.0, 4295.0, 4314.0, 4284.0, 4275.0, 4298.0, 4320.0, 4286.0, 4306.0, 4291.0, 4273.0, 4288.0, 4262.0, 4293.0, 4252.0, 4283.0, 4299.0, 4269.0, 4281.0, 4250.0, 4285.0, 4303.0, 4297.0, 4264.0, 4266.0, 4256.0, 4261.0, 4270.0, 4276.0, 4308.0, 4273.0, 4293.0, 4290.0, 4286.0, 4286.0, 4323.0, 4294.0, 4300.0, 4306.0, 4301.0, 4306.0, 4313.0, 4332.0, 4297.0, 4308.0, 4304.0, 4260.0, 4282.0, 4260.0, 4294.0, 4270.0, 4275.0, 4303.0, 4275.0, 4303.0, 4259.0, 4305.0, 4278.0, 4272.0, 4288.0, 4259.0, 4278.0, 4262.0, 4294.0, 4272.0, 4283.0, 4269.0, 4275.0, 4292.0, 4271.0, 4294.0, 4271.0, 4293.0, 4270.0, 4284.0, 4300.0, 4273.0, 4295.0, 4272.0, 4306.0, 4273.0, 4286.0, 4301.0, 4275.0, 4291.0, 4272.0, 4294.0, 4263.0, 4295.0, 4290.0, 4272.0, 4291.0, 4272.0, 4291.0, 4274.0, 4295.0, 4275.0, 4300.0, 4284.0, 4302.0, 4306.0, 4287.0, 4295.0, 4286.0, 4310.0, 4286.0, 4311.0, 4277.0, 4301.0, 4286.0, 4299.0, 4307.0, 4287.0, 4309.0, 4287.0, 4309.0, 4286.0, 4308.0, 4295.0, 4288.0, 4316.0, 4297.0, 4306.0, 4287.0, 4307.0, 4286.0, 4308.0, 4286.0, 4298.0, 4275.0, 4301.0, 4318.0, 4288.0, 4307.0, 4289.0, 4310.0, 4286.0, 4312.0, 4305.0, 4299.0, 4319.0, 4297.0, 4317.0, 4291.0, 4310.0, 4284.0, 4299.0, 4317.0, 4295.0, 4293.0, 4286.0, 4297.0, 4272.0, 4296.0, 4291.0, 4287.0, 4304.0, 4285.0, 4293.0, 4273.0, 4296.0, 4275.0, 4299.0, 4283.0, 4287.0, 4282.0, 4275.0, 4305.0, 4274.0, 4296.0, 4276.0, 4295.0, 4273.0, 4298.0, 4274.0, 4288.0, 4303.0, 4275.0, 4296.0, 4276.0, 4306.0, 4273.0, 4298.0, 4281.0, 4286.0, 4306.0, 4285.0, 4293.0, 4276.0, 4307.0, 4283.0, 4298.0, 4275.0, 4298.0, 4296.0, 4285.0, 4294.0, 4286.0, 4305.0, 4285.0, 4307.0, 4285.0, 4309.0, 4285.0, 4298.0, 4317.0, 4288.0, 4304.0, 4286.0, 4308.0, 4286.0, 4309.0, 4284.0, 4309.0, 4294.0, 4287.0, 4304.0, 4274.0, 4306.0, 4285.0, 4308.0, 4282.0, 4307.0, 4275.0, 4287.0, 4305.0, 4275.0, 4295.0, 4274.0, 4296.0, 4271.0, 4286.0, 4292.0, 4272.0, 4294.0, 4274.0, 4297.0, 4283.0, 4287.0, 4294.0, 4274.0, 4285.0, 4285.0, 4298.0, 4282.0, 4286.0, 4293.0, 4272.0, 4296.0, 4272.0, 4288.0, 4302.0, 4273.0, 4285.0, 4275.0, 4287.0, 4273.0, 4288.0, 4294.0, 4286.0, 4298.0, 4284.0, 4300.0, 4295.0, 4302.0, 4300.0, 4300.0, 4312.0, 4286.0, 4289.0, 4320.0, 4287.0, 4309.0, 4286.0, 4301.0, 4305.0, 4288.0, 4305.0, 4300.0, 4322.0, 4286.0, 4300.0, 4318.0, 4286.0, 4308.0, 4299.0, 4307.0, 4286.0, 4306.0, 4285.0, 4288.0, 4316.0, 4285.0, 4305.0, 4272.0, 4306.0, 4274.0, 4296.0, 4285.0, 4297.0, 4281.0, 4273.0, 4290.0, 4284.0, 4316.0, 4296.0, 4307.0, 4308.0, 4298.0, 4303.0, 4296.0, 4301.0, 4319.0, 4274.0, 4306.0, 4290.0, 4283.0, 4299.0, 4283.0, 4303.0, 4257.0, 4292.0, 4290.0, 4268.0, 4289.0, 4259.0, 4291.0, 4256.0, 4269.0, 4286.0, 4258.0, 4280.0, 4272.0, 4284.0, 4303.0, 4282.0, 4289.0, 4269.0, 4289.0, 4274.0, 4296.0, 4299.0, 4310.0, 4297.0, 4309.0, 4286.0, 4310.0, 4284.0, 4300.0, 4317.0, 4288.0, 4307.0, 4290.0, 4309.0, 4283.0, 4297.0, 4317.0, 4285.0, 4294.0, 4275.0, 4293.0, 4271.0, 4285.0, 4304.0, 4271.0, 4295.0, 4262.0, 4294.0, 4270.0, 4285.0, 4291.0, 4286.0, 4295.0, 4274.0, 4294.0, 4283.0, 4286.0, 4292.0, 4287.0, 4297.0, 4286.0, 4296.0, 4286.0, 4298.0, 4303.0, 4287.0, 4310.0, 4288.0, 4309.0, 4284.0, 4299.0, 4317.0, 4288.0, 4308.0, 4288.0, 4307.0, 4287.0, 4312.0, 4319.0, 4289.0, 4318.0, 4287.0, 4308.0, 4288.0, 4307.0, 4296.0, 4311.0, 4298.0, 4310.0, 4288.0, 4321.0, 4319.0, 4287.0, 4317.0, 4275.0, 4296.0, 4294.0, 4286.0, 4293.0, 4263.0, 4295.0, 4292.0, 4284.0, 4293.0, 4273.0, 4293.0, 4271.0, 4296.0, 4274.0, 4297.0, 4365.0, 4394.0, 4366.0, 4300.0, 4330.0, 4275.0, 4329.0, 4287.0, 4315.0, 4320.0, 4271.0, 4317.0, 4275.0, 4318.0, 4301.0, 4342.0, 4327.0, 4281.0, 4314.0, 4259.0, 4293.0, 4280.0, 4295.0, 4314.0, 4294.0, 4304.0, 4273.0, 4302.0, 4257.0, 4290.0, 4268.0, 4283.0, 4300.0, 4281.0, 4303.0, 4274.0, 4306.0, 4271.0, 4283.0, 4290.0, 4272.0, 4291.0, 4261.0, 4302.0, 4258.0, 4286.0, 4284.0, 4282.0, 4303.0, 4285.0, 4305.0, 4272.0, 4306.0, 4283.0, 4296.0, 4296.0, 4309.0], 'WindowWidth': [9470.0, 9500.0, 9412.0, 9439.0, 9414.0, 9399.0, 9397.0, 9354.0, 9382.0, 9358.0, 9392.0, 9360.0, 9402.0, 9385.0, 9408.0, 9394.0, 9428.0, 9430.0, 9450.0, 9434.0, 9455.0, 9421.0, 9388.0, 9423.0, 9454.0, 9461.0, 9485.0, 9494.0, 9553.0, 9511.0, 9520.0, 9509.0, 9515.0, 9550.0, 9545.0, 9578.0, 9552.0, 9537.0, 9515.0, 9473.0, 9493.0, 9479.0, 9453.0, 9483.0, 9434.0, 9465.0, 9452.0, 9428.0, 9452.0, 9406.0, 9437.0, 9406.0, 9437.0, 9467.0, 9423.0, 9438.0, 9460.0, 9435.0, 9452.0, 9427.0, 9465.0, 9471.0, 9452.0, 9480.0, 9453.0, 9507.0, 9504.0, 9475.0, 9496.0, 9459.0, 9503.0, 9454.0, 9508.0, 9518.0, 9499.0, 9517.0, 9494.0, 9526.0, 9476.0, 9496.0, 9527.0, 9494.0, 9521.0, 9497.0, 9539.0, 9493.0, 9525.0, 9536.0, 9513.0, 9534.0, 9511.0, 9544.0, 9510.0, 9542.0, 9506.0, 9528.0, 9535.0, 9517.0, 9533.0, 9484.0, 9536.0, 9513.0, 9506.0, 9517.0, 9481.0, 9533.0, 9494.0, 9485.0, 9509.0, 9480.0, 9517.0, 9466.0, 9491.0, 9502.0, 9476.0, 9519.0, 9469.0, 9508.0, 9527.0, 9483.0, 9521.0, 9481.0, 9523.0, 9476.0, 9515.0, 9521.0, 9514.0, 9520.0, 9493.0, 9538.0, 9474.0, 9539.0, 9518.0, 9506.0, 9531.0, 9507.0, 9519.0, 9488.0, 9525.0, 9472.0, 9526.0, 9541.0, 9523.0, 9519.0, 9487.0, 9535.0, 9481.0, 9500.0, 9527.0, 9496.0, 9516.0, 9473.0, 9536.0, 9472.0, 9492.0, 9521.0, 9481.0, 9523.0, 9478.0, 9509.0, 9511.0, 9475.0, 9514.0, 9495.0, 9523.0, 9463.0, 9508.0, 9529.0, 9485.0, 9523.0, 9470.0, 9535.0, 9493.0, 9509.0, 9514.0, 9486.0, 9520.0, 9495.0, 9518.0, 9499.0, 9497.0, 9518.0, 9478.0, 9527.0, 9525.0, 9499.0, 9522.0, 9481.0, 9526.0, 9477.0, 9502.0, 9535.0, 9499.0, 9539.0, 9488.0, 9515.0, 9530.0, 9502.0, 9530.0, 9513.0, 9533.0, 9488.0, 9491.0, 9530.0, 9487.0, 9523.0, 9476.0, 9520.0, 9488.0, 9509.0, 9532.0, 9493.0, 9523.0, 9484.0, 9520.0, 9492.0, 9489.0, 9514.0, 9474.0, 9516.0, 9463.0, 9492.0, 9510.0, 9487.0, 9507.0, 9470.0, 9504.0, 9453.0, 9504.0, 9512.0, 9476.0, 9509.0, 9484.0, 9517.0, 9469.0, 9496.0, 9513.0, 9482.0, 9503.0, 9481.0, 9525.0, 9458.0, 9494.0, 9531.0, 9475.0, 9519.0, 9475.0, 9522.0, 9488.0, 9492.0, 9513.0, 9491.0, 9540.0, 9497.0, 9509.0, 9515.0, 9485.0, 9520.0, 9476.0, 9487.0, 9514.0, 9467.0, 9512.0, 9502.0, 9462.0, 9500.0, 9464.0, 9459.0, 9479.0, 9461.0, 9506.0, 9456.0, 9503.0, 9504.0, 9514.0, 9506.0, 9553.0, 9533.0, 9570.0, 9541.0, 9581.0, 9585.0, 9589.0, 9583.0, 9612.0, 9689.0, 9630.0, 9631.0, 9582.0, 9653.0, 9556.0, 9528.0, 9502.0, 9513.0, 9534.0, 9502.0, 9535.0, 9495.0, 9534.0, 9505.0, 9520.0, 9486.0, 9529.0, 9507.0, 9449.0, 9497.0, 9459.0, 9485.0, 9446.0, 9464.0, 9481.0, 9466.0, 9451.0, 9463.0, 9470.0, 9448.0, 9455.0, 9433.0, 9456.0, 9407.0, 9409.0, 9239.0, 9329.0, 9383.0, 9342.0, 9385.0, 9485.0, 9445.0, 9390.0, 9470.0, 9450.0, 9492.0, 9470.0, 9444.0, 9482.0, 9468.0, 9493.0, 9482.0, 9511.0, 9505.0, 9533.0, 9517.0, 9532.0, 9506.0, 9511.0, 9504.0, 9538.0, 9506.0, 9545.0, 9516.0, 9529.0, 9507.0, 9551.0, 9506.0, 9571.0, 9514.0, 9526.0, 9475.0, 9514.0, 9503.0, 9519.0, 9543.0, 9509.0, 9504.0, 9499.0, 9525.0, 9485.0, 9531.0, 9494.0, 9519.0, 9498.0, 9520.0, 9482.0, 9546.0, 9497.0, 9523.0, 9474.0, 9517.0, 9523.0, 9491.0, 9523.0, 9474.0, 9509.0, 9483.0, 9518.0, 9526.0, 9509.0, 9532.0, 9494.0, 9480.0, 9517.0, 9550.0, 9493.0, 9521.0, 9491.0, 9471.0, 9485.0, 9454.0, 9497.0, 9441.0, 9484.0, 9501.0, 9462.0, 9477.0, 9440.0, 9493.0, 9535.0, 9509.0, 9460.0, 9466.0, 9436.0, 9453.0, 9462.0, 9484.0, 9533.0, 9475.0, 9505.0, 9511.0, 9499.0, 9500.0, 9559.0, 9504.0, 9520.0, 9524.0, 9526.0, 9527.0, 9545.0, 9571.0, 9514.0, 9530.0, 9517.0, 9454.0, 9485.0, 9453.0, 9504.0, 9466.0, 9482.0, 9516.0, 9479.0, 9516.0, 9450.0, 9522.0, 9474.0, 9469.0, 9486.0, 9451.0, 9474.0, 9457.0, 9503.0, 9472.0, 9488.0, 9466.0, 9480.0, 9498.0, 9472.0, 9503.0, 9470.0, 9503.0, 9468.0, 9493.0, 9510.0, 9477.0, 9507.0, 9472.0, 9523.0, 9472.0, 9496.0, 9508.0, 9479.0, 9497.0, 9471.0, 9503.0, 9458.0, 9507.0, 9492.0, 9473.0, 9498.0, 9471.0, 9496.0, 9478.0, 9507.0, 9479.0, 9520.0, 9493.0, 9530.0, 9525.0, 9503.0, 9508.0, 9500.0, 9535.0, 9500.0, 9537.0, 9487.0, 9523.0, 9498.0, 9521.0, 9528.0, 9500.0, 9532.0, 9500.0, 9533.0, 9497.0, 9531.0, 9510.0, 9505.0, 9541.0, 9516.0, 9525.0, 9502.0, 9527.0, 9498.0, 9531.0, 9497.0, 9518.0, 9483.0, 9527.0, 9545.0, 9506.0, 9530.0, 9507.0, 9536.0, 9500.0, 9541.0, 9522.0, 9522.0, 9550.0, 9516.0, 9543.0, 9512.0, 9537.0, 9494.0, 9519.0, 9539.0, 9507.0, 9502.0, 9496.0, 9511.0, 9474.0, 9509.0, 9497.0, 9497.0, 9517.0, 9493.0, 9500.0, 9475.0, 9508.0, 9480.0, 9517.0, 9490.0, 9499.0, 9488.0, 9482.0, 9522.0, 9479.0, 9509.0, 9483.0, 9509.0, 9476.0, 9514.0, 9477.0, 9499.0, 9515.0, 9481.0, 9510.0, 9482.0, 9521.0, 9476.0, 9514.0, 9483.0, 9497.0, 9524.0, 9495.0, 9502.0, 9483.0, 9527.0, 9489.0, 9515.0, 9481.0, 9514.0, 9508.0, 9496.0, 9507.0, 9500.0, 9524.0, 9496.0, 9527.0, 9495.0, 9532.0, 9494.0, 9517.0, 9539.0, 9502.0, 9520.0, 9498.0, 9531.0, 9499.0, 9532.0, 9491.0, 9531.0, 9505.0, 9500.0, 9518.0, 9479.0, 9523.0, 9496.0, 9530.0, 9488.0, 9527.0, 9480.0, 9500.0, 9520.0, 9480.0, 9507.0, 9476.0, 9509.0, 9468.0, 9495.0, 9499.0, 9474.0, 9503.0, 9477.0, 9512.0, 9488.0, 9498.0, 9502.0, 9479.0, 9494.0, 9494.0, 9515.0, 9485.0, 9496.0, 9500.0, 9473.0, 9511.0, 9472.0, 9501.0, 9514.0, 9476.0, 9493.0, 9479.0, 9500.0, 9475.0, 9503.0, 9505.0, 9499.0, 9515.0, 9494.0, 9522.0, 9510.0, 9526.0, 9522.0, 9523.0, 9541.0, 9499.0, 9508.0, 9550.0, 9503.0, 9534.0, 9498.0, 9524.0, 9522.0, 9503.0, 9523.0, 9522.0, 9557.0, 9498.0, 9522.0, 9541.0, 9500.0, 9531.0, 9518.0, 9527.0, 9497.0, 9525.0, 9491.0, 9501.0, 9536.0, 9493.0, 9520.0, 9474.0, 9522.0, 9476.0, 9511.0, 9496.0, 9514.0, 9482.0, 9475.0, 9495.0, 9494.0, 9539.0, 9513.0, 9527.0, 9531.0, 9519.0, 9533.0, 9515.0, 9528.0, 9547.0, 9482.0, 9524.0, 9493.0, 9487.0, 9505.0, 9488.0, 9516.0, 9446.0, 9497.0, 9490.0, 9459.0, 9490.0, 9446.0, 9491.0, 9439.0, 9459.0, 9478.0, 9443.0, 9477.0, 9471.0, 9492.0, 9516.0, 9486.0, 9490.0, 9466.0, 9491.0, 9478.0, 9508.0, 9521.0, 9536.0, 9520.0, 9536.0, 9500.0, 9537.0, 9496.0, 9524.0, 9541.0, 9504.0, 9528.0, 9509.0, 9535.0, 9491.0, 9513.0, 9540.0, 9493.0, 9505.0, 9479.0, 9505.0, 9469.0, 9492.0, 9517.0, 9471.0, 9505.0, 9456.0, 9503.0, 9466.0, 9493.0, 9496.0, 9495.0, 9506.0, 9476.0, 9503.0, 9486.0, 9497.0, 9501.0, 9499.0, 9513.0, 9497.0, 9512.0, 9497.0, 9518.0, 9520.0, 9503.0, 9535.0, 9503.0, 9533.0, 9493.0, 9521.0, 9541.0, 9504.0, 9530.0, 9501.0, 9529.0, 9500.0, 9544.0, 9548.0, 9507.0, 9547.0, 9502.0, 9530.0, 9503.0, 9529.0, 9514.0, 9540.0, 9520.0, 9536.0, 9506.0, 9556.0, 9548.0, 9501.0, 9540.0, 9477.0, 9509.0, 9503.0, 9494.0, 9502.0, 9461.0, 9506.0, 9497.0, 9490.0, 9501.0, 9475.0, 9501.0, 9471.0, 9510.0, 9477.0, 9516.0, 9643.0, 9703.0, 9633.0, 9530.0, 9567.0, 9484.0, 9561.0, 9505.0, 9541.0, 9551.0, 9471.0, 9542.0, 9482.0, 9547.0, 9527.0, 9584.0, 9554.0, 9482.0, 9530.0, 9449.0, 9502.0, 9481.0, 9508.0, 9533.0, 9505.0, 9518.0, 9475.0, 9512.0, 9442.0, 9491.0, 9459.0, 9488.0, 9509.0, 9485.0, 9514.0, 9479.0, 9525.0, 9470.0, 9490.0, 9493.0, 9473.0, 9496.0, 9457.0, 9514.0, 9450.0, 9495.0, 9490.0, 9488.0, 9515.0, 9497.0, 9522.0, 9475.0, 9524.0, 9491.0, 9513.0, 9513.0, 9537.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.005337889908256881</td></tr>
<tr><td colspan=3>aqi</td><td>0.05166381938073395</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.49993487406422</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2796685567049346</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0321450556946048</td></tr>
<tr><td colspan=3>efc</td><td>0.4722</td></tr>
<tr><td colspan=3>fber</td><td>7459.8569</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.134862651029567</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>145</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>16.628440366972477</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4189571211196292</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.306328217740123</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.606239483316954</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.344303662301811</td></tr>
<tr><td colspan=3>gcor</td><td>0.0276396</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0011821793159469962</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027698054909706116</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</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>4.285552001108229</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>22.2002</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.6253</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>156.3657</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298376.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>684.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>308.8949</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6648</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>501.241</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3512.0358</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3695.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78168.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1438.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4513.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>862.1938</td></tr>
<tr><td colspan=3>tsnr</td><td>30.88570583827095</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>