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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-04_subject-0025_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-0025/figures/sub-0025_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0025/figures/sub-0025_ses-04_task-social_acq-mb8_run-05_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-0025/figures/sub-0025_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0025/figures/sub-0025_ses-04_task-social_acq-mb8_run-05_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-0025/ses-04/func/sub-0025_ses-04_task-social_acq-mb8_run-05_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>90ba27d933012c083687ed0f81305b97</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>12:22:12.880000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99922, 0.0221494, 0.0326986, -0.02285, 0.999514, 0.0212076]</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-05_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.104211</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4136, -7758, -7227, 542, -63, -137, -32, 22]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</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>301.387</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>30aef028-dda0-4a8c-abea-54acf92be721||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.680833578109741, -0.061304789036512375, 0.08697506040334702, 113.9730224609375], [-0.059425342828035355, 2.6816227436065674, 0.05923321843147278, -78.80175018310547], [0.08772799372673035, -0.05689847469329834, 2.697948694229126, -67.36090850830078], [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': ['122212.880000', '122213.340000', '122213.800000', '122214.260000', '122214.720000', '122215.180000', '122215.640000', '122216.100000', '122216.560000', '122217.020000', '122217.480000', '122217.940000', '122218.400000', '122218.860000', '122219.320000', '122219.780000', '122220.240000', '122220.700000', '122221.160000', '122221.620000', '122222.080000', '122222.540000', '122223.000000', '122223.460000', '122223.920000', '122224.380000', '122224.840000', '122225.300000', '122225.760000', '122226.220000', '122226.680000', '122227.140000', '122227.600000', '122228.060000', '122228.520000', '122228.980000', '122229.440000', '122229.900000', '122230.360000', '122230.820000', '122231.280000', '122231.740000', '122232.200000', '122232.660000', '122233.120000', '122233.580000', '122234.040000', '122234.500000', '122234.960000', '122235.420000', '122235.880000', '122236.340000', '122236.800000', '122237.260000', '122237.720000', '122238.180000', '122238.640000', '122239.100000', '122239.560000', '122240.020000', '122240.480000', '122240.940000', '122241.400000', '122241.860000', '122242.320000', '122242.780000', '122243.240000', '122243.700000', '122244.160000', '122244.620000', '122245.080000', '122245.540000', '122246.000000', '122246.460000', '122246.920000', '122247.380000', '122247.840000', '122248.300000', '122248.760000', '122249.220000', '122249.680000', '122250.140000', '122250.600000', '122251.060000', '122251.520000', '122251.980000', '122252.440000', '122252.900000', '122253.360000', '122253.820000', '122254.280000', '122254.740000', '122255.200000', '122255.660000', '122256.120000', '122256.580000', '122257.040000', '122257.500000', '122257.960000', '122258.420000', '122258.880000', '122259.340000', '122259.800000', '122300.260000', '122300.720000', '122301.180000', '122301.640000', '122302.100000', '122302.560000', '122303.020000', '122303.480000', '122303.940000', '122304.400000', '122304.860000', '122305.320000', '122305.780000', '122306.240000', '122306.700000', '122307.160000', '122307.620000', '122308.080000', '122308.540000', '122309.000000', '122309.460000', '122309.920000', '122310.380000', '122310.840000', '122311.300000', '122311.760000', '122312.220000', '122312.680000', '122313.140000', '122313.600000', '122314.060000', '122314.520000', '122314.980000', '122315.440000', '122315.900000', '122316.360000', '122316.820000', '122317.280000', '122317.740000', '122318.200000', '122318.660000', '122319.120000', '122319.580000', '122320.040000', '122320.500000', '122320.960000', '122321.420000', '122321.880000', '122322.340000', '122322.800000', '122323.260000', '122323.720000', '122324.180000', '122324.640000', '122325.100000', '122325.560000', '122326.020000', '122326.480000', '122326.940000', '122327.400000', '122327.860000', '122328.320000', '122328.780000', '122329.240000', '122329.700000', '122330.160000', '122330.620000', '122331.080000', '122331.540000', '122332.000000', '122332.460000', '122332.920000', '122333.380000', '122333.840000', '122334.300000', '122334.760000', '122335.220000', '122335.680000', '122336.140000', '122336.600000', '122337.060000', '122337.520000', '122337.980000', '122338.440000', '122338.900000', '122339.360000', '122339.820000', '122340.280000', '122340.740000', '122341.200000', '122341.660000', '122342.120000', '122342.580000', '122343.040000', '122343.500000', '122343.960000', '122344.420000', '122344.880000', '122345.340000', '122345.800000', '122346.260000', '122346.720000', '122347.180000', '122347.640000', '122348.100000', '122348.560000', '122349.020000', '122349.480000', '122349.940000', '122350.400000', '122350.860000', '122351.320000', '122351.780000', '122352.240000', '122352.700000', '122353.160000', '122353.620000', '122354.080000', '122354.540000', '122355.000000', '122355.460000', '122355.920000', '122356.380000', '122356.840000', '122357.300000', '122357.760000', '122358.220000', '122358.680000', '122359.140000', '122359.600000', '122400.060000', '122400.520000', '122400.980000', '122401.440000', '122401.900000', '122402.360000', '122402.820000', '122403.280000', '122403.740000', '122404.200000', '122404.660000', '122405.120000', '122405.580000', '122406.040000', '122406.500000', '122406.960000', '122407.420000', '122407.880000', '122408.340000', '122408.800000', '122409.260000', '122409.720000', '122410.180000', '122410.640000', '122411.100000', '122411.560000', '122412.020000', '122412.480000', '122412.940000', '122413.400000', '122413.860000', '122414.320000', '122414.780000', '122415.240000', '122415.700000', '122416.160000', '122416.620000', '122417.080000', '122417.540000', '122418.000000', '122418.460000', '122418.920000', '122419.380000', '122419.840000', '122420.300000', '122420.760000', '122421.220000', '122421.680000', '122422.140000', '122422.600000', '122423.060000', '122423.520000', '122423.980000', '122424.440000', '122424.900000', '122425.360000', '122425.820000', '122426.280000', '122426.740000', '122427.200000', '122427.660000', '122428.120000', '122428.580000', '122429.040000', '122429.500000', '122429.960000', '122430.420000', '122430.880000', '122431.340000', '122431.800000', '122432.260000', '122432.720000', '122433.180000', '122433.640000', '122434.100000', '122434.560000', '122435.020000', '122435.480000', '122435.940000', '122436.400000', '122436.860000', '122437.320000', '122437.780000', '122438.240000', '122438.700000', '122439.160000', '122439.620000', '122440.080000', '122440.540000', '122441.000000', '122441.460000', '122441.920000', '122442.380000', '122442.840000', '122443.300000', '122443.760000', '122444.220000', '122444.680000', '122445.140000', '122445.600000', '122446.060000', '122446.520000', '122446.980000', '122447.440000', '122447.900000', '122448.360000', '122448.820000', '122449.280000', '122449.740000', '122450.200000', '122450.660000', '122451.120000', '122451.580000', '122452.040000', '122452.500000', '122452.960000', '122453.420000', '122453.880000', '122454.340000', '122454.800000', '122455.260000', '122455.720000', '122456.180000', '122456.640000', '122457.100000', '122457.560000', '122458.020000', '122458.480000', '122458.940000', '122459.400000', '122459.860000', '122500.320000', '122500.780000', '122501.240000', '122501.700000', '122502.160000', '122502.620000', '122503.080000', '122503.540000', '122504.000000', '122504.460000', '122504.920000', '122505.380000', '122505.840000', '122506.300000', '122506.760000', '122507.220000', '122507.680000', '122508.140000', '122508.600000', '122509.060000', '122509.520000', '122509.980000', '122510.440000', '122510.900000', '122511.360000', '122511.820000', '122512.280000', '122512.740000', '122513.200000', '122513.660000', '122514.120000', '122514.580000', '122515.040000', '122515.500000', '122515.960000', '122516.420000', '122516.880000', '122517.340000', '122517.800000', '122518.260000', '122518.720000', '122519.180000', '122519.640000', '122520.100000', '122520.560000', '122521.020000', '122521.480000', '122521.940000', '122522.400000', '122522.860000', '122523.320000', '122523.780000', '122524.240000', '122524.700000', '122525.160000', '122525.620000', '122526.080000', '122526.540000', '122527.000000', '122527.460000', '122527.920000', '122528.380000', '122528.840000', '122529.300000', '122529.760000', '122530.220000', '122530.680000', '122531.140000', '122531.600000', '122532.060000', '122532.520000', '122532.980000', '122533.440000', '122533.900000', '122534.360000', '122534.820000', '122535.280000', '122535.740000', '122536.200000', '122536.660000', '122537.120000', '122537.580000', '122538.040000', '122538.500000', '122538.960000', '122539.420000', '122539.880000', '122540.340000', '122540.800000', '122541.260000', '122541.720000', '122542.180000', '122542.640000', '122543.100000', '122543.560000', '122544.020000', '122544.480000', '122544.940000', '122545.400000', '122545.860000', '122546.320000', '122546.780000', '122547.240000', '122547.700000', '122548.160000', '122548.620000', '122549.080000', '122549.540000', '122550.000000', '122550.460000', '122550.920000', '122551.380000', '122551.840000', '122552.300000', '122552.760000', '122553.220000', '122553.680000', '122554.140000', '122554.600000', '122555.060000', '122555.520000', '122555.980000', '122556.440000', '122556.900000', '122557.360000', '122557.820000', '122558.280000', '122558.740000', '122559.200000', '122559.660000', '122600.120000', '122600.580000', '122601.040000', '122601.500000', '122601.960000', '122602.420000', '122602.880000', '122603.340000', '122603.800000', '122604.260000', '122604.720000', '122605.180000', '122605.640000', '122606.100000', '122606.560000', '122607.020000', '122607.480000', '122607.940000', '122608.400000', '122608.860000', '122609.320000', '122609.780000', '122610.240000', '122610.700000', '122611.160000', '122611.620000', '122612.080000', '122612.540000', '122613.000000', '122613.460000', '122613.920000', '122614.380000', '122614.840000', '122615.300000', '122615.760000', '122616.220000', '122616.680000', '122617.140000', '122617.600000', '122618.060000', '122618.520000', '122618.980000', '122619.440000', '122619.900000', '122620.360000', '122620.820000', '122621.280000', '122621.740000', '122622.200000', '122622.660000', '122623.120000', '122623.580000', '122624.040000', '122624.500000', '122624.960000', '122625.420000', '122625.880000', '122626.340000', '122626.800000', '122627.260000', '122627.720000', '122628.180000', '122628.640000', '122629.100000', '122629.560000', '122630.020000', '122630.480000', '122630.940000', '122631.400000', '122631.860000', '122632.320000', '122632.780000', '122633.240000', '122633.700000', '122634.160000', '122634.620000', '122635.080000', '122635.540000', '122636.000000', '122636.460000', '122636.920000', '122637.380000', '122637.840000', '122638.300000', '122638.760000', '122639.220000', '122639.680000', '122640.140000', '122640.600000', '122641.060000', '122641.520000', '122641.980000', '122642.440000', '122642.900000', '122643.360000', '122643.820000', '122644.280000', '122644.740000', '122645.200000', '122645.660000', '122646.120000', '122646.580000', '122647.040000', '122647.500000', '122647.960000', '122648.420000', '122648.880000', '122649.340000', '122649.800000', '122650.260000', '122650.720000', '122651.180000', '122651.640000', '122652.100000', '122652.560000', '122653.020000', '122653.480000', '122653.940000', '122654.400000', '122654.860000', '122655.320000', '122655.780000', '122656.240000', '122656.700000', '122657.160000', '122657.620000', '122658.080000', '122658.540000', '122659.000000', '122659.460000', '122659.920000', '122700.380000', '122700.840000', '122701.300000', '122701.760000', '122702.220000', '122702.680000', '122703.140000', '122703.600000', '122704.060000', '122704.520000', '122704.980000', '122705.440000', '122705.900000', '122706.360000', '122706.820000', '122707.280000', '122707.740000', '122708.200000', '122708.660000', '122709.120000', '122709.580000', '122710.040000', '122710.500000', '122710.960000', '122711.420000', '122711.880000', '122712.340000', '122712.800000', '122713.260000', '122713.720000', '122714.180000', '122714.640000', '122715.100000', '122715.560000', '122716.020000', '122716.480000', '122716.940000', '122717.400000', '122717.860000', '122718.320000', '122718.780000', '122719.240000', '122719.700000', '122720.160000', '122720.620000', '122721.080000', '122721.540000', '122722.000000', '122722.460000', '122722.920000', '122723.380000', '122723.840000', '122724.300000', '122724.760000', '122725.220000', '122725.680000', '122726.140000', '122726.600000', '122727.060000', '122727.520000', '122727.980000', '122728.440000', '122728.900000', '122729.360000', '122729.820000', '122730.280000', '122730.740000', '122731.200000', '122731.660000', '122732.120000', '122732.580000', '122733.040000', '122733.500000', '122733.960000', '122734.420000', '122734.880000', '122735.340000', '122735.800000', '122736.260000', '122736.720000', '122737.180000', '122737.640000', '122738.100000', '122738.560000', '122739.020000', '122739.480000', '122739.940000', '122740.400000', '122740.860000', '122741.320000', '122741.780000', '122742.240000', '122742.700000', '122743.160000', '122743.620000', '122744.080000', '122744.540000', '122745.000000', '122745.460000', '122745.920000', '122746.380000', '122746.840000', '122747.300000', '122747.760000', '122748.220000', '122748.680000', '122749.140000', '122749.600000', '122750.060000', '122750.520000', '122750.980000', '122751.440000', '122751.900000', '122752.360000', '122752.820000', '122753.280000', '122753.740000', '122754.200000', '122754.660000', '122755.120000', '122755.580000', '122756.040000', '122756.500000', '122756.960000', '122757.420000', '122757.880000', '122758.340000', '122758.800000', '122759.260000', '122759.720000', '122800.180000', '122800.640000', '122801.100000', '122801.560000', '122802.020000', '122802.480000', '122802.940000', '122803.400000', '122803.860000', '122804.320000', '122804.780000', '122805.240000', '122805.700000', '122806.160000', '122806.620000', '122807.080000', '122807.540000', '122808.000000', '122808.460000', '122808.920000', '122809.380000', '122809.840000', '122810.300000', '122810.760000', '122811.220000', '122811.680000', '122812.140000', '122812.600000', '122813.060000', '122813.520000', '122813.980000', '122814.440000', '122814.900000', '122815.360000', '122815.820000', '122816.280000', '122816.740000', '122817.200000', '122817.660000', '122818.120000', '122818.580000', '122819.040000', '122819.500000', '122819.960000', '122820.420000', '122820.880000', '122821.340000', '122821.800000', '122822.260000', '122822.720000', '122823.180000', '122823.640000', '122824.100000', '122824.560000', '122825.020000', '122825.480000', '122825.940000', '122826.400000', '122826.860000', '122827.320000', '122827.780000', '122828.240000', '122828.700000', '122829.160000', '122829.620000', '122830.080000', '122830.540000', '122831.000000', '122831.460000', '122831.920000', '122832.380000', '122832.840000', '122833.300000', '122833.760000', '122834.220000', '122834.680000', '122835.140000', '122835.600000', '122836.060000', '122836.520000', '122836.980000', '122837.440000', '122837.900000', '122838.360000', '122838.820000', '122839.280000', '122839.740000', '122840.200000', '122840.660000', '122841.120000', '122841.580000', '122842.040000', '122842.500000', '122842.960000', '122843.420000', '122843.880000', '122844.340000', '122844.800000', '122845.260000', '122845.720000', '122846.180000', '122846.640000', '122847.100000', '122847.560000', '122848.020000', '122848.480000', '122848.940000', '122849.400000', '122849.860000', '122850.320000', '122850.780000', '122851.240000', '122851.700000', '122852.160000', '122852.620000', '122853.080000', '122853.540000'], 'ContentTime': ['122238.072000', '122238.075000', '122238.078000', '122238.081000', '122238.091000', '122238.094000', '122238.097000', '122238.100000', '122238.103000', '122238.106000', '122238.108000', '122238.111000', '122238.114000', '122238.117000', '122238.120000', '122238.123000', '122238.126000', '122238.129000', '122238.131000', '122238.134000', '122238.137000', '122238.140000', '122238.143000', '122238.146000', '122238.148000', '122238.151000', '122238.154000', '122238.157000', '122238.160000', '122238.169000', '122238.171000', '122238.175000', '122238.178000', '122238.181000', '122238.184000', '122238.187000', '122238.189000', '122238.192000', '122238.196000', '122238.198000', '122238.201000', '122238.204000', '122238.207000', '122238.210000', '122238.213000', '122238.216000', '122238.218000', '122238.221000', '122238.224000', '122238.227000', '122238.232000', '122238.236000', '122238.240000', '122238.242000', '122257.909000', '122257.912000', '122257.915000', '122257.918000', '122257.921000', '122257.923000', '122257.926000', '122257.929000', '122257.932000', '122257.935000', '122257.937000', '122257.940000', '122257.943000', '122257.946000', '122257.949000', '122257.952000', '122257.954000', '122257.957000', '122257.960000', '122257.976000', '122257.979000', '122257.982000', '122257.985000', '122257.987000', '122257.990000', '122257.993000', '122257.996000', '122258.000000', '122258.003000', '122258.006000', '122258.008000', '122258.011000', '122258.014000', '122258.017000', '122258.020000', '122258.023000', '122258.026000', '122258.028000', '122258.031000', '122258.034000', '122258.037000', '122258.040000', '122258.043000', '122317.909000', '122317.912000', '122317.915000', '122317.918000', '122317.921000', '122317.923000', '122317.936000', '122317.939000', '122317.942000', '122317.945000', '122317.947000', '122317.950000', '122317.953000', '122317.956000', '122317.959000', '122317.962000', '122317.965000', '122317.967000', '122317.970000', '122317.973000', '122317.976000', '122317.979000', '122317.981000', '122317.984000', '122317.987000', '122317.990000', '122317.993000', '122317.995000', '122317.998000', '122318.002000', '122318.005000', '122318.008000', '122318.011000', '122318.013000', '122318.016000', '122318.019000', '122318.022000', '122318.025000', '122318.028000', '122318.030000', '122318.033000', '122318.036000', '122318.039000', '122318.054000', '122337.909000', '122337.912000', '122337.915000', '122337.918000', '122337.920000', '122337.923000', '122337.926000', '122337.929000', '122337.932000', '122337.934000', '122337.937000', '122337.940000', '122337.943000', '122337.946000', '122337.949000', '122337.952000', '122337.954000', '122337.957000', '122337.970000', '122337.973000', '122337.977000', '122337.980000', '122337.983000', '122337.986000', '122337.996000', '122338.000000', '122338.003000', '122338.005000', '122338.008000', '122338.011000', '122338.014000', '122338.017000', '122338.020000', '122338.022000', '122338.025000', '122338.028000', '122338.031000', '122338.034000', '122338.037000', '122338.039000', '122338.042000', '122338.045000', '122338.048000', '122357.909000', '122357.912000', '122357.915000', '122357.918000', '122357.920000', '122357.923000', '122357.926000', '122357.929000', '122357.932000', '122357.935000', '122357.938000', '122357.940000', '122357.943000', '122357.946000', '122357.949000', '122357.952000', '122357.955000', '122357.957000', '122357.960000', '122357.963000', '122357.966000', '122357.969000', '122357.972000', '122357.974000', '122357.977000', '122357.980000', '122357.983000', '122357.986000', '122357.989000', '122357.991000', '122357.994000', '122357.997000', '122358.001000', '122358.004000', '122358.007000', '122358.009000', '122358.012000', '122358.015000', '122358.018000', '122358.021000', '122358.023000', '122358.026000', '122358.039000', '122358.042000', '122417.909000', '122417.912000', '122417.915000', '122417.917000', '122417.920000', '122417.923000', '122417.926000', '122417.929000', '122417.932000', '122417.935000', '122417.937000', '122417.940000', '122417.943000', '122417.946000', '122417.949000', '122417.952000', '122417.955000', '122417.957000', '122417.975000', '122417.977000', '122417.980000', '122417.983000', '122417.986000', '122417.989000', '122417.992000', '122417.995000', '122417.997000', '122418.001000', '122418.004000', '122418.007000', '122418.010000', '122418.012000', '122418.015000', '122418.018000', '122418.021000', '122418.024000', '122418.027000', '122418.030000', '122418.033000', '122418.035000', '122418.038000', '122418.041000', '122418.044000', '122437.909000', '122437.912000', '122437.915000', '122437.917000', '122437.920000', '122437.923000', '122437.926000', '122437.929000', '122437.932000', '122437.935000', '122437.937000', '122437.940000', '122437.943000', '122437.946000', '122437.949000', '122437.952000', '122437.955000', '122437.958000', '122437.960000', '122437.963000', '122437.966000', '122437.969000', '122437.972000', '122437.974000', '122437.977000', '122437.980000', '122437.983000', '122437.986000', '122437.989000', '122437.992000', '122437.994000', '122437.997000', '122438.001000', '122438.004000', '122438.007000', '122438.010000', '122438.012000', '122438.015000', '122438.018000', '122438.021000', '122438.024000', '122438.026000', '122438.029000', '122438.032000', '122457.909000', '122457.912000', '122457.915000', '122457.918000', '122457.921000', '122457.923000', '122457.926000', '122457.929000', '122457.932000', '122457.935000', '122457.938000', '122457.941000', '122457.944000', '122457.947000', '122457.950000', '122457.952000', '122457.955000', '122457.958000', '122457.975000', '122457.978000', '122457.980000', '122457.983000', '122457.986000', '122457.989000', '122458.001000', '122458.004000', '122458.007000', '122458.010000', '122458.015000', '122458.018000', '122458.021000', '122458.023000', '122458.026000', '122458.029000', '122458.032000', '122458.035000', '122458.038000', '122458.041000', '122458.044000', '122458.058000', '122458.061000', '122458.064000', '122458.067000', '122517.909000', '122517.912000', '122517.915000', '122517.917000', '122517.920000', '122517.923000', '122517.926000', '122517.929000', '122517.932000', '122517.935000', '122517.937000', '122517.940000', '122517.943000', '122517.946000', '122517.949000', '122517.952000', '122517.955000', '122517.957000', '122517.960000', '122517.963000', '122517.966000', '122517.969000', '122517.971000', '122517.974000', '122517.978000', '122517.981000', '122517.984000', '122517.987000', '122517.990000', '122517.992000', '122517.995000', '122517.998000', '122518.002000', '122518.005000', '122518.008000', '122518.010000', '122518.013000', '122518.016000', '122518.019000', '122518.022000', '122518.025000', '122518.034000', '122518.037000', '122518.039000', '122537.909000', '122537.912000', '122537.915000', '122537.918000', '122537.921000', '122537.924000', '122537.926000', '122537.929000', '122537.932000', '122537.935000', '122537.938000', '122537.941000', '122537.944000', '122537.946000', '122537.949000', '122537.952000', '122537.955000', '122537.958000', '122537.961000', '122537.963000', '122537.966000', '122537.969000', '122537.972000', '122537.975000', '122537.978000', '122537.980000', '122537.983000', '122537.986000', '122537.989000', '122537.992000', '122537.995000', '122537.998000', '122538.001000', '122538.004000', '122538.007000', '122538.010000', '122538.013000', '122538.016000', '122538.027000', '122538.030000', '122538.033000', '122538.036000', '122538.039000', '122557.909000', '122557.912000', '122557.915000', '122557.918000', '122557.920000', '122557.923000', '122557.926000', '122557.929000', '122557.932000', '122557.935000', '122557.938000', '122557.941000', '122557.943000', '122557.946000', '122557.949000', '122557.952000', '122557.955000', '122557.957000', '122557.960000', '122557.963000', '122557.966000', '122557.969000', '122557.972000', '122557.975000', '122557.977000', '122557.980000', '122557.983000', '122557.986000', '122557.989000', '122557.992000', '122557.994000', '122557.997000', '122558.001000', '122558.004000', '122558.007000', '122558.010000', '122558.013000', '122558.015000', '122558.018000', '122558.021000', '122558.024000', '122558.027000', '122558.030000', '122558.032000', '122617.909000', '122617.912000', '122617.915000', '122617.918000', '122617.920000', '122617.923000', '122617.926000', '122617.929000', '122617.932000', '122617.935000', '122617.938000', '122617.941000', '122617.943000', '122617.946000', '122617.949000', '122617.952000', '122617.955000', '122617.958000', '122617.961000', '122617.963000', '122617.966000', '122617.969000', '122617.972000', '122617.975000', '122617.978000', '122617.981000', '122617.983000', '122617.986000', '122617.989000', '122617.992000', '122617.995000', '122617.998000', '122618.001000', '122618.004000', '122618.007000', '122618.010000', '122618.013000', '122618.016000', '122618.019000', '122618.021000', '122618.024000', '122618.027000', '122618.030000', '122637.909000', '122637.912000', '122637.915000', '122637.918000', '122637.922000', '122637.924000', '122637.927000', '122637.930000', '122637.933000', '122637.936000', '122637.939000', '122637.942000', '122637.944000', '122637.947000', '122637.951000', '122637.953000', '122637.956000', '122637.959000', '122637.962000', '122637.965000', '122637.978000', '122637.981000', '122637.984000', '122637.987000', '122637.989000', '122637.992000', '122637.995000', '122637.998000', '122638.002000', '122638.005000', '122638.008000', '122638.010000', '122638.013000', '122638.016000', '122638.019000', '122638.022000', '122638.025000', '122638.027000', '122638.030000', '122638.033000', '122638.036000', '122638.039000', '122638.042000', '122657.909000', '122657.912000', '122657.915000', '122657.927000', '122657.930000', '122657.933000', '122657.936000', '122657.939000', '122657.941000', '122657.944000', '122657.947000', '122657.950000', '122657.953000', '122657.956000', '122657.959000', '122657.961000', '122657.964000', '122657.967000', '122657.970000', '122657.973000', '122657.975000', '122657.979000', '122657.981000', '122657.984000', '122657.987000', '122657.990000', '122657.993000', '122657.996000', '122657.998000', '122658.002000', '122658.005000', '122658.008000', '122658.011000', '122658.014000', '122658.017000', '122658.019000', '122658.022000', '122658.025000', '122658.028000', '122658.031000', '122658.034000', '122658.037000', '122658.039000', '122658.042000', '122717.909000', '122717.912000', '122717.915000', '122717.919000', '122717.922000', '122717.925000', '122717.927000', '122717.930000', '122717.933000', '122717.936000', '122717.939000', '122717.942000', '122717.945000', '122717.947000', '122717.950000', '122717.953000', '122717.956000', '122717.959000', '122717.962000', '122717.965000', '122717.967000', '122717.970000', '122717.973000', '122717.976000', '122717.979000', '122717.982000', '122717.984000', '122717.987000', '122717.990000', '122717.993000', '122717.996000', '122718.007000', '122718.009000', '122718.012000', '122718.015000', '122718.018000', '122718.021000', '122718.024000', '122718.026000', '122718.030000', '122718.032000', '122718.035000', '122718.038000', '122737.909000', '122737.912000', '122737.915000', '122737.918000', '122737.921000', '122737.923000', '122737.926000', '122737.929000', '122737.932000', '122737.935000', '122737.938000', '122737.941000', '122737.943000', '122737.946000', '122737.949000', '122737.952000', '122737.955000', '122737.957000', '122737.960000', '122737.963000', '122737.966000', '122737.969000', '122737.972000', '122737.975000', '122737.977000', '122737.980000', '122737.983000', '122737.986000', '122737.989000', '122737.992000', '122737.995000', '122737.997000', '122738.001000', '122738.004000', '122738.007000', '122738.010000', '122738.013000', '122738.023000', '122738.026000', '122738.028000', '122738.031000', '122738.034000', '122738.037000', '122738.040000', '122757.909000', '122757.912000', '122757.915000', '122757.918000', '122757.921000', '122757.924000', '122757.927000', '122757.929000', '122757.933000', '122757.935000', '122757.938000', '122757.941000', '122757.944000', '122757.947000', '122757.950000', '122757.953000', '122757.957000', '122757.960000', '122757.963000', '122757.966000', '122757.969000', '122757.972000', '122757.975000', '122757.977000', '122757.980000', '122757.983000', '122757.986000', '122757.993000', '122757.996000', '122758.000000', '122758.003000', '122758.014000', '122758.017000', '122758.020000', '122758.027000', '122758.030000', '122758.032000', '122758.035000', '122758.038000', '122758.041000', '122758.044000', '122758.047000', '122758.050000', '122817.909000', '122817.912000', '122817.915000', '122817.918000', '122817.921000', '122817.924000', '122817.926000', '122817.929000', '122817.932000', '122817.935000', '122817.938000', '122817.941000', '122817.943000', '122817.946000', '122817.949000', '122817.952000', '122817.955000', '122817.958000', '122817.961000', '122817.963000', '122817.966000', '122817.969000', '122817.972000', '122817.975000', '122817.978000', '122817.981000', '122817.983000', '122817.986000', '122817.989000', '122817.992000', '122817.995000', '122817.998000', '122818.002000', '122818.010000', '122818.013000', '122818.016000', '122818.019000', '122818.022000', '122818.025000', '122818.027000', '122818.030000', '122818.033000', '122818.036000', '122818.039000', '122837.909000', '122837.912000', '122837.915000', '122837.924000', '122837.927000', '122837.929000', '122837.932000', '122837.935000', '122837.938000', '122837.941000', '122837.944000', '122837.947000', '122837.950000', '122837.953000', '122837.956000', '122837.960000', '122837.963000', '122837.967000', '122837.969000', '122837.972000', '122837.975000', '122837.978000', '122837.981000', '122837.984000', '122837.986000', '122837.989000', '122837.992000', '122837.995000', '122837.998000', '122838.002000', '122838.005000', '122838.008000', '122838.010000', '122838.013000', '122838.016000', '122838.019000', '122838.022000', '122838.025000', '122838.027000', '122838.030000', '122838.033000', '122838.036000', '122838.039000', '122854.120000', '122854.124000', '122854.127000', '122854.130000', '122854.133000', '122854.136000', '122854.139000', '122854.143000', '122854.146000', '122854.149000', '122854.152000', '122854.155000', '122854.158000', '122854.160000', '122854.163000', '122854.166000', '122854.169000', '122854.172000', '122854.175000', '122854.177000', '122854.180000', '122854.183000', '122854.186000', '122854.189000', '122854.192000', '122854.195000', '122854.198000', '122854.201000', '122854.204000', '122854.207000', '122854.209000', '122854.212000', '122854.215000', '122854.218000', '122854.221000', '122854.224000'], 'InstanceCreationTime': ['122238.072000', '122238.075000', '122238.078000', '122238.081000', '122238.091000', '122238.094000', '122238.097000', '122238.100000', '122238.103000', '122238.106000', '122238.108000', '122238.111000', '122238.114000', '122238.117000', '122238.120000', '122238.123000', '122238.126000', '122238.129000', '122238.131000', '122238.134000', '122238.137000', '122238.140000', '122238.143000', '122238.146000', '122238.148000', '122238.151000', '122238.154000', '122238.157000', '122238.160000', '122238.169000', '122238.171000', '122238.175000', '122238.178000', '122238.181000', '122238.184000', '122238.187000', '122238.189000', '122238.192000', '122238.196000', '122238.198000', '122238.201000', '122238.204000', '122238.207000', '122238.210000', '122238.213000', '122238.216000', '122238.218000', '122238.221000', '122238.224000', '122238.227000', '122238.232000', '122238.236000', '122238.240000', '122238.242000', '122257.909000', '122257.912000', '122257.915000', '122257.918000', '122257.921000', '122257.923000', '122257.926000', '122257.929000', '122257.932000', '122257.935000', '122257.937000', '122257.940000', '122257.943000', '122257.946000', '122257.949000', '122257.952000', '122257.954000', '122257.957000', '122257.960000', '122257.976000', '122257.979000', '122257.982000', '122257.985000', '122257.987000', '122257.990000', '122257.993000', '122257.996000', '122258.000000', '122258.003000', '122258.006000', '122258.008000', '122258.011000', '122258.014000', '122258.017000', '122258.020000', '122258.023000', '122258.026000', '122258.028000', '122258.031000', '122258.034000', '122258.037000', '122258.040000', '122258.043000', '122317.909000', '122317.912000', '122317.915000', '122317.918000', '122317.921000', '122317.923000', '122317.936000', '122317.939000', '122317.942000', '122317.945000', '122317.947000', '122317.950000', '122317.953000', '122317.956000', '122317.959000', '122317.962000', '122317.965000', '122317.967000', '122317.970000', '122317.973000', '122317.976000', '122317.979000', '122317.981000', '122317.984000', '122317.987000', '122317.990000', '122317.993000', '122317.995000', '122317.998000', '122318.002000', '122318.005000', '122318.008000', '122318.011000', '122318.013000', '122318.016000', '122318.019000', '122318.022000', '122318.025000', '122318.028000', '122318.030000', '122318.033000', '122318.036000', '122318.039000', '122318.054000', '122337.909000', '122337.912000', '122337.915000', '122337.918000', '122337.920000', '122337.923000', '122337.926000', '122337.929000', '122337.932000', '122337.934000', '122337.937000', '122337.940000', '122337.943000', '122337.946000', '122337.949000', '122337.952000', '122337.954000', '122337.957000', '122337.970000', '122337.973000', '122337.977000', '122337.980000', '122337.983000', '122337.986000', '122337.996000', '122338.000000', '122338.003000', '122338.005000', '122338.008000', '122338.011000', '122338.014000', '122338.017000', '122338.020000', '122338.022000', '122338.025000', '122338.028000', '122338.031000', '122338.034000', '122338.037000', '122338.039000', '122338.042000', '122338.045000', '122338.048000', '122357.909000', '122357.912000', '122357.915000', '122357.918000', '122357.920000', '122357.923000', '122357.926000', '122357.929000', '122357.932000', '122357.935000', '122357.938000', '122357.940000', '122357.943000', '122357.946000', '122357.949000', '122357.952000', '122357.955000', '122357.957000', '122357.960000', '122357.963000', '122357.966000', '122357.969000', '122357.972000', '122357.974000', '122357.977000', '122357.980000', '122357.983000', '122357.986000', '122357.989000', '122357.991000', '122357.994000', '122357.997000', '122358.001000', '122358.004000', '122358.007000', '122358.009000', '122358.012000', '122358.015000', '122358.018000', '122358.021000', '122358.023000', '122358.026000', '122358.039000', '122358.042000', '122417.909000', '122417.912000', '122417.915000', '122417.917000', '122417.920000', '122417.923000', '122417.926000', '122417.929000', '122417.932000', '122417.935000', '122417.937000', '122417.940000', '122417.943000', '122417.946000', '122417.949000', '122417.952000', '122417.955000', '122417.957000', '122417.975000', '122417.977000', '122417.980000', '122417.983000', '122417.986000', '122417.989000', '122417.992000', '122417.995000', '122417.997000', '122418.001000', '122418.004000', '122418.007000', '122418.010000', '122418.012000', '122418.015000', '122418.018000', '122418.021000', '122418.024000', '122418.027000', '122418.030000', '122418.033000', '122418.035000', '122418.038000', '122418.041000', '122418.044000', '122437.909000', '122437.912000', '122437.915000', '122437.917000', '122437.920000', '122437.923000', '122437.926000', '122437.929000', '122437.932000', '122437.935000', '122437.937000', '122437.940000', '122437.943000', '122437.946000', '122437.949000', '122437.952000', '122437.955000', '122437.958000', '122437.960000', '122437.963000', '122437.966000', '122437.969000', '122437.972000', '122437.974000', '122437.977000', '122437.980000', '122437.983000', '122437.986000', '122437.989000', '122437.992000', '122437.994000', '122437.997000', '122438.001000', '122438.004000', '122438.007000', '122438.010000', '122438.012000', '122438.015000', '122438.018000', '122438.021000', '122438.024000', '122438.026000', '122438.029000', '122438.032000', '122457.909000', '122457.912000', '122457.915000', '122457.918000', '122457.921000', '122457.923000', '122457.926000', '122457.929000', '122457.932000', '122457.935000', '122457.938000', '122457.941000', '122457.944000', '122457.947000', '122457.950000', '122457.952000', '122457.955000', '122457.958000', '122457.975000', '122457.978000', '122457.980000', '122457.983000', '122457.986000', '122457.989000', '122458.001000', '122458.004000', '122458.007000', '122458.010000', '122458.015000', '122458.018000', '122458.021000', '122458.023000', '122458.026000', '122458.029000', '122458.032000', '122458.035000', '122458.038000', '122458.041000', '122458.044000', '122458.058000', '122458.061000', '122458.064000', '122458.067000', '122517.909000', '122517.912000', '122517.915000', '122517.917000', '122517.920000', '122517.923000', '122517.926000', '122517.929000', '122517.932000', '122517.935000', '122517.937000', '122517.940000', '122517.943000', '122517.946000', '122517.949000', '122517.952000', '122517.955000', '122517.957000', '122517.960000', '122517.963000', '122517.966000', '122517.969000', '122517.971000', '122517.974000', '122517.978000', '122517.981000', '122517.984000', '122517.987000', '122517.990000', '122517.992000', '122517.995000', '122517.998000', '122518.002000', '122518.005000', '122518.008000', '122518.010000', '122518.013000', '122518.016000', '122518.019000', '122518.022000', '122518.025000', '122518.034000', '122518.037000', '122518.039000', '122537.909000', '122537.912000', '122537.915000', '122537.918000', '122537.921000', '122537.924000', '122537.926000', '122537.929000', '122537.932000', '122537.935000', '122537.938000', '122537.941000', '122537.944000', '122537.946000', '122537.949000', '122537.952000', '122537.955000', '122537.958000', '122537.961000', '122537.963000', '122537.966000', '122537.969000', '122537.972000', '122537.975000', '122537.978000', '122537.980000', '122537.983000', '122537.986000', '122537.989000', '122537.992000', '122537.995000', '122537.998000', '122538.001000', '122538.004000', '122538.007000', '122538.010000', '122538.013000', '122538.016000', '122538.027000', '122538.030000', '122538.033000', '122538.036000', '122538.039000', '122557.909000', '122557.912000', '122557.915000', '122557.918000', '122557.920000', '122557.923000', '122557.926000', '122557.929000', '122557.932000', '122557.935000', '122557.938000', '122557.941000', '122557.943000', '122557.946000', '122557.949000', '122557.952000', '122557.955000', '122557.957000', '122557.960000', '122557.963000', '122557.966000', '122557.969000', '122557.972000', '122557.975000', '122557.977000', '122557.980000', '122557.983000', '122557.986000', '122557.989000', '122557.992000', '122557.994000', '122557.997000', '122558.001000', '122558.004000', '122558.007000', '122558.010000', '122558.013000', '122558.015000', '122558.018000', '122558.021000', '122558.024000', '122558.027000', '122558.030000', '122558.032000', '122617.909000', '122617.912000', '122617.915000', '122617.918000', '122617.920000', '122617.923000', '122617.926000', '122617.929000', '122617.932000', '122617.935000', '122617.938000', '122617.941000', '122617.943000', '122617.946000', '122617.949000', '122617.952000', '122617.955000', '122617.958000', '122617.961000', '122617.963000', '122617.966000', '122617.969000', '122617.972000', '122617.975000', '122617.978000', '122617.981000', '122617.983000', '122617.986000', '122617.989000', '122617.992000', '122617.995000', '122617.998000', '122618.001000', '122618.004000', '122618.007000', '122618.010000', '122618.013000', '122618.016000', '122618.019000', '122618.021000', '122618.024000', '122618.027000', '122618.030000', '122637.909000', '122637.912000', '122637.915000', '122637.918000', '122637.922000', '122637.924000', '122637.927000', '122637.930000', '122637.933000', '122637.936000', '122637.939000', '122637.942000', '122637.944000', '122637.947000', '122637.951000', '122637.953000', '122637.956000', '122637.959000', '122637.962000', '122637.965000', '122637.978000', '122637.981000', '122637.984000', '122637.987000', '122637.989000', '122637.992000', '122637.995000', '122637.998000', '122638.002000', '122638.005000', '122638.008000', '122638.010000', '122638.013000', '122638.016000', '122638.019000', '122638.022000', '122638.025000', '122638.027000', '122638.030000', '122638.033000', '122638.036000', '122638.039000', '122638.042000', '122657.909000', '122657.912000', '122657.915000', '122657.927000', '122657.930000', '122657.933000', '122657.936000', '122657.939000', '122657.941000', '122657.944000', '122657.947000', '122657.950000', '122657.953000', '122657.956000', '122657.959000', '122657.961000', '122657.964000', '122657.967000', '122657.970000', '122657.973000', '122657.975000', '122657.979000', '122657.981000', '122657.984000', '122657.987000', '122657.990000', '122657.993000', '122657.996000', '122657.998000', '122658.002000', '122658.005000', '122658.008000', '122658.011000', '122658.014000', '122658.017000', '122658.019000', '122658.022000', '122658.025000', '122658.028000', '122658.031000', '122658.034000', '122658.037000', '122658.039000', '122658.042000', '122717.909000', '122717.912000', '122717.915000', '122717.919000', '122717.922000', '122717.925000', '122717.927000', '122717.930000', '122717.933000', '122717.936000', '122717.939000', '122717.942000', '122717.945000', '122717.947000', '122717.950000', '122717.953000', '122717.956000', '122717.959000', '122717.962000', '122717.965000', '122717.967000', '122717.970000', '122717.973000', '122717.976000', '122717.979000', '122717.982000', '122717.984000', '122717.987000', '122717.990000', '122717.993000', '122717.996000', '122718.007000', '122718.009000', '122718.012000', '122718.015000', '122718.018000', '122718.021000', '122718.024000', '122718.026000', '122718.030000', '122718.032000', '122718.035000', '122718.038000', '122737.909000', '122737.912000', '122737.915000', '122737.918000', '122737.921000', '122737.923000', '122737.926000', '122737.929000', '122737.932000', '122737.935000', '122737.938000', '122737.941000', '122737.943000', '122737.946000', '122737.949000', '122737.952000', '122737.955000', '122737.957000', '122737.960000', '122737.963000', '122737.966000', '122737.969000', '122737.972000', '122737.975000', '122737.977000', '122737.980000', '122737.983000', '122737.986000', '122737.989000', '122737.992000', '122737.995000', '122737.997000', '122738.001000', '122738.004000', '122738.007000', '122738.010000', '122738.013000', '122738.023000', '122738.026000', '122738.028000', '122738.031000', '122738.034000', '122738.037000', '122738.040000', '122757.909000', '122757.912000', '122757.915000', '122757.918000', '122757.921000', '122757.924000', '122757.927000', '122757.929000', '122757.933000', '122757.935000', '122757.938000', '122757.941000', '122757.944000', '122757.947000', '122757.950000', '122757.953000', '122757.957000', '122757.960000', '122757.963000', '122757.966000', '122757.969000', '122757.972000', '122757.975000', '122757.977000', '122757.980000', '122757.983000', '122757.986000', '122757.993000', '122757.996000', '122758.000000', '122758.003000', '122758.014000', '122758.017000', '122758.020000', '122758.027000', '122758.030000', '122758.032000', '122758.035000', '122758.038000', '122758.041000', '122758.044000', '122758.047000', '122758.050000', '122817.909000', '122817.912000', '122817.915000', '122817.918000', '122817.921000', '122817.924000', '122817.926000', '122817.929000', '122817.932000', '122817.935000', '122817.938000', '122817.941000', '122817.943000', '122817.946000', '122817.949000', '122817.952000', '122817.955000', '122817.958000', '122817.961000', '122817.963000', '122817.966000', '122817.969000', '122817.972000', '122817.975000', '122817.978000', '122817.981000', '122817.983000', '122817.986000', '122817.989000', '122817.992000', '122817.995000', '122817.998000', '122818.002000', '122818.010000', '122818.013000', '122818.016000', '122818.019000', '122818.022000', '122818.025000', '122818.027000', '122818.030000', '122818.033000', '122818.036000', '122818.039000', '122837.909000', '122837.912000', '122837.915000', '122837.924000', '122837.927000', '122837.929000', '122837.932000', '122837.935000', '122837.938000', '122837.941000', '122837.944000', '122837.947000', '122837.950000', '122837.953000', '122837.956000', '122837.960000', '122837.963000', '122837.967000', '122837.969000', '122837.972000', '122837.975000', '122837.978000', '122837.981000', '122837.984000', '122837.986000', '122837.989000', '122837.992000', '122837.995000', '122837.998000', '122838.002000', '122838.005000', '122838.008000', '122838.010000', '122838.013000', '122838.016000', '122838.019000', '122838.022000', '122838.025000', '122838.027000', '122838.030000', '122838.033000', '122838.036000', '122838.039000', '122854.120000', '122854.124000', '122854.127000', '122854.130000', '122854.133000', '122854.136000', '122854.139000', '122854.143000', '122854.146000', '122854.149000', '122854.152000', '122854.155000', '122854.158000', '122854.160000', '122854.163000', '122854.166000', '122854.169000', '122854.172000', '122854.175000', '122854.177000', '122854.180000', '122854.183000', '122854.186000', '122854.189000', '122854.192000', '122854.195000', '122854.198000', '122854.201000', '122854.204000', '122854.207000', '122854.209000', '122854.212000', '122854.215000', '122854.218000', '122854.221000', '122854.224000'], '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': [12918, 17501, 12779, 13332, 18408, 12873, 13160, 18931, 12448, 14871, 12645, 13285, 16447, 13056, 12668, 17870, 13202, 12831, 16471, 12153, 13883, 12769, 12568, 17004, 12753, 12767, 12759, 12676, 15922, 12125, 12924, 15426, 12510, 16978, 11781, 15443, 12743, 13107, 16218, 12644, 17163, 13462, 14711, 13312, 12443, 17415, 11945, 16622, 14531, 12430, 16727, 13553, 11803, 17203, 12273, 12790, 16779, 12396, 14797, 17310, 12885, 15748, 12445, 12972, 16479, 12639, 13491, 11879, 14015, 12455, 13617, 14376, 15036, 18144, 14582, 14195, 18341, 12431, 13689, 16286, 12281, 16690, 11963, 13172, 12814, 12086, 17521, 13554, 12127, 18401, 12353, 14545, 11735, 12195, 12298, 12490, 12880, 12552, 17372, 14800, 13472, 18548, 12285, 12937, 17866, 12828, 14362, 16307, 12787, 15831, 13335, 13148, 16968, 13551, 12462, 17527, 13482, 14758, 12969, 12834, 16077, 13666, 12078, 17570, 12666, 15864, 12645, 12333, 18576, 12430, 13896, 18660, 12793, 15251, 13118, 12443, 17485, 12577, 12084, 17802, 12524, 16340, 13740, 12954, 18562, 11625, 13940, 18752, 12269, 14944, 14371, 12474, 17304, 12046, 13297, 17442, 12592, 14616, 15163, 12119, 16109, 12574, 13204, 18506, 12051, 15209, 17357, 12317, 15502, 12780, 11937, 17123, 12572, 12045, 17306, 12748, 12333, 16790, 11719, 15586, 12540, 11862, 17166, 12743, 15328, 18908, 12390, 13841, 18444, 12485, 12512, 17673, 12540, 12624, 17137, 12467, 15687, 12867, 12925, 16495, 13582, 11989, 13239, 14746, 12827, 15390, 17685, 12715, 12350, 18733, 12927, 11904, 18922, 12588, 15816, 12815, 11757, 17112, 12602, 11770, 18267, 12884, 13607, 17623, 12047, 16773, 12298, 12423, 16694, 12877, 13351, 15769, 13039, 16652, 12525, 12641, 18883, 12344, 14298, 17174, 12560, 16425, 12998, 12562, 17493, 13262, 12020, 18286, 13155, 13956, 12243, 11754, 16487, 12114, 13899, 17742, 12806, 16119, 12413, 11985, 12198, 11537, 17204, 13022, 11040, 13410, 12079, 12854, 12993, 12084, 12455, 19264, 12571, 11809, 19031, 12788, 15382, 12190, 12549, 13529, 12587, 18872, 12776, 14855, 13876, 11580, 17579, 11164, 15183, 12753, 11615, 18223, 12462, 13024, 16392, 11779, 14254, 12341, 11721, 17077, 12540, 12456, 16514, 11948, 15955, 11918, 12184, 18138, 11486, 14798, 12707, 12745, 17003, 11421, 14295, 16905, 12037, 15473, 12310, 12599, 17215, 11650, 13255, 13763, 11667, 16441, 11950, 12263, 12103, 11749, 16843, 12648, 12665, 12228, 11755, 14408, 11577, 16330, 12145, 11764, 18116, 12623, 11948, 16772, 11396, 14729, 12481, 11984, 17175, 12768, 13407, 12356, 12438, 16911, 12450, 14672, 13300, 12072, 18087, 11881, 16205, 12909, 12595, 18345, 13103, 11584, 18397, 12160, 13777, 16846, 11821, 14165, 12328, 11850, 15879, 12649, 11532, 16707, 12535, 11806, 17103, 12302, 13003, 13528, 11917, 16412, 12088, 12700, 11786, 12033, 16131, 13173, 11687, 17792, 12333, 14291, 15913, 12437, 15678, 12883, 11871, 17790, 12161, 13918, 12276, 11511, 17373, 12011, 14001, 13642, 11744, 14725, 12168, 16048, 11322, 16766, 12166, 13193, 18041, 12794, 11738, 18002, 12651, 11624, 18856, 11033, 13474, 16317, 11827, 14471, 14833, 11913, 16090, 12321, 12751, 17103, 12254, 12138, 17947, 12039, 15617, 12528, 12500, 17409, 11697, 13872, 17800, 12622, 15020, 12384, 12649, 17271, 12886, 12581, 18015, 12343, 11958, 17208, 11441, 12272, 18097, 11702, 12871, 15953, 11257, 15550, 11883, 12282, 16625, 11655, 12788, 17141, 10873, 15610, 11227, 12342, 14019, 11837, 16363, 12261, 11736, 16760, 11456, 12434, 18223, 11635, 14198, 16171, 11740, 14893, 12655, 12206, 16450, 11954, 11536, 18193, 11330, 15753, 11900, 12032, 18012, 12139, 11009, 12837, 11612, 15234, 11265, 14984, 11957, 11159, 15106, 12465, 11789, 17745, 12056, 14805, 12408, 12590, 12089, 12832, 11903, 12387, 17596, 12482, 15632, 12052, 13924, 18143, 12870, 13264, 18436, 11280, 14855, 14307, 11181, 16144, 12587, 12052, 18949, 11107, 12991, 18386, 11301, 11806, 15114, 11348, 14153, 12380, 12109, 15794, 11381, 11971, 13686, 11054, 14145, 12252, 11338, 12381, 14191, 14829, 11528, 14592, 12557, 11273, 16404, 11396, 12138, 15504, 11425, 13371, 12088, 11438, 14971, 11966, 11630, 16734, 12388, 11555, 17164, 12355, 13804, 12277, 11480, 18302, 12071, 13472, 14976, 11611, 15492, 12346, 12036, 17122, 12354, 13394, 17963, 12673, 12412, 16875, 12236, 12578, 12689, 12316, 16037, 12155, 14131, 12198, 11090, 17273, 12059, 12350, 17317, 12186, 14879, 11685, 13740, 11857, 12805, 17862, 12201, 12112, 17801, 11991, 15598, 11718, 14119, 12507, 11513, 18024, 12092, 13556, 12454, 11176, 12769, 11417, 17373, 11661, 13315, 19013, 12218, 15392, 11721, 12645, 12533, 11131, 16141, 11998, 13280, 12422, 10996, 14561, 11497, 15458, 11533, 16086, 12704, 10948, 18259, 11867, 12351, 11803, 11187, 16740, 11888, 11506, 17556, 11857, 11159, 14829, 11554, 13127, 12531, 11763, 15319, 12629, 11556, 16286, 12240, 13958, 12029, 12468, 13153, 12069, 12659, 11873, 13605, 12093, 16207, 12508, 15423, 12056, 15293, 17761, 11969, 14126, 14952, 12066, 15235, 12423, 12014, 12914, 11318, 16880, 12358, 15356, 17060, 11708, 14545, 12565, 11351, 12811, 11442, 17527, 12042, 13095, 15601, 11725, 15539, 12459, 11331, 17685, 12497, 11648, 16965, 12412, 11492, 16347, 12406, 11258, 16854, 12402, 11744, 13382, 12287, 13217, 12283, 12223, 17732, 11835, 12367, 12720, 11351, 16513, 12840, 11598, 17979, 12892, 14919, 12236, 12584, 12863, 11554, 16889, 12609, 12208, 17267, 12826, 11971, 18780, 12038, 13910, 17117, 12433, 13193, 17328, 12142, 12689, 15200, 11604, 14101, 12443, 11502, 15414, 12562, 11814, 18049, 12462, 13306, 12497, 11480, 16668, 12893, 11258, 18049, 12440, 13414, 12762, 11349, 15035, 12638, 11281, 17360, 12310, 13967, 14531, 11546, 15487, 11801, 11547, 17796, 11851, 13516, 11600, 11935, 14676, 11324, 12481, 11655, 14766, 11693, 11710, 17798, 12595, 13511, 12456, 11749, 18594, 11797, 14532, 13439, 11201, 18007, 12282, 11265, 15295, 11560, 15734, 12609, 11522, 18296, 12876, 13600, 12573, 11201, 13213, 11205, 14065, 11925, 18003, 11874, 13849, 11727, 12397, 11134, 15476, 11736, 16973, 12134, 15947, 11565, 15205, 12142, 12136, 12849, 11403, 17588, 12129, 15596, 11805, 15121, 11776, 14842, 12202, 11470, 17560, 12473, 12777, 13149, 11026, 12849, 11180, 17627, 12736], 'WindowCenter': [4412.0, 4429.0, 4392.0, 4393.0, 4409.0, 4366.0, 4365.0, 4395.0, 4364.0, 4385.0, 4374.0, 4376.0, 4383.0, 4361.0, 4363.0, 4396.0, 4362.0, 4364.0, 4385.0, 4364.0, 4373.0, 4364.0, 4364.0, 4384.0, 4364.0, 4364.0, 4364.0, 4365.0, 4388.0, 4382.0, 4382.0, 4385.0, 4378.0, 4400.0, 4369.0, 4402.0, 4378.0, 4390.0, 4398.0, 4379.0, 4412.0, 4390.0, 4402.0, 4391.0, 4394.0, 4412.0, 4370.0, 4399.0, 4377.0, 4366.0, 4398.0, 4376.0, 4368.0, 4400.0, 4378.0, 4377.0, 4385.0, 4363.0, 4375.0, 4397.0, 4367.0, 4387.0, 4367.0, 4378.0, 4398.0, 4380.0, 4377.0, 4369.0, 4400.0, 4380.0, 4404.0, 4415.0, 4417.0, 4425.0, 4390.0, 4380.0, 4399.0, 4367.0, 4378.0, 4386.0, 4367.0, 4400.0, 4367.0, 4379.0, 4365.0, 4364.0, 4398.0, 4366.0, 4357.0, 4399.0, 4367.0, 4390.0, 4354.0, 4355.0, 4366.0, 4365.0, 4378.0, 4379.0, 4413.0, 4381.0, 4381.0, 4412.0, 4369.0, 4379.0, 4396.0, 4365.0, 4376.0, 4386.0, 4365.0, 4387.0, 4377.0, 4380.0, 4399.0, 4364.0, 4366.0, 4398.0, 4378.0, 4376.0, 4363.0, 4365.0, 4386.0, 4377.0, 4368.0, 4396.0, 4370.0, 4391.0, 4379.0, 4382.0, 4409.0, 4366.0, 4377.0, 4397.0, 4367.0, 4387.0, 4366.0, 4366.0, 4398.0, 4366.0, 4355.0, 4395.0, 4365.0, 4387.0, 4378.0, 4367.0, 4410.0, 4358.0, 4378.0, 4396.0, 4353.0, 4376.0, 4364.0, 4353.0, 4383.0, 4363.0, 4375.0, 4383.0, 4354.0, 4377.0, 4374.0, 4368.0, 4401.0, 4378.0, 4379.0, 4407.0, 4366.0, 4388.0, 4395.0, 4367.0, 4387.0, 4366.0, 4369.0, 4411.0, 4367.0, 4366.0, 4384.0, 4354.0, 4365.0, 4398.0, 4368.0, 4401.0, 4367.0, 4367.0, 4400.0, 4366.0, 4389.0, 4410.0, 4366.0, 4376.0, 4395.0, 4352.0, 4352.0, 4386.0, 4364.0, 4365.0, 4394.0, 4364.0, 4384.0, 4363.0, 4367.0, 4385.0, 4376.0, 4368.0, 4381.0, 4400.0, 4393.0, 4416.0, 4413.0, 4382.0, 4367.0, 4397.0, 4366.0, 4356.0, 4399.0, 4367.0, 4387.0, 4367.0, 4367.0, 4396.0, 4364.0, 4354.0, 4408.0, 4367.0, 4377.0, 4396.0, 4368.0, 4398.0, 4369.0, 4378.0, 4398.0, 4367.0, 4379.0, 4388.0, 4379.0, 4402.0, 4382.0, 4392.0, 4412.0, 4367.0, 4388.0, 4397.0, 4368.0, 4398.0, 4377.0, 4379.0, 4410.0, 4376.0, 4364.0, 4397.0, 4364.0, 4376.0, 4367.0, 4368.0, 4399.0, 4367.0, 4391.0, 4401.0, 4380.0, 4401.0, 4368.0, 4370.0, 4379.0, 4369.0, 4409.0, 4378.0, 4358.0, 4377.0, 4380.0, 4394.0, 4392.0, 4393.0, 4395.0, 4426.0, 4370.0, 4370.0, 4411.0, 4381.0, 4400.0, 4380.0, 4382.0, 4391.0, 4379.0, 4411.0, 4367.0, 4388.0, 4377.0, 4368.0, 4400.0, 4368.0, 4389.0, 4376.0, 4367.0, 4397.0, 4365.0, 4365.0, 4386.0, 4354.0, 4373.0, 4363.0, 4354.0, 4385.0, 4363.0, 4365.0, 4386.0, 4365.0, 4387.0, 4351.0, 4354.0, 4395.0, 4353.0, 4375.0, 4363.0, 4365.0, 4385.0, 4353.0, 4376.0, 4385.0, 4353.0, 4374.0, 4353.0, 4365.0, 4384.0, 4355.0, 4380.0, 4376.0, 4356.0, 4384.0, 4365.0, 4366.0, 4365.0, 4365.0, 4397.0, 4367.0, 4380.0, 4370.0, 4381.0, 4402.0, 4380.0, 4399.0, 4366.0, 4367.0, 4398.0, 4366.0, 4368.0, 4399.0, 4367.0, 4387.0, 4365.0, 4356.0, 4397.0, 4365.0, 4380.0, 4379.0, 4381.0, 4398.0, 4365.0, 4388.0, 4377.0, 4370.0, 4425.0, 4385.0, 4414.0, 4379.0, 4369.0, 4399.0, 4366.0, 4357.0, 4398.0, 4355.0, 4376.0, 4385.0, 4354.0, 4365.0, 4354.0, 4354.0, 4385.0, 4364.0, 4356.0, 4386.0, 4367.0, 4355.0, 4386.0, 4366.0, 4367.0, 4365.0, 4355.0, 4387.0, 4367.0, 4379.0, 4368.0, 4382.0, 4402.0, 4379.0, 4372.0, 4413.0, 4381.0, 4392.0, 4400.0, 4381.0, 4404.0, 4369.0, 4370.0, 4400.0, 4380.0, 4392.0, 4380.0, 4371.0, 4412.0, 4381.0, 4392.0, 4394.0, 4383.0, 4402.0, 4382.0, 4415.0, 4384.0, 4425.0, 4382.0, 4381.0, 4414.0, 4369.0, 4370.0, 4402.0, 4367.0, 4357.0, 4410.0, 4358.0, 4377.0, 4384.0, 4355.0, 4375.0, 4376.0, 4368.0, 4398.0, 4380.0, 4391.0, 4400.0, 4365.0, 4366.0, 4395.0, 4366.0, 4388.0, 4367.0, 4378.0, 4399.0, 4367.0, 4379.0, 4399.0, 4367.0, 4388.0, 4367.0, 4368.0, 4387.0, 4362.0, 4354.0, 4385.0, 4352.0, 4342.0, 4383.0, 4341.0, 4365.0, 4397.0, 4354.0, 4353.0, 4371.0, 4343.0, 4372.0, 4350.0, 4352.0, 4383.0, 4352.0, 4364.0, 4387.0, 4346.0, 4386.0, 4355.0, 4366.0, 4375.0, 4354.0, 4386.0, 4353.0, 4355.0, 4384.0, 4354.0, 4366.0, 4396.0, 4354.0, 4375.0, 4382.0, 4356.0, 4385.0, 4364.0, 4365.0, 4387.0, 4367.0, 4368.0, 4397.0, 4358.0, 4389.0, 4367.0, 4381.0, 4413.0, 4367.0, 4357.0, 4366.0, 4356.0, 4389.0, 4369.0, 4400.0, 4368.0, 4358.0, 4389.0, 4366.0, 4370.0, 4409.0, 4383.0, 4402.0, 4381.0, 4380.0, 4394.0, 4393.0, 4371.0, 4381.0, 4413.0, 4395.0, 4417.0, 4395.0, 4404.0, 4427.0, 4384.0, 4381.0, 4409.0, 4356.0, 4377.0, 4376.0, 4355.0, 4387.0, 4354.0, 4355.0, 4398.0, 4342.0, 4351.0, 4372.0, 4326.0, 4337.0, 4359.0, 4328.0, 4358.0, 4337.0, 4339.0, 4372.0, 4339.0, 4339.0, 4349.0, 4329.0, 4360.0, 4353.0, 4354.0, 4365.0, 4376.0, 4373.0, 4345.0, 4374.0, 4354.0, 4356.0, 4386.0, 4367.0, 4367.0, 4385.0, 4354.0, 4364.0, 4354.0, 4356.0, 4387.0, 4367.0, 4369.0, 4399.0, 4366.0, 4370.0, 4397.0, 4366.0, 4378.0, 4368.0, 4370.0, 4409.0, 4369.0, 4379.0, 4389.0, 4370.0, 4392.0, 4370.0, 4370.0, 4413.0, 4369.0, 4381.0, 4402.0, 4369.0, 4368.0, 4399.0, 4368.0, 4382.0, 4381.0, 4380.0, 4401.0, 4382.0, 4403.0, 4381.0, 4371.0, 4412.0, 4381.0, 4382.0, 4412.0, 4382.0, 4392.0, 4383.0, 4403.0, 4384.0, 4394.0, 4414.0, 4370.0, 4370.0, 4400.0, 4382.0, 4402.0, 4383.0, 4403.0, 4380.0, 4370.0, 4400.0, 4370.0, 4380.0, 4368.0, 4372.0, 4380.0, 4381.0, 4413.0, 4368.0, 4380.0, 4400.0, 4367.0, 4389.0, 4380.0, 4379.0, 4365.0, 4354.0, 4385.0, 4355.0, 4376.0, 4365.0, 4360.0, 4391.0, 4370.0, 4402.0, 4370.0, 4399.0, 4364.0, 4345.0, 4400.0, 4354.0, 4366.0, 4355.0, 4356.0, 4387.0, 4353.0, 4354.0, 4386.0, 4354.0, 4354.0, 4374.0, 4355.0, 4376.0, 4367.0, 4368.0, 4387.0, 4380.0, 4383.0, 4401.0, 4367.0, 4389.0, 4379.0, 4380.0, 4391.0, 4381.0, 4380.0, 4382.0, 4394.0, 4383.0, 4415.0, 4397.0, 4407.0, 4385.0, 4417.0, 4414.0, 4369.0, 4379.0, 4377.0, 4367.0, 4389.0, 4369.0, 4380.0, 4381.0, 4373.0, 4411.0, 4380.0, 4402.0, 4401.0, 4370.0, 4389.0, 4369.0, 4369.0, 4381.0, 4382.0, 4413.0, 4370.0, 4380.0, 4389.0, 4369.0, 4401.0, 4371.0, 4372.0, 4412.0, 4367.0, 4358.0, 4399.0, 4367.0, 4356.0, 4388.0, 4367.0, 4357.0, 4396.0, 4368.0, 4368.0, 4377.0, 4369.0, 4378.0, 4367.0, 4370.0, 4411.0, 4383.0, 4382.0, 4392.0, 4371.0, 4403.0, 4380.0, 4371.0, 4402.0, 4381.0, 4390.0, 4384.0, 4382.0, 4392.0, 4373.0, 4402.0, 4368.0, 4370.0, 4402.0, 4380.0, 4373.0, 4422.0, 4382.0, 4393.0, 4399.0, 4367.0, 4368.0, 4389.0, 4367.0, 4369.0, 4387.0, 4369.0, 4390.0, 4367.0, 4357.0, 4388.0, 4365.0, 4366.0, 4400.0, 4368.0, 4380.0, 4382.0, 4382.0, 4402.0, 4369.0, 4359.0, 4400.0, 4369.0, 4381.0, 4379.0, 4370.0, 4391.0, 4378.0, 4358.0, 4398.0, 4368.0, 4390.0, 4380.0, 4359.0, 4390.0, 4369.0, 4368.0, 4396.0, 4355.0, 4378.0, 4356.0, 4368.0, 4388.0, 4369.0, 4381.0, 4382.0, 4402.0, 4367.0, 4365.0, 4399.0, 4366.0, 4379.0, 4380.0, 4382.0, 4410.0, 4369.0, 4390.0, 4367.0, 4358.0, 4401.0, 4368.0, 4386.0, 4400.0, 4368.0, 4399.0, 4365.0, 4355.0, 4398.0, 4379.0, 4375.0, 4365.0, 4354.0, 4366.0, 4353.0, 4365.0, 4353.0, 4397.0, 4357.0, 4376.0, 4365.0, 4378.0, 4368.0, 4387.0, 4366.0, 4399.0, 4368.0, 4389.0, 4357.0, 4386.0, 4367.0, 4365.0, 4363.0, 4354.0, 4386.0, 4354.0, 4385.0, 4367.0, 4388.0, 4369.0, 4390.0, 4366.0, 4355.0, 4396.0, 4364.0, 4367.0, 4377.0, 4357.0, 4390.0, 4370.0, 4399.0, 4379.0], 'WindowWidth': [9720.0, 9738.0, 9673.0, 9670.0, 9694.0, 9624.0, 9623.0, 9668.0, 9618.0, 9651.0, 9633.0, 9636.0, 9647.0, 9611.0, 9616.0, 9669.0, 9611.0, 9618.0, 9652.0, 9619.0, 9630.0, 9615.0, 9617.0, 9650.0, 9616.0, 9620.0, 9619.0, 9621.0, 9658.0, 9654.0, 9656.0, 9653.0, 9644.0, 9679.0, 9633.0, 9684.0, 9644.0, 9664.0, 9674.0, 9648.0, 9701.0, 9662.0, 9684.0, 9666.0, 9673.0, 9703.0, 9636.0, 9677.0, 9640.0, 9622.0, 9675.0, 9638.0, 9629.0, 9680.0, 9642.0, 9639.0, 9652.0, 9615.0, 9636.0, 9672.0, 9625.0, 9656.0, 9625.0, 9644.0, 9673.0, 9645.0, 9642.0, 9633.0, 9679.0, 9652.0, 9692.0, 9708.0, 9715.0, 9730.0, 9663.0, 9651.0, 9676.0, 9625.0, 9642.0, 9654.0, 9624.0, 9675.0, 9627.0, 9644.0, 9619.0, 9618.0, 9674.0, 9620.0, 9611.0, 9678.0, 9626.0, 9660.0, 9600.0, 9604.0, 9621.0, 9620.0, 9640.0, 9644.0, 9705.0, 9653.0, 9649.0, 9698.0, 9632.0, 9645.0, 9665.0, 9618.0, 9637.0, 9654.0, 9621.0, 9656.0, 9640.0, 9647.0, 9673.0, 9617.0, 9623.0, 9674.0, 9639.0, 9640.0, 9611.0, 9619.0, 9655.0, 9640.0, 9631.0, 9670.0, 9634.0, 9663.0, 9647.0, 9655.0, 9692.0, 9623.0, 9639.0, 9670.0, 9625.0, 9656.0, 9621.0, 9624.0, 9674.0, 9620.0, 9607.0, 9666.0, 9620.0, 9657.0, 9641.0, 9628.0, 9696.0, 9614.0, 9643.0, 9669.0, 9602.0, 9640.0, 9618.0, 9599.0, 9644.0, 9615.0, 9634.0, 9647.0, 9602.0, 9639.0, 9633.0, 9628.0, 9678.0, 9641.0, 9646.0, 9686.0, 9623.0, 9657.0, 9666.0, 9625.0, 9656.0, 9623.0, 9631.0, 9696.0, 9626.0, 9622.0, 9648.0, 9601.0, 9623.0, 9672.0, 9629.0, 9679.0, 9625.0, 9628.0, 9679.0, 9624.0, 9662.0, 9696.0, 9625.0, 9639.0, 9666.0, 9597.0, 9599.0, 9649.0, 9617.0, 9619.0, 9660.0, 9617.0, 9646.0, 9613.0, 9623.0, 9652.0, 9635.0, 9628.0, 9651.0, 9680.0, 9673.0, 9713.0, 9709.0, 9653.0, 9628.0, 9673.0, 9622.0, 9610.0, 9676.0, 9624.0, 9656.0, 9626.0, 9628.0, 9668.0, 9617.0, 9606.0, 9688.0, 9626.0, 9642.0, 9669.0, 9627.0, 9674.0, 9631.0, 9642.0, 9672.0, 9624.0, 9646.0, 9659.0, 9648.0, 9687.0, 9655.0, 9670.0, 9700.0, 9628.0, 9658.0, 9672.0, 9628.0, 9675.0, 9639.0, 9647.0, 9696.0, 9636.0, 9619.0, 9671.0, 9618.0, 9638.0, 9624.0, 9629.0, 9677.0, 9628.0, 9665.0, 9682.0, 9648.0, 9682.0, 9628.0, 9636.0, 9646.0, 9635.0, 9693.0, 9641.0, 9619.0, 9640.0, 9652.0, 9670.0, 9676.0, 9678.0, 9682.0, 9735.0, 9635.0, 9637.0, 9699.0, 9649.0, 9679.0, 9649.0, 9656.0, 9667.0, 9648.0, 9702.0, 9626.0, 9661.0, 9643.0, 9630.0, 9681.0, 9630.0, 9659.0, 9639.0, 9630.0, 9676.0, 9620.0, 9623.0, 9654.0, 9605.0, 9631.0, 9614.0, 9605.0, 9653.0, 9615.0, 9624.0, 9654.0, 9623.0, 9654.0, 9597.0, 9604.0, 9668.0, 9603.0, 9636.0, 9614.0, 9619.0, 9651.0, 9600.0, 9637.0, 9652.0, 9600.0, 9633.0, 9601.0, 9619.0, 9649.0, 9607.0, 9649.0, 9640.0, 9611.0, 9651.0, 9623.0, 9624.0, 9620.0, 9621.0, 9671.0, 9627.0, 9650.0, 9635.0, 9651.0, 9684.0, 9650.0, 9680.0, 9622.0, 9625.0, 9678.0, 9622.0, 9630.0, 9678.0, 9626.0, 9656.0, 9619.0, 9609.0, 9670.0, 9619.0, 9650.0, 9646.0, 9652.0, 9671.0, 9622.0, 9657.0, 9638.0, 9634.0, 9726.0, 9665.0, 9707.0, 9647.0, 9632.0, 9678.0, 9621.0, 9611.0, 9673.0, 9608.0, 9638.0, 9652.0, 9603.0, 9620.0, 9600.0, 9603.0, 9649.0, 9615.0, 9606.0, 9654.0, 9623.0, 9609.0, 9654.0, 9621.0, 9626.0, 9621.0, 9605.0, 9654.0, 9627.0, 9646.0, 9630.0, 9653.0, 9687.0, 9646.0, 9641.0, 9702.0, 9652.0, 9670.0, 9680.0, 9653.0, 9690.0, 9631.0, 9634.0, 9680.0, 9648.0, 9668.0, 9648.0, 9637.0, 9701.0, 9650.0, 9670.0, 9674.0, 9658.0, 9684.0, 9656.0, 9708.0, 9662.0, 9723.0, 9656.0, 9654.0, 9714.0, 9633.0, 9633.0, 9691.0, 9623.0, 9614.0, 9696.0, 9617.0, 9640.0, 9647.0, 9604.0, 9637.0, 9639.0, 9627.0, 9675.0, 9649.0, 9667.0, 9678.0, 9621.0, 9624.0, 9666.0, 9623.0, 9661.0, 9626.0, 9645.0, 9676.0, 9627.0, 9647.0, 9678.0, 9627.0, 9658.0, 9625.0, 9628.0, 9657.0, 9611.0, 9603.0, 9653.0, 9595.0, 9585.0, 9645.0, 9582.0, 9620.0, 9672.0, 9602.0, 9601.0, 9624.0, 9584.0, 9627.0, 9592.0, 9597.0, 9644.0, 9597.0, 9620.0, 9657.0, 9596.0, 9652.0, 9609.0, 9625.0, 9634.0, 9604.0, 9654.0, 9602.0, 9606.0, 9651.0, 9605.0, 9623.0, 9668.0, 9604.0, 9635.0, 9644.0, 9608.0, 9649.0, 9618.0, 9622.0, 9656.0, 9624.0, 9629.0, 9673.0, 9615.0, 9660.0, 9626.0, 9650.0, 9702.0, 9626.0, 9615.0, 9623.0, 9611.0, 9660.0, 9631.0, 9678.0, 9631.0, 9615.0, 9662.0, 9625.0, 9635.0, 9697.0, 9657.0, 9683.0, 9650.0, 9650.0, 9676.0, 9675.0, 9637.0, 9651.0, 9705.0, 9678.0, 9715.0, 9678.0, 9695.0, 9734.0, 9660.0, 9654.0, 9694.0, 9610.0, 9643.0, 9639.0, 9607.0, 9657.0, 9605.0, 9606.0, 9682.0, 9586.0, 9595.0, 9631.0, 9553.0, 9569.0, 9603.0, 9558.0, 9599.0, 9569.0, 9573.0, 9625.0, 9576.0, 9575.0, 9588.0, 9561.0, 9606.0, 9600.0, 9606.0, 9621.0, 9639.0, 9631.0, 9591.0, 9634.0, 9603.0, 9607.0, 9653.0, 9627.0, 9629.0, 9650.0, 9603.0, 9620.0, 9603.0, 9607.0, 9655.0, 9625.0, 9630.0, 9675.0, 9623.0, 9638.0, 9674.0, 9625.0, 9643.0, 9628.0, 9638.0, 9692.0, 9631.0, 9649.0, 9662.0, 9635.0, 9669.0, 9633.0, 9635.0, 9700.0, 9631.0, 9653.0, 9683.0, 9629.0, 9630.0, 9675.0, 9630.0, 9655.0, 9651.0, 9650.0, 9682.0, 9655.0, 9687.0, 9651.0, 9640.0, 9699.0, 9651.0, 9656.0, 9701.0, 9656.0, 9669.0, 9657.0, 9687.0, 9662.0, 9678.0, 9707.0, 9634.0, 9636.0, 9682.0, 9657.0, 9684.0, 9660.0, 9686.0, 9648.0, 9635.0, 9683.0, 9633.0, 9653.0, 9629.0, 9638.0, 9650.0, 9653.0, 9704.0, 9629.0, 9649.0, 9685.0, 9628.0, 9663.0, 9651.0, 9647.0, 9621.0, 9603.0, 9650.0, 9606.0, 9637.0, 9622.0, 9622.0, 9667.0, 9635.0, 9685.0, 9637.0, 9678.0, 9617.0, 9593.0, 9679.0, 9604.0, 9623.0, 9607.0, 9609.0, 9655.0, 9601.0, 9605.0, 9653.0, 9601.0, 9604.0, 9633.0, 9606.0, 9637.0, 9624.0, 9628.0, 9657.0, 9649.0, 9661.0, 9683.0, 9630.0, 9660.0, 9646.0, 9651.0, 9666.0, 9651.0, 9651.0, 9653.0, 9674.0, 9659.0, 9709.0, 9684.0, 9699.0, 9663.0, 9711.0, 9710.0, 9631.0, 9646.0, 9642.0, 9624.0, 9661.0, 9630.0, 9650.0, 9649.0, 9643.0, 9697.0, 9648.0, 9683.0, 9683.0, 9634.0, 9662.0, 9629.0, 9632.0, 9648.0, 9656.0, 9702.0, 9634.0, 9649.0, 9662.0, 9630.0, 9683.0, 9636.0, 9639.0, 9701.0, 9624.0, 9615.0, 9675.0, 9621.0, 9609.0, 9658.0, 9622.0, 9610.0, 9666.0, 9627.0, 9629.0, 9639.0, 9630.0, 9644.0, 9625.0, 9633.0, 9694.0, 9656.0, 9655.0, 9666.0, 9639.0, 9688.0, 9647.0, 9638.0, 9685.0, 9649.0, 9663.0, 9658.0, 9656.0, 9669.0, 9644.0, 9689.0, 9628.0, 9633.0, 9686.0, 9646.0, 9643.0, 9715.0, 9655.0, 9670.0, 9679.0, 9623.0, 9628.0, 9662.0, 9624.0, 9632.0, 9658.0, 9629.0, 9661.0, 9624.0, 9611.0, 9658.0, 9620.0, 9624.0, 9680.0, 9627.0, 9648.0, 9652.0, 9655.0, 9687.0, 9630.0, 9620.0, 9681.0, 9631.0, 9652.0, 9646.0, 9633.0, 9665.0, 9643.0, 9617.0, 9675.0, 9629.0, 9665.0, 9651.0, 9617.0, 9665.0, 9632.0, 9629.0, 9666.0, 9605.0, 9645.0, 9611.0, 9630.0, 9659.0, 9632.0, 9655.0, 9658.0, 9688.0, 9629.0, 9624.0, 9680.0, 9625.0, 9649.0, 9647.0, 9656.0, 9694.0, 9633.0, 9664.0, 9625.0, 9615.0, 9684.0, 9629.0, 9667.0, 9681.0, 9631.0, 9675.0, 9618.0, 9605.0, 9679.0, 9647.0, 9639.0, 9621.0, 9607.0, 9623.0, 9605.0, 9621.0, 9605.0, 9672.0, 9613.0, 9640.0, 9625.0, 9647.0, 9634.0, 9656.0, 9627.0, 9678.0, 9632.0, 9662.0, 9614.0, 9656.0, 9625.0, 9622.0, 9614.0, 9604.0, 9655.0, 9605.0, 9654.0, 9626.0, 9660.0, 9632.0, 9666.0, 9624.0, 9606.0, 9669.0, 9619.0, 9629.0, 9639.0, 9617.0, 9663.0, 9638.0, 9681.0, 9649.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.0005326490825688073</td></tr>
<tr><td colspan=3>aqi</td><td>0.027067346330275226</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>45.17480026406431</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2626926144087258</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9954473122502886</td></tr>
<tr><td colspan=3>efc</td><td>0.5234</td></tr>
<tr><td colspan=3>fber</td><td>3027.2358</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11155841952529623</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>51</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.848623853211009</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3039448361577737</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2035263111002026</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5515119391672147</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1567962582059037</td></tr>
<tr><td colspan=3>gcor</td><td>0.0106352</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.005910785403102636</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025858823210000992</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.121209192387262</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>30.9176</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>67.9311</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>245.4312</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>67.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>290106.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1174.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>437.3938</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7926</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>508.3988</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3498.0842</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3679.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>86438.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1351.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4532.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>892.694</td></tr>
<tr><td colspan=3>tsnr</td><td>36.95267782174051</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>