I-1K

I-1K (also referred to as INSAT-1000) is a satellite bus developed by the Indian Space Research Organisation (ISRO) and marketed by Antrix Corporation.[1] The I-1K bus is designed to be compatible with lightweight geostationary satellites and is commonly used for meteorological satellites.

Design

  • The I-1K bus can be used for satellites in the lightweight category, with a launch mass between 1,050 and 1,100 kilograms (2,310 and 2,430 lb).
  • Its dimensions are 1.505 m × 1.476 m × 1.530 m (4.94 ft × 4.84 ft × 5.02 ft).
  • I-1K's dry mass is 500 kg (1,100 lb) and can support payloads of 100 kg (220 lb).
  • Its power systems can supply between 500 and 1000 watts.[2]
  • The average transponder life is 7 years which can be extended up to 12 years.

List of satellites launched using I-1K platform

gollark: I just want to know how to idiomatically make GCable wrappers for the various C objects.
gollark: No, I have that stuff done.
gollark: I want a *different* set of "OPERATIONS ON RELEVANT NODE THING" and no HTML generation at the end, and it would be bees to just copy-paste the function here.
gollark: As of now, my code does```nimproc renderToHtml*(input: string): string = let wlRegex = re"\[\[([^:\]]+):?([^\]]+)?\]\]" let opt = CMARK_OPT_UNSAFE or CMARK_OPT_FOOTNOTES or CMARK_OPT_STRIKETHROUGH_DOUBLE_TILDE or CMARK_OPT_TABLE_PREFER_STYLE_ATTRIBUTES # create parser instance let str: cstring = input len: csize_t = len(input).csize_t parser: ParserPtr = cmark_parser_new(opt.cint) if parser == nil: raise newException(CatchableError, "failed to initialize parser") defer: cmark_parser_free(parser) [further initialization stuff] # parse document, get AST cmark_parser_feed(parser, str, len) let doc = cmark_parser_finish(parser) defer: cmark_node_free(doc) if doc == nil: raise newException(CatchableError, "parsing failed - should not occur") # iterate over AST using built-in cmark-gfm AST iteration thing for (evType, node) in cmarkTree(doc): # if it is a text node [OPERATIONS ON RELEVANT NODE THING] let html: cstring = cmark_render_html(doc, opt.cint, cmark_parser_get_syntax_extensions(parser)) defer: free(html) result = $html```
gollark: cmark. I will explain.

See also

References

  1. "Spacecraft Systems and Subsystems". Antrix Corporation. 2010. Archived from the original on February 20, 2014. Retrieved February 7, 2014.
  2. "INSAT 1000 spacecraft bus" (PDF). Antrix Corporation. Archived from the original (PDF) on September 23, 2015. Retrieved December 30, 2013.
  3. "ISRO: I-1K (I-1000) Bus". Skyrocket.de. Retrieved December 30, 2013.
  4. "Mars Orbiter Spacecraft". ISRO. January 2014. Retrieved November 6, 2013.


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.