Michael Reefe

Results 7 comments of Michael Reefe

Thanks for taking the time to look at this during busy proposal season! The original IDL fshift function is archived here: https://asd.gsfc.nasa.gov/archive/idlastro/ftp/contrib/malumuth/fshift.pro. I also updated the compat requirements and dimensionality...

Just added a few more tests - it seems like everything is being covered now.

If you're looking for a short-term answer to this question, I had this exact same problem and I was able to reverse-engineer how to edit the 'ACH-DATA' file to unlock...

A binary XOR is basically just an operation that takes the binary representation of two numbers, and checks bit-by-bit if one OR the other is a 1 (but not both...

Hm, are you making sure that the checksum is the very last thing you change? Because if you make any changes elsewhere in the file, that will change the checksum...

I think trying to compute the checksum manually will become cumbersome. Editing the script I sent to work with Linux I think isn't too difficult. I don't have a Linux...

Actually, as I was describing how you would edit the ACH-DATA file above, the thought occurred to me that it could be a fun little coding challenge to try to...