astro

Source:

Methods

(static) messageAstroCaptureDarkFrameWithParam(exp_index, gain_index, bin_index, cap_size) → {Uint8Array}

Description:
  • 4.10.22 Start shooting the dark field with specified parameters Create Encoded Packet for the command CMD_ASTRO_START_CAPTURE_RAW_DARK_WITH_PARAM
Source:
Parameters:
Name Type Description
exp_index number // Exposure parameter index value
gain_index number // Gain parameter index value
bin_index number // Binning parameter index value
cap_size number // Number of shots
Returns:
Type
Uint8Array

(static) messageAstroCaptureWideDarkFrameWithParam(exp_index, gain_index, bin_index, cap_size) → {Uint8Array}

Description:
  • 4.10.26 Start shooting wide-angle dark field with specified parameters Create Encoded Packet for the command CMD_ASTRO_START_CAPTURE_WIDE_RAW_DARK_WITH_PARAM
Source:
Parameters:
Name Type Description
exp_index number // Exposure parameter index value
gain_index number // Gain parameter index value
bin_index number // Binning parameter index value
cap_size number // Number of shots
Returns:
Type
Uint8Array

(static) messageAstroCheckGotDark() → {Uint8Array}

Description:
  • 4.10.13 Inquire about the dark field that has been shot Create Encoded Packet for the command CMD_ASTRO_CHECK_GOT_DARK
Source:
Returns:
Type
Uint8Array

(static) messageAstroDelDarkFrameList(exp_index, gain_index, bin_index) → {Uint8Array}

Description:
  • 4.10.25 Delete the specified dark field list Create Encoded Packet for the command CMD_ASTRO_DEL_DARK_FRAME_LIST
Source:
Parameters:
Name Type Description
exp_index number // Exposure parameter index value
gain_index number // Gain parameter index value
bin_index number // Binning parameter index value
Returns:
Type
Uint8Array

(static) messageAstroDelWideDarkFrameList(exp_index, gain_index, bin_index) → {Uint8Array}

Description:
  • 4.10.29 Delete the specified wide-angle dark field list Create Encoded Packet for the command CMD_ASTRO_DEL_WIDE_DARK_FRAME_LIST
Source:
Parameters:
Name Type Description
exp_index number // Exposure parameter index value
gain_index number // Gain parameter index value
bin_index number // Binning parameter index value
Returns:
Type
Uint8Array

(static) messageAstroGetDarkFrameList() → {Uint8Array}

Description:
  • 4.10.24 Query the list of recorded dark scenes Create Encoded Packet for the command CMD_ASTRO_GET_DARK_FRAME_LIST
Source:
Returns:
Type
Uint8Array

(static) messageAstroGetWideDarkFrameList() → {Uint8Array}

Description:
  • 4.10.28 Query the list of wide-angle recorded dark scenes Create Encoded Packet for the command CMD_ASTRO_GET_WIDE_DARK_FRAME_LIST
Source:
Returns:
Type
Uint8Array

(static) messageAstroGoLive() → {Uint8Array}

Description:
  • 4.10.16 GO LIVE interface Create Encoded Packet for the command CMD_ASTRO_GO_LIVE
Source:
Returns:
Type
Uint8Array

(static) messageAstroStartCalibration() → {Uint8Array}

Description:
  • 4.10.2 Start calibration Create Encoded Packet for the command CMD_ASTRO_START_CALIBRATION
Source:
Returns:
Type
Uint8Array

(static) messageAstroStartCaptureRawDark(reshoot) → {Uint8Array}

Description:
  • 4.10.14 Start shooting dark scenes Create Encoded Packet for the command CMD_ASTRO_START_CAPTURE_RAW_DARK
Source:
Parameters:
Name Type Description
reshoot number // Whether to reshoot, 0: No; 1: Remake
Returns:
Type
Uint8Array

(static) messageAstroStartCaptureRawLiveStacking() → {Uint8Array}

Description:
  • 4.10.9 Start stack Create Encoded Packet for the command CMD_ASTRO_START_CAPTURE_RAW_LIVE_STACKING
Source:
Returns:
Type
Uint8Array

(static) messageAstroStartEqSolving(lon, lat) → {Uint8Array}

Description:
  • 4.10.20 Start EQ verification Create Encoded Packet for the command CMD_ASTRO_START_EQ_SOLVING
Source:
Parameters:
Name Type Description
lon number Longitude
lat number Lattitude
Returns:
Type
Uint8Array

(static) messageAstroStartGotoDso(ra, dec, target_name) → {Uint8Array}

Description:
  • 4.10.4 Start GOTO and track deep space objects Create Encoded Packet for the command CMD_ASTRO_START_GOTO_DSO
Source:
Parameters:
Name Type Description
ra number Right Ascension
dec number Declination
target_name string
Returns:
Type
Uint8Array

(static) messageAstroStartGotoSolarSystem(index, lon, lat, targetName) → {Uint8Array}

Description:
  • 4.10.5 Start GOTO and track solar system targets Create Encoded Packet for the command CMD_ASTRO_START_GOTO_SOLAR_SYSTEM
Source:
Parameters:
Name Type Description
index number SolarSystemTargetNumber
lon number Longitude
lat number Lattitude
targetName string
Returns:
Type
Uint8Array

(static) messageAstroStartOneClickGotoDso(ra, dec, target_name) → {Uint8Array}

Description:
  • 4.10.17 One-click GOTO deep space celestial body Create Encoded Packet for the command CMD_ASTRO_START_ONE_CLICK_GOTO_DSO
Source:
Parameters:
Name Type Description
ra number Right Ascension
dec number Declination
target_name string
Returns:
Type
Uint8Array

(static) messageAstroStartOneClickGotoSolarSystem(index, lon, lat, targetName) → {Uint8Array}

Description:
  • 4.10.18 One-click GOTO solar system target Create Encoded Packet for the command CMD_ASTRO_START_ONE_CLICK_GOTO_SOLAR_SYSTEM
Source:
Parameters:
Name Type Description
index number SolarSystemTargetNumber
lon number Longitude
lat number Lattitude
targetName string
Returns:
Type
Uint8Array

(static) messageAstroStartTrackSpecialTarget() → {Uint8Array}

Description:
  • 4.10.7 Start Sun track & & Moon track Create Encoded Packet for the command CMD_ASTRO_START_TRACK_SPECIAL_TARGET
Source:
Returns:
Type
Uint8Array

(static) messageAstroStartWideCaptureLiveStacking() → {Uint8Array}

Description:
  • 4.10.11 Start Wide stack Create Encoded Packet for the command CMD_ASTRO_START_WIDE_CAPTURE_LIVE_STACKING
Source:
Returns:
Type
Uint8Array

(static) messageAstroStopCalibration() → {Uint8Array}

Description:
  • 4.10.3 Stop calibration Create Encoded Packet for the command CMD_ASTRO_STOP_CALIBRATION
Source:
Returns:
Type
Uint8Array

(static) messageAstroStopCaptureDarkFrameWithParam() → {Uint8Array}

Description:
  • 4.10.23 Stop shooting the dark field with specified parameters Create Encoded Packet for the command CMD_ASTRO_STOP_CAPTURE_RAW_DARK_WITH_PARAM
Source:
Returns:
Type
Uint8Array

(static) messageAstroStopCaptureRawDark() → {Uint8Array}

Description:
  • 4.10.15 Stop shooting dark scenes Create Encoded Packet for the command CMD_ASTRO_STOP_CAPTURE_RAW_DARK
Source:
Returns:
Type
Uint8Array

(static) messageAstroStopCaptureRawLiveStacking() → {Uint8Array}

Description:
  • 4.10.10 stop stack Create Encoded Packet for the command CMD_ASTRO_STOP_CAPTURE_RAW_LIVE_STACKING
Source:
Returns:
Type
Uint8Array

(static) messageAstroStopCaptureWideDarkFrameWithParam() → {Uint8Array}

Description:
  • 4.10.27 Stop shooting the dark field with wide-angle specified parameters Create Encoded Packet for the command CMD_ASTRO_STOP_CAPTURE_WIDE_RAW_DARK_WITH_PARAM
Source:
Returns:
Type
Uint8Array

(static) messageAstroStopEqSolving() → {Uint8Array}

Description:
  • 4.10.21 Stop EQ verification Create Encoded Packet for the command CMD_ASTRO_STOP_EQ_SOLVING
Source:
Returns:
Type
Uint8Array

(static) messageAstroStopGoto() → {Uint8Array}

Description:
  • 4.10.6 Stop GOTO Create Encoded Packet for the command CMD_ASTRO_STOP_GOTO
Source:
Returns:
Type
Uint8Array

(static) messageAstroStopOneClickGoto() → {Uint8Array}

Description:
  • 4.10.19 Stop one-click GOTO Create Encoded Packet for the command CMD_ASTRO_STOP_ONE_CLICK_GOTO
Source:
Returns:
Type
Uint8Array

(static) messageAstroStopTrackSpecialTarget() → {Uint8Array}

Description:
  • 4.10.8 Stop sun and moon tracking Create Encoded Packet for the command CMD_ASTRO_STOP_TRACK_SPECIAL_TARGET
Source:
Returns:
Type
Uint8Array

(static) messageAstroStopWideCaptureLiveStacking() → {Uint8Array}

Description:
  • 4.10.12 stop stack Create Encoded Packet for the command CMD_ASTRO_STOP_WIDE_CAPTURE_LIVE_STACKING
Source:
Returns:
Type
Uint8Array