solarmonitor / solarmonitoridl

4 stars 7 forks source link

SWAP data not being download #26

Closed dpshelio closed 8 years ago

dpshelio commented 10 years ago

Originally reported by: David PS (Bitbucket: dvdgc, GitHub: Unknown)


SWAP data seems to be failing since update to allinone branch...


dpshelio commented 10 years ago

Original comment by David PS (Bitbucket: dvdgc, GitHub: Unknown):


pull request #12 solves it, and it's been merged.

dpshelio commented 10 years ago

Original comment by David PS (Bitbucket: dvdgc, GitHub: Unknown):


That's what I thought... I've done as you've suggested: pull request #12

dpshelio commented 10 years ago

Original comment by pohuigin (Bitbucket: pohuigin, GitHub: pohuigin):


Yeah, check that the SWAP instrument is included in the SSW startup, and then SWAP object should be available.

dpshelio commented 10 years ago

Original comment by Shaun Bloomfield (Bitbucket: s_bloomfield, GitHub: Unknown):


The SWAP object codes are in SSW, so there should be no need to have this (or any) alteration to !Path, so long as 'swap' is included in the SSW_INSTR system variable string designation.

        Shaun.
dpshelio commented 10 years ago

Original comment by David PS (Bitbucket: dvdgc, GitHub: Unknown):


All right, it's not due to the allinone branch but where the code is executed. For SWAP there's this line:

!Path = './idl/smart_system/objects' + ':' +!Path

which such path is not part of the solarmonitor batch code, and therefore not found.

@pohuigin do you have for any chance that SWAP objects code somewhere? is it in solarsoft or in one of your repositories? In the line before it says that this was a temporary thing.

In any case we need to add this info to the installation instructions in the wiki.

David