ska_oso_pdm.proposal

../_images/ska_oso_pdm_proposal.svg

Class diagram for an OSO Proposal

A current example of Proposal json is presented below:

{
  "prsl_id": "prp-ska01-202204-01",
  "submitted_on": "2022-09-23T15:43:53.971548Z",
  "submitted_by": "TestUser",
  "status": "submitted",
  "investigators": [
    "user2",
    "user1"
  ],
  "metadata": {
    "version": 1,
    "created_by": "TestUser",
    "created_on": "2022-09-23T15:43:53.971548Z",
    "last_modified_by": "TestUser",
    "last_modified_on": "2022-09-23T15:43:53.971548Z"
  },
  "proposal_info": {
    "title": "The Milky Way View",
    "cycle": "SKA_5000_2023",
    "abstract": "Pretty Looking frontend depends on hard work put into good wireframing and requirement gathering",
    "proposal_type": {
      "main_type": "Standard Proposal",
      "sub_type": "Coordinated Proposal"
    },
    "science_category": "gjhjkhklj",
    "targets": [
      {
        "target_id": "M28",
        "pointing_pattern": {
          "active": "SinglePointParameters",
          "parameters": [
            {
              "kind": "SinglePointParameters",
              "offset_x_arcsec": 0.0,
              "offset_y_arcsec": 0.0
            }
          ]
        },
        "reference_coordinate": {
          "kind": "equatorial",
          "ra": 250.0,
          "dec": 30.0,
          "unit": [
            "deg",
            "deg"
          ],
          "reference_frame": "icrs"
        },
        "radial_velocity": {
          "quantity": {
            "value": -12.345,
            "unit": "m / s"
          },
          "definition": "OPTICAL",
          "reference_frame": "LSRK",
          "redshift": 1.2
        }
      },
      {
        "target_id": "M1",
        "pointing_pattern": {
          "active": "SinglePointParameters",
          "parameters": [
            {
              "kind": "SinglePointParameters",
              "offset_x_arcsec": 0.0,
              "offset_y_arcsec": 0.0
            }
          ]
        },
        "reference_coordinate": {
          "kind": "equatorial",
          "ra": 250.0,
          "dec": -30.0,
          "unit": [
            "deg",
            "deg"
          ],
          "reference_frame": "icrs"
        },
        "radial_velocity": {
          "quantity": {
            "value": 0.0,
            "unit": "km / s"
          },
          "definition": "RADIO",
          "reference_frame": "LSRK",
          "redshift": 0.0
        }
      }
    ],
    "investigators": [
      {
        "investigator_id": 123,
        "first_name": "Van Loo",
        "last_name": "Cheng",
        "email": "ask.lop@map.com",
        "organization": "University of Free Town",
        "for_phd": true,
        "principal_investigator": true
      },
      {
        "investigator_id": 666,
        "first_name": "Van Loo",
        "last_name": "Cheng",
        "email": "ask.lop@map.com",
        "organization": "University of Free Town",
        "for_phd": false,
        "principal_investigator": false
      }
    ],
    "science_programmes": [
      {
        "array": "MID",
        "subarray": "subarray 1",
        "linked_sources": [
          "M28",
          "M1"
        ],
        "observation_type": "Continuum"
      },
      {
        "array": "MID",
        "subarray": "subarray 1",
        "linked_sources": [
          "M28",
          "M1"
        ],
        "observation_type": "Continuum"
      }
    ]
  }
}