IDL> restore, '\hessi\idlworking\pmtras_dbase_gen.sav' IDL> help, dbsolution,/st ** Structure , 10 tags, length=188, refs=1: SCTIME LONG 1070064064 ROLL_PHASE LONG 487088 APPROX_ANGVEL BYTE 194 ROLL_QUALITY BYTE 216 BLIPCOUNT INT 50 STARCOUNT BYTE 5 ROLL_PERIOD FLOAT 4.14320 EST_ERROR FLOAT 4.88506e-005 ANALYSIS_CODE BYTE 0 STARS STRUCT -> Array[10] IDL> help, dbsolution DBSOLUTION STRUCT = -> Array[1286] IDL> help, dbsolution.stars,/st ** Structure , 5 tags, length=16, refs=2: DETECTIONS INT 15 ID INT 98 INTENSITY INT 187 AV_OFFSET FLOAT 4.75109e-005 RMS_SCATTER FLOAT 0.000385077 IDL> o = hsi_roll_db_full() % Compiled module: HSI_ROLL_DB_FULL. % Compiled module: HSI_ROLL_DB_FULL__DEFINE. % Compiled module: HSI_ROLL_DB__DEFINE. % Compiled module: HSI_LOC_FILE. % Compiled module: HESSI_DATA_PATHS. % Compiled module: STR_LASTPOS. % Compiled module: REVERSE. % Compiled module: FILEPATH. % Compiled module: LOC_FILE. % Compiled module: BREAK_FILE. % Compiled module: STR_EXPAND. % Compiled module: GET_PATH_DELIM. % Compiled module: TEST_OPEN. % Compiled module: SSW_STRSPLIT. % Compiled module: WHERE_ARR. % Compiled module: REM_ELEM. % Compiled module: FIX_SLASH. % Compiled module: GET_UNIQ. % Compiled module: FIND_ALL_DIR. % Compiled module: BREAK_PATH. % Compiled module: CURDIR. % Compiled module: IS_MEMBER. % Compiled module: SINCE_VERSION. % Compiled module: FCHECK. % Compiled module: HAVE_WINDOWS. % Compiled module: FILE2TIME. % Compiled module: EXTRACT_FID. % Compiled module: EXTRACT_FIDS. % Compiled module: STRMIDS. % Compiled module: STRSPECIAL. % Compiled module: STRLASTCHAR. % Compiled module: ANYTIM. % Compiled module: CHECKVAR. % Compiled module: STR2UTC. % Compiled module: BOOST_ARRAY. % Compiled module: VALID_NUM. % Compiled module: CHECK_EXT_TIME. % Compiled module: UTC2INT. % Compiled module: DATE2MJD. % Compiled module: CHECK_INT_TIME. % Compiled module: GET_LEAP_SEC. % Compiled module: GET_UTC. % Compiled module: FIND_WITH_DEF. % Compiled module: INT2UTC. % Compiled module: MJD2DATE. % Compiled module: UTIME2STR. % Compiled module: GETUTBASE. % Compiled module: GETUT. % Compiled module: INT2EX. % Compiled module: DAYCNV. % Compiled module: EX2INT. % Compiled module: JDCNV. % Compiled module: UTC2STR. % HSI_ROLL_DB::OPEN_DBASE: Using database C:\HESSI\IDLworking\hsi_roll_db_master20021115_1630.dat % Compiled module: IS_OPEN. % Compiled module: HSI_ROLL_SOLUTION_FULL__DEFINE. % Compiled module: HSI_STARS__DEFINE. % Compiled module: HSI_GET_DEBUG. IDL> o->update, dbsolution=dbsolution % Compiled module: UT_TIME. % UT_TIME: Dont know UT conversion, returning system time % Compiled module: ANYTIM2INTS. % Compiled module: TIMSTR2EX. % Compiled module: FMT_TIM. % Compiled module: GT_DAY. % Compiled module: GT_TIME. % Compiled module: TIME2FILE. % HSI_ROLL_DB_FULL::UPDATE: writing new master db hsi_roll_db_master_20021121_1700.dat % HSI_ROLL_DB::OPEN_DBASE: Using database C:\HESSI\IDLworking\hsi_roll_db_master20021115_1630.dat IDL> obj_destroy,o IDL> o = hsi_roll_db_full() % HSI_ROLL_DB::OPEN_DBASE: Using database C:\HESSI\IDLworking\hsi_roll_db_master20021115_1630.dat IDL> o->generate_ssw_file() o->generate_ssw_file() ^ % Syntax error. IDL> o->generate_ssw_file % UT_TIME: Dont know UT conversion, returning system time % HSI_ROLL_DB_FULL::GENERATE_SSW_FILE: writing new ssw db hsi_roll_db_20021121_1701.dat % Attempt to call undefined procedure/function: 'HSI_ROLL_SOLUTION__DEFINE'. % Execution halted at: HSI_ROLL_DB_FULL::GENERATE_SSW_FILE 258 c:\hessi\gh_trial\hsi_roll_db_full__define.pro % $MAIN$